by nithiya
How to define the end of line in loop?
|
|
[1 reply] : I'd say, open your file as an std::ifstream, and use std::getline, whi... (by bartoli)
|
by yoonkwun
"Value" of Assignment
|
|
[4 replies] Last: It's not an error, it's a warning. Do what Athar said. Disable it (n... (by firedraco)
|
by ArtyL
Calling Member Functions within Member Functions
|
|
[3 replies] Last: Ugh. I just realized what I did wrong. Thanks anyway. :> (by ArtyL)
|
Writing my own math library from scratch |
|
[10 replies] Last: Sorry I haven't checked for quite a while, but I have to say... WOWWWW... (by fruitloop2222)
|
by pathfino
segmentation fault
|
|
[5 replies] Last: hi JoR you are right! istcmsApp don't point to the right address. ... (by pathfino)
|
by Jdc1197
Game development - Efficient saving system?
|
|
[2 replies] Last: I would suggest binary as Athar said but would suggest xor-ing the out... (by sargon94)
|
pointer to template function problem |
|
[4 replies] Last: Doesn't really change anything here. I found the problem though. Fo... (by magnificence7)
|
Pointer to an array definition can not be compiled |
|
[3 replies] Last: I don't have any syntax error before this code, but yet after I wrote ... (by Ana Developer)
|
by firix
static members problems
|
|
[no replies]
|
by ahmetkoc
I work on a c++ project in my course and I can not do Vector erase
|
|
[4 replies] Last: I had this issue a few weeks ago, it worked with xcode, but not window... (by ericeps)
|
by rej3kt
Quick basic classes error
|
|
[16 replies] Last: You're welcome. The difference is that headers such as iostream.h are ... (by filipe)
|
by danyaljj
Disambigious array and pointer structures
|
|
[1 reply] : go thru "deep C secrets" by peter van der linden. (by rahulroot)
|
by tauman24
streaming url
|
|
[no replies]
|
Indexed List - Criticism Required |
|
[8 replies] Last: If you really need O(1) indexed lookups and fast iteration over the wh... (by xorebxebx)
|
by sysabod
why this programme fail to compile
|
|
[1 reply] : 2 problems: 1) you probalby should be casting to const unsigned c... (by Disch)
|
by xander333
GUI Programming
|
|
[16 replies] Last: I don't understand people's comments about Qt not being like C++? I us... (by Pax)
|
by gelenbertang
how to get value from a register(get a reference with register address)
|
|
[2 replies] Last: Your conclude seems well,an reference must be related to a real alloca... (by gelenbertang)
|
by trfillos
Precompiler replacements
|
|
[2 replies] Last: Sorry but i already use std::wstring (was writen false). The code i... (by trfillos)
|
by keepjumpin
coordinate compression/graph reduction
|
|
[7 replies] Last: Thanks everyone! I think I'm going to go with ne555's solution. It i... (by keepjumpin)
|
by RC325
Table Class <template> question
|
|
[12 replies] Last: The operator==() implementation needs a second look, as well. It is m... (by moorecm)
|