by LizardEye
Unresolved Externals Error
|
|
[5 replies] Last: @ne555:It doesn't say which symbol, it doesn't underline it, it doesn'... (by LizardEye)
|
by asmita
Boost REGEX regex_match grep option
|
|
[5 replies] Last: http://coliru.stacked-crooked.com/a/e417396b14695b59 (by JLBorges)
|
by amitk3553
delete the allocated memory
|
|
[1 reply] : Can't give you the answer directly. How about this: http://www.cplusp... (by closed account j3Rz8vqX)
|
by normasri
sequence number algorithm
|
|
[no replies]
|
Counting Grade program using switch, but chooses default without entering any grade? |
|
[6 replies] Last: You'd probably want to use cin.ignore() rather than cin.get() . Thi... (by TwilightSpectre)
|
by Smartboy33
C++ Graphics problem
|
|
[1 reply] : Try sdl or sfml. What platform are you on? What OS? IDE? Tutorials... (by closed account j3Rz8vqX)
|
by jinjin12
Why are Header Guards names in capital and with underscore?
|
|
[1 reply] : All caps traditionally is used for macros (defines) so that there's le... (by Disch)
|
by Garion
What am I doing wrong?
|
|
[3 replies] Last: ahh thanks. That seems to make it work :) (by Garion)
|
Creating a password prompt |
|
[6 replies] Last: Space is considered a delimiter. So when you give a password that con... (by Catfish666)
|
not writing to file. |
|
[8 replies] Last: No problem, it was all you. Happy New Years. (by closed account j3Rz8vqX)
|
by Mahasti
Array question
|
|
[3 replies] Last: Oh I understand, if it doesn't have anything to compare it to then I w... (by Mahasti)
|
by videxter6
[Solve] Linker problem or syntax problem?
|
|
[4 replies] Last: Thanks, both of you. (by videxter6)
|
by joewbarber
String character removal
|
|
[3 replies] Last: Thank you, I feel stupid now (by joewbarber)
|
by Garion
How to pick a container.
|
|
[2 replies] Last: Thanks for the suggestion, i think a stack or a queue was the idea I w... (by Garion)
|
about separating digits |
|
[1 reply] : its perfectly fine to google it. the point of programming is to challe... (by closed account Dy7SLyTq)
|
about recursion function |
|
[2 replies] Last: Thank you so much , I'll review what you said and try to understand it... (by Cutefriendzoned)
|
by Kirito
Input/output file with arrays
|
|
[1 reply] : > and gives a stack overflow warning ¿? stack overflow is a fatal ... (by ne555)
|
by Hergie
Zork Clone
|
|
[8 replies] Last: How stupid of me! Thanks! (by Hergie)
|
Splitting a String |
|
[2 replies] Last: Yup what Matthead said //start_parse_function(&index,&theStr) ... (by closed account j3Rz8vqX)
|
by Malaxiz
[SDL] I'm making a snake game and apparently I have a memory leak.
|
|
[12 replies] Last: The code below is what you originally had: CBlock Head(400, 200... (by closed account j3Rz8vqX)
|