by hanahyasser
/n means in this code
|
|
[5 replies] Last: Actually, it's "\n", NOT "/n". EDIT: And your code is quite messy... ... (by ngbeslhang)
|
by xkara
multiple inputs c++
|
|
[4 replies] Last: What do you actually meant by? Seems you did not copy the code properl... (by ngbeslhang)
|
by Parivallal
Convert from java into C++.. Give me the c++ code.. Help me..
|
|
[2 replies] Last: Learn C++ by yourself, not asking to convert a programming language's ... (by ngbeslhang)
|
by Antone333
Project
|
|
[10 replies] Last: You can use game engines if you want to make games with a little of/no... (by ngbeslhang)
|
by hanahyasser
Can't do this program at all
|
|
[9 replies] Last: Did you ever bought some books or reading any tutorials to learn C++? (by ngbeslhang)
|
by phil94
Default Constructor issue
|
|
[2 replies] Last: I hadn't realized/didn't know that quarterSales ={0, 0, 0, 0}; and ... (by phil94)
|
by austin7
stackdump error
|
|
[1 reply] : figured it out.. thanks again.. corrected code: /* * chips.cpp * *... (by austin7)
|
by Architect343
Taking Sets of Data from File
|
|
[9 replies] Last: Ok, here is the full solution. Taking my packers.dat file, I added ano... (by CplusplusAcolyte)
|
by austin7
trouble with rock paper scissor problem
|
|
[3 replies] Last: Hi Cire, Thanks for the help, I got it figured out, the problem was no... (by austin7)
|
by Townsheriff
Function for circle
|
|
[1 reply] : Plotting individual pixels on the CPU side is going to be slow. Stuff... (by Disch)
|
by fiodis
Class pointer needs to be initialized in initializer list? Also why not "this->"?
|
|
[2 replies] Last: I would want to keep the setFont function if I could. Changing font t... (by fiodis)
|
by pukol
Christmass tree c++ help me.
|
|
[2 replies] Last: Yeah i found the answer using my codes.. for(int i = 0; i < height; ... (by pukol)
|
by geekytom777
C++ user input numbers to be written into a text file.
|
|
[2 replies] Last: Got the output working, thank you so much Peter. (by geekytom777)
|
Getline Malfunction |
|
[5 replies] Last: oh I get it now :) tnx.... i think i'll go for a bigger number if i en... (by NoobProgrammer03)
|
by The noob guy
Text based rpg help please.
|
|
[3 replies] Last: ^^ What he said. Until you learn basic functions and control structur... (by cnoeval)
|
by enemy
stringstream to string, conversion???
|
|
[5 replies] Last: Include sstream. (by IWishIKnew)
|
Write/read stack in file |
|
[no replies]
|
by ldelsignore
Eliminate goto Statements
|
|
[5 replies] Last: You HAVE to learn how to do this, because it is only going to become m... (by IWishIKnew)
|
Problem about displaying Linked List |
|
[4 replies] Last: wow! it worked! :D thank you so much mister! it really helped me a lot... (by NoobProgrammer03)
|
how do you declare and populate arrays of intergers |
|
[4 replies] Last: @Nathan2222 : Yeah, thank for pointing out unused variable. I removed ... (by Shravan40)
|