by hunkeelin
what is wrong?
|
|
[3 replies] Last: Deleting your post after you get a solution = lame Forum posts are ... (by Disch)
|
by Shannon1981
Help with a program...
|
|
[8 replies] Last: got it to compile! Thanks guys, problem solved! @ultifinitus yes I too... (by Shannon1981)
|
by adoubek
can't open input file
|
|
[6 replies] Last: @Mathhead200: Using relative paths has to do with the operating system... (by Computergeek01)
|
by drewos
2D Vectors
|
|
[6 replies] Last: Nope, a string can be treated as an array of chars with a variable len... (by Computergeek01)
|
by vi87
Const in method definitions
|
|
[7 replies] Last: The constant might be at the front of the function definition/declara... (by guestgulkan)
|
by pooshi
Class Array Question
|
|
[6 replies] Last: Thanks for getting back to me and all your help. I can see my 2 proble... (by pooshi)
|
by jjw1993
Space as a variable
|
|
[5 replies] Last: think about how to ask it in a clear and unambiguous way. To add... (by Disch)
|
by beeholtz
cant pring my array in reverse order
|
|
[3 replies] Last: Also, your void printBackwards ( int alpha_List, int beta_List ) { .... (by Mathhead200)
|
by durm
getline to stop at an integer
|
|
[1 reply] : An easier way to do this I think would be using ifstream.peek(), "if(.... (by Computergeek01)
|
by cainen172
2 hopefully beginner questions
|
|
[18 replies] Last: A byte by byte copy will be as exact a copy as possible from one disk ... (by Computergeek01)
|
by wasabi
fseek cracking under pressure
|
|
[5 replies] Last: YES! Got it! You were on the right track. I found an article on the w... (by wasabi)
|
by Billst
Help with while loop!!
|
|
[8 replies] Last: Well I am Linux based Does that mean if I figure out your brain's I... (by jsmith)
|
by keithzhou
container
|
|
[1 reply] : Start with either arrays, vectors, or structs/classes. Any of the prev... (by ultifinitus)
|
by Stupebrett
Need help with snake game
|
|
[4 replies] Last: Ok then, I slightly misunderstood what you were asking. What ultifini... (by anonymous23323124)
|
by bboy212
Any Projects needing help?
|
|
[8 replies] Last: mabee I should clarify I'm not vulenteering to do your homework or hel... (by bboy212)
|
by mux77
variable sized arrays
|
|
[1 reply] : Variable Sized Array = Vector see here: http://www.cplusplus.com/refer... (by Computergeek01)
|
by RecoJohnson
Random Data
|
|
[6 replies] Last: Well thats dumb. Thats what i was taught to do. But anyway, thanks for... (by RecoJohnson)
|
by Sebolelo
calculation using fungtion
|
|
[1 reply] : Your main has 2 {s and 3 }s. I suppose the wrong } is on line 109 ? A... (by hamsterman)
|
by tonnot
Strategy to save pairs of data
|
|
[6 replies] Last: [quote=tonnot]I want to deal with millions of points... If you have t... (by m4ster r0shi)
|
by vasusachin24
help me on a simple 'atof' function
|
|
[13 replies] Last: A double (like the value returned by atof) will convert to float is y... (by vasusachin24)
|