by Parivallal
start time,end time and execution time for c++..
|
|
[1 reply] : Giving code is not helping. What have you done so far and what do you ... (by giblit)
|
by gotsleep
Program won't build at home but at school it works.
|
|
[4 replies] Last: https://stackoverflow.com/questions/10888391/error-link-fatal-error-ln... (by Zhuge)
|
by sky3
reading in integers from a file
|
|
[4 replies] Last: yea i just realized that lol. it was using the scientific notion for ... (by sky3)
|
by eonly
Function
|
|
[1 reply] : Start with the prototype. Show what steps you know you should take, ex... (by Zhuge)
|
by horkavi
simplifying code and looping
|
|
[6 replies] Last: Great, thanks again! I added a do/while loop that says: do { //stuf... (by horkavi)
|
by mr nich
Project Euler question 2
|
|
[3 replies] Last: Ah I see I was thinking he had lines 18-22 and line 16 switched. I lik... (by giblit)
|
Project Euler Wrong answer |
|
[13 replies] Last: natural numbers You're correct Chervil. Counting from 0 has become ... (by closed account j3Rz8vqX)
|
by giraffe1234
User Input Help!
|
|
[2 replies] Last: thank you!! (by giraffe1234)
|
by smillsey
Should I be using threads?
|
|
[1 reply] : Yes, I'd probably say use threads for this. C++11 has support for thr... (by Avilius)
|
Function Returns Empty String Every TIme |
|
[2 replies] Last: I think that Duoas has a much better answer, but I hope that this can ... (by MaxterTheTurtle)
|
by matt55284
user input help :L
|
|
[5 replies] Last: Read a tutorial on std::string , as it seems someone accidentally tau... (by LB)
|
Naming Conventions |
|
[1 reply] : It doesn't really matter, so long as your toolchain can tell them apar... (by Duthomhas)
|
IntelliSense errors? |
|
[10 replies] Last: So, these need to be inside/outside of curly brackets?? (by Katie Gerloff)
|
by ASCII14
constructers and classes
|
|
[2 replies] Last: thanks so much, i've had this exact issue before, i don't know why i d... (by ASCII14)
|
by Sharan123
Regulating FPS in sdl
|
|
[2 replies] Last: Yes that was careless of me lol , it was easy to solve but i didn't kn... (by Sharan123)
|
by lekha
help in pointer
|
|
[1 reply] : You are not using a pointer. You are using an integer variable whose v... (by Danny Toledo)
|
by arichardson
simple if/else statement (produces wrong value)
|
|
[1 reply] : Look at line 11, you are reading a space into the string before readin... (by Smac89)
|
by Lemony Lime
Reading in binary data and displaying as hex.
|
|
[7 replies] Last: Yes that's probably it. What I was saying was ifstream fin( "test.da... (by maeriden)
|
by Sharan123
SDL_BlitSurface();
|
|
[2 replies] Last: Yes i have started using sdl 1.2.5 recently because there aren't tutor... (by Sharan123)
|
by fahrishb
separate words with hyphen
|
|
[4 replies] Last: What do you mean? Each word would be an element in the vector, with no... (by LB)
|