by HelloPanda
Return to menu in main program
|
|
[no replies]
|
by HalfNOoB
Calling a method in a method of another class
|
|
[18 replies] Last: main generates CPlayer CPlayer generates CSprite so main would have t... (by Disch)
|
by int man
changing header C++ 6.0
|
|
[4 replies] Last: is clear and new method for me i can understand this. Re... (by int man)
|
by wakamoe
How to edit text file?
|
|
[3 replies] Last: Modifying a file in-place (such as with a File Mapping) assumes that t... (by Duthomhas)
|
by csstudent123
header folder lookup
|
|
[7 replies] Last: It tells the compiler where to find its standard include files (like ... (by Duthomhas)
|
by ahmadk3
Problem with getline
|
|
[2 replies] Last: It worked, thank you (by ahmadk3)
|
by deepinside
initialize char matrix
|
|
[2 replies] Last: Using std::array<> to wrap the c-style array: #include <iostream> ... (by JLBorges)
|
by numLOCK
finding the location of a vector after using rand(), srand()
|
|
[3 replies] Last: thanks Chervil that's exactly the answer to my question. i guess i di... (by numLOCK)
|
by Jurgvds
Template method
|
|
[2 replies] Last: You need to declare the `Sorter' destructor as virtual , because you'... (by ne555)
|
by HelloPanda
Assigning char to an array
|
|
[4 replies] Last: Is the compiler not giving a warning on the comparisons in the if stat... (by wildblue)
|
by numLOCK
need help using <fstream> as a function
|
|
[4 replies] Last: The parameters are redundant. They can be local var of display_score_t... (by Nikko YL)
|
by LadyInRed
String class problem
|
|
[3 replies] Last: The default delimiter is EOF . You should specify '\n' as the delimit... (by Nikko YL)
|
by csstudent123
writing a code for non-English speakers
|
|
[5 replies] Last: You first need to choose an suitable GUI framework (qt would be my fir... (by kbw)
|
by chunkiat
UpperLower Casing
|
|
[1 reply] : Yes, you could write the code to do it yourself, or use a library that... (by Peter87)
|
by sahan
error checking help i need help asap! pleease!
|
|
[no replies]
|
by Freetoroam
Stuck in infinite loop
|
|
[3 replies] Last: Great, thanks. I see my mistake as soon as you pointed it out. Sometim... (by Freetoroam)
|
by wallpatrol
\n won't work with system("cls")
|
|
[2 replies] Last: @ wallpatrol There is more to associating a stream in Windows than yo... (by Duthomhas)
|
by tdale24
Adding an entry into array.
|
|
[5 replies] Last: You know the next index for data since you've saved it here. i = get... (by wildblue)
|
by NewCComer
Input file not being read (yet not error)
|
|
[5 replies] Last: Fixed reader.close(); i = 0; Was in the wrong place, runs fine now ... (by NewCComer)
|
JUST BEEPING NOT WORKING |
|
[7 replies] Last: Let me see if I understand what you are trying to do. You want to dis... (by Duthomhas)
|