by relgin
Define a class called Rocket
|
|
[4 replies] Last: Instead of rockets, I think those are supposed to be doubles. (by fg109)
|
by steph2015
Help with my code please (C++)
|
|
[12 replies] Last: Thank you everyone. The only part I needed to add to my code for it t... (by steph2015)
|
by Thecal
Reading from a file
|
|
[6 replies] Last: This is your original code:[quote=Thecal][code firstline=15] while(... (by LB)
|
by deadripx019
file reading problem
|
|
[6 replies] Last: while (!staff.eof() && staff.get() != '\0'){ getline(staff, staffs... (by Aaron Vienneau)
|
by Sugar Stick
Help with <iomanip>
|
|
[3 replies] Last: You should put all those cout statements after your if and else statem... (by fg109)
|
by labbedavid
(First time posting just joined) Having trouble with book lesson.
|
|
[1 reply] : Is there a way to put a picture in. I have a print screen of what I wa... (by labbedavid)
|
by buddha87
what is mean of this declaration int (*a)[2]?
|
|
[5 replies] Last: Thanks very much, now I think I understand the difference. (by buddha87)
|
by marting9
Craps game C++ with menu and chips! NEED HELP!
|
|
[1 reply] : Your ending curly brace on line 121 that says it is the end of switch ... (by tscott8706)
|
by as4mvp
Copying 2d array into 1d array
|
|
[8 replies] Last: Topic continued here: http://www.cplusplus.com/forum/beginner/162155/ ... (by LB)
|
by agamatr
How to write a loop to count a queue
|
|
[15 replies] Last: It looks like it should be. Does it generate the correct output for yo... (by LB)
|
output array |
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ (by shadowCODE)
|
by CDanes24
Identifying Even Numbers In An Array
|
|
[3 replies] Last: I realize with programming, you must pay attention to every single de... (by TarikNeaj)
|
by Thecal
Input file into array until eof. Help!
|
|
[19 replies] Last: Do not change the content of the if statements, you are changing the l... (by LB)
|
by slour
bubble up sort in array
|
|
[6 replies] Last: Thanks, for the feed back. (by slour)
|
Need help with reading/converting text file |
|
[2 replies] Last: Please Do not Double Post - http://www.cplusplus.com/forum/beginner/16... (by TarikNeaj)
|
by mabele
C++ Code
|
|
[15 replies] Last: In the code written above ? How are we validating if the triangle is v... (by mabele)
|
by rahul820
string
|
|
[1 reply] : Please edit your post and make sure your code is [co de]between cod... (by LB)
|
string |
|
[1 reply] : Possible duplicate: http://www.cplusplus.com/forum/beginner/162093/ Pl... (by LB)
|
by unholyman
arrays and structure. issues
|
|
[2 replies] Last: It looks like the rest of your program got chopped off. By the way, y... (by LB)
|
by aseemgoyal
define itetrator for user defined type
|
|
[1 reply] : In C++, pointers meet all the requirements of iterators, so they can b... (by LB)
|