by Lucrin
Int to String Conversion
|
|
[2 replies] Last: Found my error. Needed to call DCMLConversion for numToConvert after t... (by Lucrin)
|
by simeonz
Sequence points in aggregate initialization.
|
|
[12 replies] Last: I know what you mean. Again, I really appreciate the effort. My conclu... (by simeonz)
|
by joro550
LNK2028: unresolved token (0A0003FA) "extern "C"
|
|
[1 reply] : Actually this doesn't matter I just figured out that I was linking wit... (by joro550)
|
by sjeps
Pipe problem
|
|
[3 replies] Last: Try something like this: // test.cpp #include <iostream> int mai... (by moorecm)
|
by deathtospies
Function call within if statement
|
|
[3 replies] Last: Generate the assembler output for the above code and see if it is gene... (by jsmith)
|
by mfox
Embed txt resource instead of fopen external.
|
|
[3 replies] Last: You'll notice that in my example I specifically got a pointer to char... (by Duthomhas)
|
by jrok
String comparison code crashes
|
|
[4 replies] Last: Hey, thanks PanGalactic. That fixed it. I'm also trying to check if th... (by jrok)
|
by lmcgrath
Array Trouble
|
|
[5 replies] Last: FIXED CODE: // Create space nSamples = Header.Data_Hdr... (by lmcgrath)
|
by abakiz
Polymorphic Constructors
|
|
[8 replies] Last: Ok, so we are seeing eye to eye on this. I think you are on to somethi... (by smcguffee)
|
by ycai77
conversion between const to nonconst
|
|
[9 replies] Last: True, but it was just about the particular 'away-optimizing' problem. (by Kyon)
|
by subarde
Interesting task
|
|
[3 replies] Last: Sounds like a home work assignment, what have you done so far? ha... (by jteally)
|
by Neo7C7
arrays & strings
|
|
[3 replies] Last: @Athar It starts at 1 instead of zero because the first and last char... (by Neo7C7)
|
by bfaskiplar
read from a file token by token
|
|
[6 replies] Last: yeah, strtok() is much more suitable for multiple delimiters. thank... (by bfaskiplar)
|
by log3337
Problem drawing with a for loop
|
|
[1 reply] : This: if (i = 5) cout << "^"; should be: if (i == 5) cout ... (by filipe)
|
by jay75
reading in from a list using fgets
|
|
[3 replies] Last: http://www.cplusplus.com/reference/clibrary/cstdio/fgets/ windows i... (by hamsterman)
|
i dont knw y it being overwritten again again |
|
[2 replies] Last: @nickPaul thanx mate!!!!!! GOD bless YA :D (by waleedbinahmed)
|
by satya
complexity of math operations.
|
|
[2 replies] Last: Thanks Athar... (by satya)
|
by aatwo
PCI Sata
|
|
[no replies]
|
accessing private member of a friend class with a friend function |
|
[2 replies] Last: Yes, that was it! thanks a lot. (by CrypticMetaphor)
|
by kumarcr09
Timer Problems
|
|
[7 replies] Last: fun() { //timer starts here (Say 10 sec of time limit ) fun... (by kumarcr09)
|