by ripley
strlen and sizeof (1,2)
|
|
[29 replies] Last: If you want to represent strings this way you'll probably need to wri... (by ripley)
|
by sinned47
URGENT!: confused about what to do for this class
|
|
[1 reply] : class ScoreList { Sequence scores; }; (by jsmith)
|
by evatest01
URGENT FILE(i dont understand)
|
|
[1 reply] : 1. Indent your code consistently. 2. Try typing more coherently and p... (by chrisname)
|
by mchattha
Pointers & Arrays
|
|
[1 reply] : Clearly this is a homework question. Show the effort you've made to an... (by chrisname)
|
by adikid89
Problem with GetAsyncKeyState
|
|
[4 replies] Last: ((GetKeyState(VK_RETURN)==true) & 1) ? (by kbw)
|
by Major8201
problems with a string array, assistance please!
|
|
[3 replies] Last: Thanks for the replies, sorted now (by Major8201)
|
by rey
C++ Microcontroller
|
|
[15 replies] Last: its just an emulation bro...any idea how to come out with the prompt t... (by rey)
|
by nichya88
Confusing IO problem.
|
|
[6 replies] Last: The extraction operator, >>, skips the newline character and unless th... (by yoked88)
|
by boon
Made my own header, problems..
|
|
[1 reply] : I know the define function can be a pain to work with because C treat... (by helios)
|
by yoked88
Arrays and parameters
|
|
[7 replies] Last: Thank you everyone. For some reason, trying to learn how to manipulat... (by yoked88)
|
by eruina
Confusion about classes and program design
|
|
[3 replies] Last: I'm doing this for homework, haha. Thanks for the replies. It helped c... (by eruina)
|
by JSpiff
Builds right but crashes instantly
|
|
[2 replies] Last: so you are saying that This: string guess; int money = 50; in... (by JSpiff)
|
by Ryan15000
Structure Confusion
|
|
[3 replies] Last: It works! Thank you so much, never thought of that...yet it was so sim... (by Ryan15000)
|
by russeld
done with program now what?
|
|
[14 replies] Last: I've made the .exe that's not hard. all you do is compile it to make s... (by Darth Bane)
|
by pinoynl
adding to an array (1,2)
|
|
[21 replies] Last: Here's my solution, which needs a little polishing in find_word_bounda... (by jsmith)
|
by Bearcats09
Cout statement problem
|
|
[2 replies] Last: Thanks for the link (by Bearcats09)
|
by dionisis
Reading from binary files
|
|
[14 replies] Last: Sorry -- that was a mistake. Line 13 (line 4 in your most recent post... (by PanGalactic)
|
by jonasbalmer
RtMIDI library causes undifined reference error
|
|
[4 replies] Last: I fixed it, I switched IDE on the way though. I now work in Qt Creator... (by jonasbalmer)
|
by davermont
Question about 'new'...
|
|
[13 replies] Last: I assume that I have to track which objects are created on the heap a... (by helios)
|
Struggling with classes |
|
[1 reply] : I think it would be better if you posted your failures, since then I c... (by hamsterman)
|