Strings |
|
[4 replies] Last: I'm sorry but we aren't your employees and we won't just give you the ... (by closed account 3qX21hU5)
|
by TrulyRazor
Beginner program ideas?
|
|
[16 replies] Last: I appreciate the response. That while loop with all the std::*stuff*... (by cire)
|
by bardia
No error... Code just not working???
|
|
[1 reply] : You are using the wrong operators from lines 19 to 26. int var; v... (by Daleth)
|
by Minimacfox
Connect Four - Suggestions?
|
|
[2 replies] Last: I got an answer if it helps you any. (by Superdude)
|
by undph
Calculator
|
|
[9 replies] Last: Playing around with some c++11 #include <iostream> #include <map> #i... (by Lowest0ne)
|
by sghamghamy
Same response all the time
|
|
[4 replies] Last: Thanks all. I fixed it. (by sghamghamy)
|
by pupu
help key config
|
|
[4 replies] Last: Post the full code. (by maeriden)
|
by skierrob
Printing array and getting garbage at end.
|
|
[1 reply] : You use <= on line 24, so you try to write to the 11th element of your... (by Zhuge)
|
by Paoletti301
question about inheritance and virtual methods
|
|
[2 replies] Last: Great :D it works thank you andy (by Paoletti301)
|
by undph
Vector<string> in double!
|
|
[1 reply] : http://stackoverflow.com/questions/392981/how-can-i-convert-string-to-... (by ats15)
|
For loop problem |
|
[4 replies] Last: Thanks (by closed account EwCjE3v7)
|
by cshu
arrays and functions
|
|
[3 replies] Last: It is your task to write bodies of the fwo functions. I showed you the... (by vlad from moscow)
|
by drake1313
atoi function problem using it on part of an array
|
|
[3 replies] Last: The atoi() function needs a character string, so you would have to tak... (by Chervil)
|
by Angry Food
Infinite Loop Help!
|
|
[7 replies] Last: while (miles != -1 ) (by bigdog225)
|
by bigdog225
Syntax is correct, but won't compile?
|
|
[2 replies] Last: its funny how little things like that can throw off the whole flow of ... (by bigdog225)
|
by Deep India
Function object
|
|
[3 replies] Last: If your looking for examples on when you would use it, here are some: ... (by pata)
|
by tdk93
Linked List, Access Segmentation Fault, Run time error
|
|
[5 replies] Last: On line 25, t is set to point to a Node who's next pointer is null (0)... (by cire)
|
by piczim
float setting decimal places
|
|
[2 replies] Last: Try this : printf("the answer is %4.0f\n",answer); It is all docum... (by TheIdeasMan)
|
Whats wrong with the code |
|
[9 replies] Last: Thanks guys it worked ..in my friends compiler u dont need to include ... (by closed account EwCjE3v7)
|
by MrProgrammer
Is there a memory leak in this small program?
|
|
[4 replies] Last: Thank you. (by MrProgrammer)
|