by xander333
Accelerated C++
|
|
[1 reply] : I own that book, and I find it excellent. The approach may be unusual,... (by filipe)
|
by tutiplain
long strings not accepted?
|
|
[8 replies] Last: * is the 'indirection operator'. When you say char* ptr; you are ... (by Galik)
|
by musicman
Multiple User Input
|
|
[2 replies] Last: Thank you fafner! I new it was something that simple. (by musicman)
|
DumpBin Problems |
|
[no replies]
|
by Mike200
char input problems
|
|
[1 reply] : RomanLetters = letters ; (by m4ster r0shi)
|
by shpaiderman
IDE has problem handling vectors
|
|
[7 replies] Last: for(vector<int>::iterator i=words.begin(); i!=words.end(); ++i) ... (by Scott Vass)
|
by gmYoshi
Changes on elements in a Vector
|
|
[5 replies] Last: I try to avoid the subscript operator whenever iterators are available... (by Scott Vass)
|
by Mike200
Line numbering on code samples
|
|
[2 replies] Last: cheers, i get it. (by Mike200)
|
by Willyboy
Create shortcut
|
|
[3 replies] Last: Take a look at this -> http://www.codeproject.com/KB/winsdk/makelink.a... (by m4ster r0shi)
|
by jackabascal
problem with return 0?
|
|
[1 reply] : Remove the curly brace before return 0. (by Beibin)
|
by mozly
SDL surface* problem
|
|
[8 replies] Last: true, but i just showed an example of what it should be, i guess its t... (by closed account y8h7M4Gy)
|
by zyky
Printing something changes function result
|
|
[no replies]
|
by neeko
Header file problems, maybe?
|
|
[4 replies] Last: Edit: Yup, de-referencing the object fixed it, it compiles now. It cra... (by neeko)
|
by lare26
Looking for a cleaner way.
|
|
[4 replies] Last: Thanks Duoas. I loved all your ideas and it tought me a few things. Ok... (by lare26)
|
by xander333
Is there a command to check if a string exists?
|
|
[6 replies] Last: No. But your question is a bit like asking "What colour is a piece ... (by Galik)
|
by DJFransis
Error what to do
|
|
[2 replies] Last: That line is indeed just fine. We will still ask for the whole code. ... (by Albatross)
|
by miked983
silly ofstream/ifstream issue
|
|
[1 reply] : oh man, well I was write, it was very simple.... ifstream tinfile("... (by miked983)
|
by gomez3161
Can someone correct my syntax
|
|
[3 replies] Last: Thanks you for the post. __________________ http://moviesonlinefr... (by helenk579)
|
by oringent
unexpected result of % function
|
|
[9 replies] Last: If you want to play with modular arithmetic, you might want to check o... (by Duthomhas)
|
by lovely6922
Linear Linked lists with classes
|
|
[9 replies] Last: I mostly got it figured out, unfourtunately I required to use dynamica... (by lovely6922)
|