by nerdpwn
Need help with a program
|
|
[8 replies] Last: #include <iostream> #include <conio.h> using namespace std; int mai... (by RabMac)
|
by souper8d
Multi-Dimension table.
|
|
[9 replies] Last: You do call getche() in the outer loop. What does that function do? ... (by keskiverto)
|
by orangebanana
BubbleSort Problem
|
|
[2 replies] Last: i already define bublesort as a method of hotel. but still... it doesn... (by orangebanana)
|
by olleh
Airplane Ticket .
|
|
[1 reply] : the symbol for free is '*' and for taken 'X'. So think of a third symb... (by coder777)
|
by q1670741824
Would there be a efficiency loss to use "n--"
|
|
[7 replies] Last: though a bit ambitious to me for now, thanks a lot! (by q1670741824)
|
by q1670741824
why normal function can make a type cast while template function can't?
|
|
[4 replies] Last: thanks a lot, now i see that :) (by q1670741824)
|
by iQChange
Constructor parameters using new with a non-pointer
|
|
[8 replies] Last: You are using an older version of the compiler; one that does not supp... (by JLBorges)
|
by AceDawg45
What does an asterisk(*) do?
|
|
[5 replies] Last: I think you want to read this: http://www.cplusplus.com/doc/tutorial/p... (by aleonard)
|
by AdrianV
Creating a grid with for loops and 2D array
|
|
[1 reply] : You have: for (int r = 0; r < 4; r++) { for (int c = 0; c < 4; c+... (by keskiverto)
|
Program doesnt run. Need help with constructors! |
|
[8 replies] Last: I suggest you read about linkers. (by mutexe)
|
by larsenmb
Can't find the error
|
|
[9 replies] Last: computergeek, no offence but your advice is not correct again. It has ... (by mutexe)
|
by hychan
String processing
|
|
[3 replies] Last: The first 15 characters is stored as the names. For Mary, 15-4=11 For ... (by hychan)
|
by tavuk
Question about loops/my code efficiency
|
|
[1 reply] : Changed my titled and organized my post. (by tavuk)
|
by jonnhynick
help with arrays
|
|
[2 replies] Last: I did a 2D table now, I am just trying to figure out one last problem,... (by jonnhynick)
|
by iamnoteither
help with a function meant to create a 2D array
|
|
[no replies]
|
by fahmankhan75
Cin operator error! WHY?
|
|
[7 replies] Last: in case it's not clear : string foo[ ] is different from char foo ... (by nvrmnd)
|
by Lindseybb
do/while loop
|
|
[2 replies] Last: oh okay (by Lindseybb)
|
by epicred
Function Declaration
|
|
[1 reply] : at line 15, you are missing a colon ( : ) (by nvrmnd)
|
by lunafly
Finding white space, new lines and dashes
|
|
[1 reply] : I figured it out! To find one of two (or several) different characters... (by lunafly)
|
by newbie93
c++ program that converts mips to hexadecimal
|
|
[no replies]
|