by nayakan88
Question about using derived class pointer to base class and vice versa
|
|
[5 replies] Last: Thanks again, kbw. This finally clarifies everything. Thanks aga... (by nayakan88)
|
by shinTec
reading & handling command line args
|
|
[7 replies] Last: You can't use 'row' on line 7 before you declare it on line 8 (by Disch)
|
by ajs1184
how to get Program to read entire text file......
|
|
[4 replies] Last: You need to hit the textbooks again. Read the chapters on functions an... (by Duthomhas)
|
by pengwen07
print on LED screen.....
|
|
[1 reply] : Um, I'm confused as to what the picture is as that certainly isn't pri... (by Zhuge)
|
by akayrak
separating implementation
|
|
[5 replies] Last: I writed class list<Object>::node * list<Object>::del(node * xy) ... (by akayrak)
|
by ohsnap1319
Blackjack Program
|
|
[4 replies] Last: One more question, have you used structures or pointers at all yet? I... (by UNkillableThrill)
|
by TanKCR
C++ ofstream not working
|
|
[3 replies] Last: If you're going to do this: ofstream taxFile ("Tax.txt"); Then... (by lace28)
|
by murmuls404
wrong function
|
|
[7 replies] Last: Ok, here's the pseudo-code for the simplest version of gcd (copied fro... (by jsmith)
|
by award982
count letters in a string
|
|
[6 replies] Last: ty (by award982)
|
by Bobby Reds
Program problem??
|
|
[2 replies] Last: smh of course! thanks (by Bobby Reds)
|
by ashley19
Combining a template recursion into one file?
|
|
[4 replies] Last: You need a loop. Assume that the minimum value is the first one in th... (by jsmith)
|
by foncused
Strings using <cstring>
|
|
[2 replies] Last: You can use strtok: http://www.cplusplus.com/reference/clibrary/cstrin... (by Bazzy)
|
by simon79
hi fellas
|
|
[1 reply] : You need to do 3 things: read words from file A turn words around w... (by joeriMJ)
|
Int Main problem |
|
[2 replies] Last: ofcourse! thank you (by metalheadrenzo)
|
by thebenjamins
Making a program end without displaying the output
|
|
[4 replies] Last: Sweet...that makes sense. Huge help...So it executes as long as a coun... (by thebenjamins)
|
by dmehling
Converting numerical sequence to MIDI sequence
|
|
[1 reply] : My knowledge of MIDI is limited, but as far as I understand it, it's b... (by Disch)
|
by CombatJ
How to count the vowels in a word?
|
|
[16 replies] Last: Agree with Disch, c-style strings are antiquated. They can be useful b... (by tummychow)
|
by token
Pyramid Programming
|
|
[1 reply] : conio is nonstandard and you are only using it to control your program... (by tummychow)
|
by ashley19
Finding minimum value in a vector
|
|
[1 reply] : You can get rid of lines 7, 8, 14 and 15, then call the algorithms lik... (by Bazzy)
|
by maxitis
Unable to write in file the \n in unicode
|
|
[8 replies] Last: solved, opening file in binary worked. Thanks a lot (by maxitis)
|