by scofield
What't wrong?
|
|
[2 replies] Last: Thank you! (by scofield)
|
by scottypeps
Card Guessing Game, comparisons not correct
|
|
[3 replies] Last: Yeah, you're completely right. I'm just not exactly sure how to go ab... (by scottypeps)
|
by Swiftslide
Keeping function pointers in a separate class?
|
|
[2 replies] Last: Thanks for the link, firedraco. I've managed to get everything working... (by Swiftslide)
|
by daveit
project c++ experience
|
|
[3 replies] Last: edit: fixed my fail. (by closed account 3TkL1hU5)
|
by WGarcia10
Errors and don't know why
|
|
[1 reply] : Code tags, please. First, it is int main() , not void main() . ... (by Zhuge)
|
by Yitzu
Debugging
|
|
[5 replies] Last: Don't make a Win32 Project. Make an empty project. (by Zhuge)
|
Leap Year Function |
|
[7 replies] Last: Galik, thank you SO much! You fixed a problem that I've been trying to... (by brycematheson)
|
by Maerle
About class
|
|
[no replies]
|
by matt295
c++ program compiler error?
|
|
[1 reply] : Not to sound lazy, but comparing my edited source to yours should show... (by MottMan)
|
by Maerle
Whats's wrong?!
|
|
[10 replies] Last: I had a problem with all of those also. I now use cin.ignore().ge... (by AlphaBravo)
|
by edgarfa11
Enum and Switch
|
|
[3 replies] Last: Oh, i dont think that would be possible to ask to type Mon, since it h... (by edgarfa11)
|
by ender2
Multiple class problems (object initialization)
|
|
[1 reply] : In commiteeClass.cpp, you are using string pointers without allocating... (by cpluplusrat)
|
by jonjondavid
Some body tell me what is the name of this function?
|
|
[2 replies] Last: i mean what is the use of counter contolled loop of the function..?tnx... (by jonjondavid)
|
by wtf
How do you overload the [][] operator?
|
|
[3 replies] Last: The is not an operator. Start reading here http://www.parashift... (by Duthomhas)
|
by elvis0288
problem with set of code do-while
|
|
[1 reply] : it is not stopping whenever time is 0 it keeps counting -1 -2 -3 and i... (by elvis0288)
|
by JKasper89
Guessing Game
|
|
[2 replies] Last: Although a more specific question would be appreciated, remember that ... (by MottMan)
|
by georgedb
What is a good and simple compiler?
|
|
[8 replies] Last: I had a look at MingW, but that one is also like 1.5Gb. What makes... (by Athar)
|
by vanvan329
Extremely confused - quick answer would be awesome
|
|
[6 replies] Last: Coming back to the original post - Only two lines are required to make... (by guestgulkan)
|
by elvis0288
i have big problem with do-while
|
|
[5 replies] Last: thank you and i am sorry about that... my problem is that without the ... (by elvis0288)
|
by lukecovack
Reducing Fractions in C++
|
|
[3 replies] Last: You could use a recursive function such as: int gcd(int x,int y) ... (by Mike Sandy)
|