Problems betwen 64-bit and 32-bit builds |
|
[2 replies] Last: Problem solved. I had a char array of sixteen elements declared like s... (by GenTiradentes)
|
by Gonzo 3 5 7
Computer Problem??
|
|
[4 replies] Last: ............................................________ ................... (by Tarou San)
|
by roige
Templated operator problem
|
|
[1 reply] : On the face of it, it doesn't make sense to provide: void operator<<(... (by kbw)
|
C++ freezes when runnging a program |
|
[3 replies] Last: I added a "class" and called it Cardgame.h and typed in this code: ... (by rebeccamaguire1)
|
by HSABRAHAM
anyone have some quick advice with header files in C++ guys
|
|
[1 reply] : Design the user interface to get the desired information. Rofl(); ... (by closed account S6k9GNh0)
|
by aeronet
Problems accessing data in a vector of lists
|
|
[7 replies] Last: Thanks! that took care of it (by aeronet)
|
by gsingh2011
Don't understand this code-Bitwise ~
|
|
[2 replies] Last: That's actually very interesting... Thanks for your help. (by gsingh2011)
|
need to find the mode using arrays and pointers? |
|
[1 reply] : #include <iostream> using namespace std; int main() { int s... (by closed account S6k9GNh0)
|
by brentc628
continue with the program while waiting for user input? (console)
|
|
[2 replies] Last: Personally, I'll choose threads. Check the input buffer if you need f... (by rybo)
|
by dkaip
pow problem
|
|
[3 replies] Last: strange that adding using namespace std makes the error come. I know t... (by Gumbercules)
|
by natasha23
problem with code
|
|
[2 replies] Last: oh no i created a seperate file called ticket so it prints out wat the... (by natasha23)
|
by Gonzo 3 5 7
How to make it work on my computer?
|
|
[2 replies] Last: Thank You it works!! (by Gonzo 3 5 7)
|
by ararsil
postfix to infex
|
|
[9 replies] Last: I suggest you try it once... binary tree traversal are quite easy. wr... (by writetonsharma)
|
by GANTOR
Suggestions
|
|
[1 reply] : cout << "\nE. Quit (press Q)" << endl; you are just checking Q, b... (by writetonsharma)
|
arrays and pointers... |
|
[5 replies] Last: ok... i do not understand this, im not really experienced... could som... (by lolaabbydawn128)
|
by aab1990
Set Class - Copy constructor
|
|
[6 replies] Last: There is a dummy node at the front of the set. So A.head->Succ really... (by aab1990)
|
by aab1990
Set Class - Insert function
|
|
[1 reply] : You need to traverse your linked list to find the insertion point. Pr... (by kbw)
|
Initializing already-created array |
|
[2 replies] Last: Yes, as helios said, there is no way to do that. Remember, someth... (by Duthomhas)
|
by ilyes
a vector of different class
|
|
[4 replies] Last: Virtual functions are definately the way to go when you can. If that'... (by Disch)
|
by Gonzo 3 5 7
Hello
|
|
[2 replies] Last: see this: http://www.comeaucomputing.com/tryitout/ might hel... (by writetonsharma)
|