Forum: C#
Aug 28th, 2007, 2:16 PM
|
|
Replies: 14
Views: 438
|
Forum: Java
Aug 23rd, 2007, 8:32 PM
|
|
Replies: 11
Views: 439
|
Forum: Java
Aug 23rd, 2007, 8:17 AM
|
|
Replies: 11
Views: 439
Its only two commands in total.
Look at the...
Its only two commands in total.
Look at the screenie: http://img507.imageshack.us/img507/4133/cdcommandszb9.jpg
Like i said... if the folder exists... the command should work no program.
|
Forum: Java
Aug 22nd, 2007, 6:47 PM
|
|
Replies: 11
Views: 439
|
Forum: Visual Basic
Aug 22nd, 2007, 1:39 PM
|
|
Replies: 12
Views: 581
|
Forum: Java
Aug 22nd, 2007, 1:36 PM
|
|
Replies: 11
Views: 439
|
Forum: Visual Basic .NET
Aug 21st, 2007, 3:29 PM
|
|
Replies: 1
Views: 233
|
Forum: C#
Aug 2nd, 2007, 1:30 PM
|
|
Replies: 10
Views: 186
will if you had it working in console, it will...
will if you had it working in console, it will work in WinApp format, you just have to learn who to store information in a Control, such as Textbox or ListView.... just look up samples in google, or...
|
Forum: Community Introductions
Jul 31st, 2007, 11:54 AM
|
|
Replies: 4
Views: 156
|
Forum: Java
Jul 30th, 2007, 3:33 PM
|
|
Replies: 11
Views: 443
I never used Netbeans... but i hear the GUI...
I never used Netbeans... but i hear the GUI editor is better in it thamn elcipse ( i only did text based stuff in eclipse )
I coded the UI by hand when i used java within JCreator, but i like...
|
Forum: C++
Jul 20th, 2007, 1:39 PM
|
|
Replies: 10
Views: 256
never thought about that when using atoi, I'll...
never thought about that when using atoi, I'll have to keep that in mind. My C knowledge is very minimal, seeing as this is posted in the C++ forum, i thought i offer a C++ oriented solution.
thanks...
|
Forum: C++
Jul 20th, 2007, 1:30 PM
|
|
Replies: 10
Views: 256
|
Forum: Java
Jul 16th, 2007, 10:41 AM
|
|
Replies: 1
Views: 117
|
Forum: Visual Basic .NET
Jul 15th, 2007, 6:07 PM
|
|
Replies: 10
Views: 406
|
Forum: C++
Jul 12th, 2007, 9:44 PM
|
|
Replies: 4
Views: 147
I'm starting to port everything into seperate...
I'm starting to port everything into seperate files ( aka headers = class declarations/method prototypes, cpp's holding method bodies )
Now its the issue of getting a linker error when i try to make...
|
Forum: C++
Jul 12th, 2007, 8:04 PM
|
|
Replies: 4
Views: 147
Issues with creating Library
I'm currently making a library for a bunch of general tasks. I currently have about 6 classes to make into a library. Up until now, i have been going strictly .hpp files, with all the content in a...
|
Forum: Coder's Corner Lounge
Jul 10th, 2007, 3:28 PM
|
|
Replies: 7
Views: 115
|
Forum: HTML / XHTML / CSS
Jul 10th, 2007, 1:56 PM
|
|
Replies: 15
Views: 362
|
Forum: C++
Jul 10th, 2007, 10:43 AM
|
|
Replies: 15
Views: 285
This thread ...
This thread (http://www.programmingforums.org/forum/f15-cpp/t13482-templated-random-number-generator.html)may help you with the random numbers.
For the picking a random number, just do what i dod...
|
Forum: C++
Jul 10th, 2007, 7:52 AM
|
|
Replies: 15
Views: 285
|
Forum: C++
Jul 9th, 2007, 10:33 AM
|
|
Replies: 15
Views: 285
|
Forum: C++
Jul 9th, 2007, 7:45 AM
|
|
Replies: 15
Views: 285
What is with the random cin.get()?
also,
I...
What is with the random cin.get()?
also,
I would seed the generator with time, seeing as the seed is constant, the generator is not truly random.
srand( static_cast<int>( time(0) )
for casting, I...
|
Forum: Show Off Your Open Source Projects
Jul 8th, 2007, 8:10 PM
|
|
Replies: 2
Views: 140
|
Forum: Show Off Your Open Source Projects
Jul 8th, 2007, 6:23 PM
|
|
Replies: 2
Views: 140
Registry Key Creator
Heres my first little app since the beginning of my summer semester of co-op. It is a simple Registry Key Creator to make a bunch of keys in the registry, without the painful right-click -> new...
|
Forum: HTML / XHTML / CSS
Jul 8th, 2007, 5:49 PM
|
|
Replies: 15
Views: 362
|
Forum: Visual Basic .NET
Jul 6th, 2007, 10:49 PM
|
|
Replies: 6
Views: 222
Very simple example to show what i think you...
Very simple example to show what i think you want. Make a form, with a label, and two buttons, IF you click the first button starts the timer ( <timername>.start() ), second button ( <timername.stop>...
|
Forum: Community Introductions
Jul 6th, 2007, 7:51 PM
|
|
Replies: 4
Views: 121
Offical Hello to the forums.
I posted a brief intro for my question thread, but saw this forum, and decided to post the intro in the right section.
So hi all, I'm currently in 3rd year college at Fanshawe College, London...
|
Forum: C++
Jul 6th, 2007, 7:42 PM
|
|
Replies: 5
Views: 217
|
Forum: C++
Jul 6th, 2007, 7:09 PM
|
|
Replies: 5
Views: 217
|
Forum: C++
Jul 6th, 2007, 10:13 AM
|
|
Replies: 5
Views: 217
|
Forum: Java
Jul 5th, 2007, 7:45 PM
|
|
Replies: 15
Views: 309
|
Forum: Java
Jul 5th, 2007, 7:13 PM
|
|
Replies: 15
Views: 309
|
Forum: C++
Jul 5th, 2007, 7:03 PM
|
|
Replies: 5
Views: 217
Templated Random Number Generator
Hi guys, new to the forum, plan to contribute here a lot as i get bored at work. Quick question on a Random Generator.
I'm making a library for common tasks in C++ ( random, XML Reader, HTML...
|
Forum: Java
Jul 5th, 2007, 6:55 PM
|
|
Replies: 15
Views: 309
|
Forum: C++
Jul 5th, 2007, 9:14 AM
|
|
Replies: 9
Views: 232
From what i notice, It doesn't read the...
From what i notice, It doesn't read the clockTypeImp.cpp file ( you never tell it to look at it )
For seperate class files: one .h/.hpp and .cpp with the same name. Example Clock.hpp &...
|