by exmlash007
please c++ help: my program has a fault
|
|
[8 replies] Last: OP, please don't delete your posts. Now no-one else can benefit from t... (by anonymous23323124)
|
by LB
Open fstream with write, without clearing file
|
|
[16 replies] Last: It was my project - somehow recompiling everything fixed the problem. ... (by LB)
|
by ramako
Calling constructor explicitly in copy constructor
|
|
[2 replies] Last: This currently only works for members. C++0x supports delegating const... (by Athar)
|
by chulio
help me with simple questions
|
|
[5 replies] Last: Thanks for the replies. Very useful informations. :) (by chulio)
|
by amal rauf
sudoku
|
|
[3 replies] Last: Have you done any work on it yet? Are you going graphical? What's your... (by ultifinitus)
|
by slaidas
how to write your own compiler in c++?
|
|
[1 reply] : google Dragon Book Though it isn't easy unless your language is very ... (by hamsterman)
|
Can't make std::pair with std::auto_ptr as a member type with gcc |
|
[1 reply] : Yes, the problem is that the auto_ptr copy constructor takes a non co... (by m4ster r0shi)
|
by holtaf
wtf?!
|
|
[2 replies] Last: Yes, and as such, floating point arithmetic is subject to error. floa... (by anonymous23323124)
|
by CaribeGirl
set_symmetric_difference with map holders
|
|
[1 reply] : The key values for map are const, since you should not change them (th... (by exiledAussie)
|
Help Needed With My Custom Iterator |
|
[2 replies] Last: I figured it out. Thanks for you help, Ne555. Wazzak ... (by closed account zb0S216C)
|
singleton question |
|
[2 replies] Last: thank you. (by closed account zwA4jE8b)
|
by exmlash007
c++ help please
|
|
[2 replies] Last: thanks (by exmlash007)
|
by ty98
Dialog Builder
|
|
[8 replies] Last: We've got to VC10 now ^^ If the installer genuinely won't work, perhap... (by anonymous23323124)
|
by slaidas
how to define more in c++?
|
|
[12 replies] Last: Sheesh, yes. No I feel myself like an idiot. (by HenriK)
|
by crypto
Need help with a file save
|
|
[2 replies] Last: I'm not familiar with that, I'm guessing I'd do this? //precompiler... (by crypto)
|
by darkhorse
Help with a Trim Function
|
|
[4 replies] Last: Thanks i'll try creating a string and then using c_str() and see where... (by darkhorse)
|
by ramako
EOF on binary files
|
|
[7 replies] Last: I never said that the EOF was in the file, just that they do have an E... (by LB)
|
by KeyForge
Is this bad singleton design?
|
|
[7 replies] Last: Right... that's what I thought. I'd argue that's a poor use of a Sing... (by Disch)
|
by paulmcco
Function returns "0" from a simple division calculation
|
|
[4 replies] Last: I see...thanks that worked... (by paulmcco)
|
Vector index from vector iterator |
|
[2 replies] Last: @Athar Thanks a lot. Its very helpful to me. (by dearvivekkumar)
|