User profile: Jahmbo

User info
User name:Jahmbo
Name:Tim Graham
Location:Havelock, Ontario
History
Joined:
Number of posts:12
Latest posts:

How do i combine 2 .cpp files
Try creating a project rather than a source file, that is if you are using something like DevC++. ...

Random Number Generate
Use Archaics method to get the random numbers one at a time, put each one into an array, then scan t...

Stuck on a problem
It doesn't "display" anything, there is no display code there. the value of ptr_thing is the same...

4-Variable Karnaugh Map simplification process (URGENT!!!)
well, you could google and come up with something like http://www.planet-source-code.com/URLSEO/vb/s...

having a hard time with logic
To count sentences you would have to count the following as valid delimiters, ? ! . To count ...