by shahd06
fatal error LNK1120: 2 unresolved externals
|
|
[1 reply] : Welcome to the crazy side of C++. http://www.parashift.com/c++-faq/te... (by Catfish2)
|
by dominover
zlib not recognized by libpng (zlib not installed)
|
|
[9 replies] Last: helios.. this is frustrating enough.. Do you have something you would... (by helios)
|
by drew99
Pseudorandom numbers
|
|
[no replies]
|
by ylxin1993
how does this palindrome exam works?
|
|
[17 replies] Last: [quote=cire]the behavior described by the standard [quote=cire]the beh... (by LB)
|
by ModShop
Strange SFML Texture Problem in GDB
|
|
[2 replies] Last: I'll double check, but I don't see how that would effect anything. The... (by ModShop)
|
by tmrw
Encription/Decription code
|
|
[6 replies] Last: bool isupper (password ); bool islower (password ); is that suppose... (by Zephilinox)
|
by mzimmers
writing compiler-independent code
|
|
[7 replies] Last: Thanks, modoran. So, I take it that this file doesn't live anywhere in... (by mzimmers)
|
Initializing string array in C++03 |
|
[4 replies] Last: If you're thinking of doing eggs::eggs() : s{"one", "two", "three"} ... (by maeriden)
|
by Charcoalman
Urgent : Need help with my c++ assignments
|
|
[3 replies] Last: Can anyone render any help here (by Charcoalman)
|
by bond5611
What is the mistake?
|
|
[2 replies] Last: The couple things I see: Template line 5, where does sos come from? ... (by AbstractionAnon)
|
by saywhat
C++ code help
|
|
[3 replies] Last: You're using an accented quote (“), not a standard double ("). The ... (by AbstractionAnon)
|
by ylxin1993
without cctype header also can work?
|
|
[2 replies] Last: why I see the answer always "maybe" in iostream? Is that mean when I u... (by ylxin1993)
|
by bond5611
Solve my Tree Problem.
|
|
[2 replies] Last: Victim of Copy paste, thanks...!-) (by bond5611)
|
by PieDude137
no match for 'operater==' in 'std::cin == "(letter)"
|
|
[2 replies] Last: Thanks, it's so obvious now you mention it! The program works fine now... (by PieDude137)
|
by su li
why the exe. file print nothing when i try to run it???
|
|
[1 reply] : You have not initialized n when it is being used for the first time. (by Peter87)
|
by Tirana
Flag
|
|
[1 reply] : I'm not quite sure what you're asking here but since you mentioned fla... (by closed account zb0S216C)
|
by drew99
Lagged Fibonacci generator
|
|
[no replies]
|
by saywhat
C++
|
|
[no replies]
|
by saywhat
C program to C++
|
|
[3 replies] Last: How about if I need to make it ..... the program will have a subject t... (by saywhat)
|
by ylxin1993
const parameter problem
|
|
[2 replies] Last: thanks a lot qualificator const means only that inside the body ... (by ylxin1993)
|