by Wylbur
Char Strings in CLI Managed Heap
|
|
[no replies]
|
double lacking precision |
|
[2 replies] Last: Notice that due to floating point arithmetic imprecision, if you show ... (by Bazzy)
|
by MMag
Pointers to Structures and Objects
|
|
[3 replies] Last: Additionally, if the pointer will always point to an object (ie is nev... (by moorecm)
|
by MMag
Pointer As An Argument for A String
|
|
[5 replies] Last: Thanks all guys, it's all comprehended now. Thanks for your efforts. (by MMag)
|
by boginja
read a multidimensional dynamical array from txt file
|
|
[1 reply] : You seem to have a misunderstanding of how multidimensional arrays wor... (by firedraco)
|
by Anton
Swapping contiguous layers in 3d array
|
|
[5 replies] Last: Obviously, if you're going to be making switches and not just copies,... (by IOwnTheWeb)
|
by nammae
Why doesn't destructor work?
|
|
[12 replies] Last: f = p + q; will work just fine, though it is probably less efficient ... (by jsmith)
|
by wolak
problem with array when trying to compile
|
|
[1 reply] : void readdat(float& x, int& n); void minmax(float x, int& n, float... (by Sericet)
|
by murmuls404
classes
|
|
[7 replies] Last: Done. I could very well be wrong. :-) (by Duthomhas)
|
by Anton
Dynamic memory allocation
|
|
[13 replies] Last: Because heap memory does not free itself. If you have variables on the... (by tummychow)
|
by equinoX
inline asm
|
|
[3 replies] Last: i--; (by jsmith)
|
by August
connot fix errors
|
|
[1 reply] : Actually, I think you do get the word twice. It just happens to be di... (by moorecm)
|
by Aiyen
Difftime problem
|
|
[3 replies] Last: Okay embarrassing, the problem was because I had an array called tim... (by Aiyen)
|
by itzjonno
Vector<string> trouble
|
|
[4 replies] Last: SOLVED! I was using <cstring> instead of <string> in my headers, it wo... (by itzjonno)
|
by ThePlus
Hungarian notation
|
|
[13 replies] Last: i loled at this ;D Some used their code to publicize office mis... (by gcampton)
|
by ThePlus
Program... question
|
|
[4 replies] Last: read http://cplusplus.com/forum/beginner/1988/ as to why you shouldn'... (by gcampton)
|
by freeze
PROBLEM REGARDING IF statements
|
|
[16 replies] Last: oh god.. what a spoon feed.. (by blackcoder41)
|
by ThePlus
Game Server files (1,2)
|
|
[24 replies] Last: Thank you Sericet. @firedraco, I hope so. (by chrisname)
|
how do i make this work? |
|
[1 reply] : take out the commas and use the logical OR ||, or the logical AND &... (by gcampton)
|
by RedGoneWILD
if else statement
|
|
[5 replies] Last: [quote=tummychow]NO BRACKETS BECAUSE THERE IS ONLY ONE LINE OF CODE ... (by R0mai)
|