by Winky
Handling Exception in a class
|
|
[2 replies] Last: Thanks for your answer! Atm my code looks like this: int MyClass:m... (by Winky)
|
by Warrior2089
Is return 0; really necessary?
|
|
[3 replies] Last: C++ specifically allows you to fall off the main () function without ... (by Duthomhas)
|
by Impacatus
How can this be causing a segfault?
|
|
[6 replies] Last: Well, thanks everyone who responded. I just went and moved the loop i... (by Impacatus)
|
by a9642
Compiler setup and use
|
|
[8 replies] Last: Thank you for the clear step by step instructions! I'm still iffy on M... (by a9642)
|
dont laugh i just started this but y isnt this working |
|
[10 replies] Last: Gotos are generally a bad idea. They create what is called "spaghetti ... (by JCED)
|
by Triryche
Pointers: Assign Address?
|
|
[5 replies] Last: no reason in particular, except for the fact I am a beginner and have ... (by Triryche)
|
by wtf
Is there a scanf.ignore function comparable to cin.ignore?
|
|
[1 reply] : I can't say I know a lot about C-style console I/O, but here are my im... (by Zhuge)
|
by jemiah06
Do while c++ loops problems
|
|
[6 replies] Last: You could add that a do... while loop also is guaranteed to always exe... (by chrisname)
|
by huitlacoche
functions that don't always return a value
|
|
[3 replies] Last: You are splitting up an input operation arbitrarily, and that is tripp... (by Duthomhas)
|
by navi
Angle Calculation is off only sometimes.
|
|
[4 replies] Last: Ahhhhhh I see it now, thank you guys sooo much! ^_^ (by navi)
|
by robezy
Trouble with operator overloading
|
|
[2 replies] Last: Thanks.. it worked.. i think I need to read the book again thoroughly.... (by robezy)
|
by luq
EnumProcesses and SKD's
|
|
[2 replies] Last: Thanks, I've found the MSDN thread with the same info, but the last ti... (by luq)
|
by ad1234
Error C2784
|
|
[1 reply] : cout >> ... is wrong, should be cout << ... (by closed account z05DSL3A)
|
by robezy
how do i use ios::fail()?
|
|
[1 reply] : Just use in.fail(). There is no need for the "ios_base::" as with it y... (by Zhuge)
|
by robezy
Returning address of a local variable.
|
|
[7 replies] Last: Thanks guys for clarifying this piece of code. @guestgulkan Than... (by robezy)
|
by wincry
How to convert a vc++ lib into borland compatible file
|
|
[1 reply] : Here friends i got it just use the implib utlit... (by wincry)
|
by Nekrolysis
Looping a certain piece of code?
|
|
[3 replies] Last: Ah thanks for the explaination, I'll give it a go, And see what comes ... (by Nekrolysis)
|
by areyoupp
Vector back function
|
|
[2 replies] Last: mmmm.i understand now.thank you (by areyoupp)
|
by meesa
C++ Using enum
|
|
[9 replies] Last: Well, I would only need to go as high as 155, but still, that seems li... (by meesa)
|
by luq
[solved] Linking psapi.h
|
|
[3 replies] Last: Hooray, I've managed to include psapi.h, problem solved. (by luq)
|