by THirt
Video Game Player Program
|
|
[1 reply] : I think you may need to read the sticky at the top of the Beginners fo... (by mgoetschius)
|
by sjdods
I'm stuck on trying to get the rows and columns to read from the data file of the matrix
|
|
[3 replies] Last: Okay, I'm looking at it. Will edit this post shortly. Alright. Don'... (by Duthomhas)
|
by StupidLag
how do i make repeating numbers appear once
|
|
[5 replies] Last: i think the questions are quite similar... this is what i had in mind... (by StupidLag)
|
by MaBunny
Why does it assign wrong value???
|
|
[3 replies] Last: One more thing, I dont know what you're trying to do here, but you def... (by TarikNeaj)
|
by DeathLeap
convert a vector of strings to vectors of char
|
|
[1 reply] : Take a look at this thread, the last example: http://www.cplusplus.com... (by AlphaFoxAlpha)
|
... |
|
[14 replies] Last: Twicker is the one to contact, but he may not agree to remove any co... (by Duthomhas)
|
by ZahoorKhan
Little problem in game
|
|
[10 replies] Last: Ok if other are not answering my question but it is good choice not to... (by ZahoorKhan)
|
by vremia2
Quiz score calculator! Need help!
|
|
[2 replies] Last: I'm not near a computer right now, but did your code worked? I don't s... (by vremia2)
|
by phase
Beginner sales tax calculator
|
|
[1 reply] : double total=salesPrice*0.0875; You're doing the calculation before... (by TarikNeaj)
|
by mihiir
need help for my practicals
|
|
[1 reply] : http://bfy.tw/3u3P (by TarikNeaj)
|
by Cortega
Loop Tutorial Example
|
|
[2 replies] Last: Using both cin and getline was the problem. It was in a document where... (by Cortega)
|
by VaMpZzz
Data delete - fstream
|
|
[3 replies] Last: std::ofstream fails2("foo.txt"); //open once, at construction time. A... (by ne555)
|
by donvigor
loop breaks
|
|
[2 replies] Last: damn it! thanks man..the lil lil things are the one to get us ... (by donvigor)
|
by cskarche96
Why my program breaks when I run it ?
|
|
[5 replies] Last: Since you only dynamically allocated one element of z you can only del... (by jlb)
|
by souria
random numbers, min and max
|
|
[9 replies] Last: This expression doesn't do what I suggested: va_unif1 = (max-min)*(r... (by Chervil)
|
by zaryabsaeed
Linked List Traversal
|
|
[1 reply] : Are we suppose to read your mind and access your code through black ma... (by TarikNeaj)
|
by BlueOctopus
storing variables in files
|
|
[10 replies] Last: Im not sure exactly how the program would react, but it would for sure... (by TarikNeaj)
|
by kuch bee
runtime error in the program, but the code is ok
|
|
[3 replies] Last: The reason is that line 4 says that array is an array of pointers to... (by dhayden)
|
Operator overloads problems |
|
[2 replies] Last: The code you've shown for operators ==, !=, + and += don't do anything... (by dhayden)
|
by etrusks
Initializing base class in unusual way
|
|
[2 replies] Last: This is so cool man, I'm actually feeling bad that I didn't figure thi... (by etrusks)
|