by zopticalz
simple code -Need Help Please
|
|
[2 replies] Last: yes definitely, change line 11 to: std::cout<<(8+5)<<std::endl; the... (by Rechard3)
|
by MOSKing
Book Suggestion
|
|
[10 replies] Last: well, i know the basics, my modest experience extends a bit beyond the... (by Rechard3)
|
by LandoCal
Unknown Runtime Error with Null Terminated Character Arrays
|
|
[4 replies] Last: Alright I went back and initialized the array before the function call... (by LandoCal)
|
by aapellegr
Typical Newbie Issue (Linker Error)
|
|
[5 replies] Last: An unrelated issue is that you are unnecessarily passing what should b... (by Chervil)
|
by hogwheeley
flag controlled loop
|
|
[4 replies] Last: Read the line, then associate the string that holds the line with a st... (by pata)
|
by kuliii
Homework help. PLEASE!!!
|
|
[5 replies] Last: yes, that helps a lot. Thank you so much for your help! (by kuliii)
|
Calling a header |
|
[3 replies] Last: Because your include is this: #include <SDL.h> and it should be ... (by pata)
|
Header issue |
|
[3 replies] Last: Well, you should tell us what line your getting that error. First, I b... (by pata)
|
by skace
How do you write a program that solves unknowns?
|
|
[1 reply] : http://en.wikipedia.org/wiki/Fermat's_Last_Theorem (by ResidentBiscuit)
|
by coinage23
Trouble understanding "char(tolower(ch))"
|
|
[2 replies] Last: Alright, I got it now. Thank you for the fast and clear explanation! :... (by coinage23)
|
by tdk93
file handling in C++
|
|
[4 replies] Last: Yes research sstream, you can read the line to a string, associate the... (by pata)
|
by pata
Infinite for loop deleting elements from list
|
|
[1 reply] : ok, solved it myself, I am making a out of range loop because the era... (by pata)
|
by treefrog
Assistance in setting up a sort program using a selection sort to sort an array
|
|
[2 replies] Last: Thank you very much, I had already looked at this site before I wrote ... (by treefrog)
|
VS2012 Ultimate doesn't recognize saved word |
|
[7 replies] Last: Here is an easier way of understanding it. The libraries string and io... (by zreuille98)
|
What is the difference between int x = o and Int x{0} |
|
[1 reply] : {ld} is an initializer list. = ld is assignment and (ld) is a construc... (by closed account Dy7SLyTq)
|
by mastajoda
Help with functions
|
|
[no replies]
|
by TexanMonkey
SDL force print in file
|
|
[3 replies] Last: Thanks Peter87, Works perfectly! (by TexanMonkey)
|
by wfz
Which old book(s) should I buy for C++ learning?
|
|
[3 replies] Last: Thanks for the advice. (by wfz)
|
by Dan7Gray
Bounds checking 2-D array
|
|
[5 replies] Last: Does it check if the column is 9 because the size of the array is 10, ... (by Dan7Gray)
|
by Rechard3
Command translator.
|
|
[3 replies] Last: @ResidentBiscuit : later on in the project i made them const. @cire... (by Rechard3)
|