by Radar
Wierd errors
|
|
[1 reply] : You have an array of 5 arrays of 3 space ships. ship[ i] , ship[ i] ... (by Peter87)
|
program works once, but won't loop |
|
[3 replies] Last: thanks for your reply and time with this problem, unfortunately, I can... (by sublimestyle90)
|
by EPaschall
Assignment- generate random angle theta within and circle and calculate chord length
|
|
[2 replies] Last: Thanks Duoas! (by EPaschall)
|
by just icyy
for loops
|
|
[2 replies] Last: http://www.cplusplus.com/articles/jEywvCM9/ (by SamuelAdams)
|
by Ozzy69
Help me with this exercise in C
|
|
[1 reply] : when you can't reason it out in your head write it on paper. Your on t... (by SamuelAdams)
|
by Radar
Odd Output
|
|
[2 replies] Last: Line 33: // ship .shipNumber = ++i; // engenders undefined behaviour... (by JLBorges)
|
by shahki
lvalue required as left operand of assignment
|
|
[3 replies] Last: They both need to be fixed. The const versions should return const ref... (by LB)
|
by shinyspear
add/delete/output with file c++
|
|
[2 replies] Last: I have to make a menu, then choose which line the user wants to delete... (by shinyspear)
|
by mike9407
Othello program
|
|
[4 replies] Last: void loadGame(){ //load a game string filename; cout << " Ente... (by mike9407)
|
counting freq of words in a array |
|
[1 reply] : What you are being asked to do is create a histogram , which is just ... (by Duthomhas)
|
by cmagropCL
I need to insert set STL container to insert(int k) function
|
|
[1 reply] : A std::set does not have an operator . Fortunately, C++11's rang... (by Duthomhas)
|
by sankar86
Console window editing.
|
|
[2 replies] Last: That is not, actually, a C++ problem -- it is a problem with your term... (by Duthomhas)
|
by Ecilef
Help, how to put categories in hangman game?
|
|
[5 replies] Last: oh! we fixed it! :D we still need some polishing in the program, but i... (by Ecilef)
|
Help writing this programm |
|
[1 reply] : It seems you logical part is ok for me...check the syntax part...curly... (by sankar86)
|
by senpaii
NEED HELP ON PROGRAM STARTER HERE!
|
|
[1 reply] : Here is the idea.. Enter small,large,cost; in main Table (small,large,... (by sankar86)
|
by Noni
Help on developing a program
|
|
[1 reply] : Here is the code for starting... cout << "1 1 "; while (temp < 2... (by sankar86)
|
RNG interesting idea |
|
[2 replies] Last: Plus or star refers to advanced versions of the basic generator, basic... (by DarkLightHitomi)
|
by csstudent123
When to use class and when functions?
|
|
[3 replies] Last: thanks, it seems i need to use function for this problem I got..its ab... (by csstudent123)
|
by pacman169
qsort
|
|
[12 replies] Last: And from where does the error error: expected identifier or '(' { ^ ... (by MiiNiPaa)
|
by tsts
Solving sudoku and find all solutions
|
|
[1 reply] : The functions Solve and isSafe don't always return anything.... (by Peter87)
|