by aatwo
Extending the maximum array size
|
|
[2 replies] Last: Thanks for the reply. This is very strange because I remember getti... (by aatwo)
|
by Saber
Reading from text file to int vector
|
|
[1 reply] : Change getline(inFile, line) to inFile >> x; Then cout << x << endl; ... (by wolfgang)
|
by dalbir4444
Experimenting with Classes
|
|
[2 replies] Last: Thanks. It makes sense now. (by dalbir4444)
|
by dalbir4444
Segmentation Fault error
|
|
[2 replies] Last: Thanks, I completely overlooked that. I was just experimenting to get ... (by dalbir4444)
|
by henry1999sg
error LNK2001: unresolved external error
|
|
[4 replies] Last: That makes more sense then. I had assumed it was a global variable. (by Zhuge)
|
by n4nature
Access class members
|
|
[2 replies] Last: Thanks, got that working. (by n4nature)
|
by gardinerca
Debugging question
|
|
[2 replies] Last: float* ThreeValueMovingAverage(float* numbers, int count) { ... (by stravant)
|
Reading data errors |
|
[5 replies] Last: getfirstcolumn(); if (getcharacter() != '\t') //problem??? get... (by closed account ohRGz8AR)
|
by primes
what is wrong with the if...?
|
|
[5 replies] Last: Are you even paying attention to what you're writing? You mistyped &&... (by Athar)
|
by jumper007
what is wrong in my program
|
|
[3 replies] Last: i solve it by myself, but thx anyway. now, it looks like this: //P... (by jumper007)
|
by primes
SOMETHING MORE MISSING IN THIS PROGRAM
|
|
[4 replies] Last: whoops, my bad. add }while(0); after line 23, and change line 23 to:... (by rocketboy9000)
|
by alex473x
trouble with vectors
|
|
[2 replies] Last: That worked perfectly. Thank you very much. (by alex473x)
|
by vagelis
combinations of numbers
|
|
[14 replies] Last: [quote=vagelis]i want a solution I already told you many times that ... (by m4ster r0shi)
|
by si666
Reading hex patterns with unknown charecters
|
|
[1 reply] : One step at a time. read from file, until you find 0x12. when you do,... (by hamsterman)
|
by vagelis
again with the combinations programm..
|
|
[2 replies] Last: my friend i try in this case to find the combinations of 2 numbers of ... (by vagelis)
|
by thedude11
Movement In a Grid (Array)
|
|
[10 replies] Last: Ok well i fixed my array. I can now display it again. However, when it... (by thedude11)
|
by primes
assignment paper anyone who can solve it?
|
|
[1 reply] : Oh, this is delicious. Apparently you never read the assignment and... (by Athar)
|
by axlmh
problem reading file
|
|
[3 replies] Last: ok, problem solved, thanks ifstream file; file.open("filename... (by axlmh)
|
by zimbloggy
File open problem
|
|
[6 replies] Last: There wasn't an empty line. I wonder if the problem is just with my c... (by zimbloggy)
|
Debug compiles, Release doesn't: _ITERATOR_DEBUG_LEVEL? |
|
[1 reply] : You're probably trying to link modules that were compiled in debug mod... (by Athar)
|