by mosay
Vectors
|
|
[5 replies] Last: Have you seen this yet? If not, read it. You can do all kinds of thi... (by kempofighter)
|
objects |
|
[5 replies] Last: Taking the simplest case, the layout of an object in memory is as foll... (by jsmith)
|
by poonninja
memory editing
|
|
[11 replies] Last: Just for clarification: Yes, but DLL injection != memory editing. ... (by Lodger)
|
by garob
Will this work?
|
|
[1 reply] : Wouldn't it have been faster to actually try it? No, it won't work.... (by helios)
|
by Wr3ckinCr3w
Problem with link
|
|
[1 reply] : Okay, do this. What's on line 33 of blackjack.h? Spoiler: rotcurtsed s... (by helios)
|
by CATCH3624
missing function header (old-style formal list?)
|
|
[3 replies] Last: THANKS YOU GUYS...:)... (by CATCH3624)
|
linking up C++ and spice..can any one solve this.. |
|
[1 reply] : C++ does not have the ability to display any graphics so you will need... (by Return 0)
|
by icu812
math.round
|
|
[1 reply] : Streams round numbers, so you can use manipulators to get the number r... (by Bazzy)
|
by rissel
postfix to infix notation. need assistance, T.T
|
|
[no replies]
|
by turbozedd
templates & iterators & pointers...
|
|
[3 replies] Last: I know, I'm just doing this for my on personal pleasure. Yes, I kn... (by turbozedd)
|
by smasherprog
1 byte data type ouputs junk
|
|
[4 replies] Last: That's because uint8_t is equivalent to an unsigned char. uint32_t is ... (by NGen)
|
by mamo139
[c++] a problem with memory...
|
|
[6 replies] Last: wow... now it works perfectly... thank you very much for helping me!!... (by mamo139)
|
by icu812
string replace question
|
|
[1 reply] : loop through the string and change any char if necessary. like this: ... (by hamsterman)
|
by mbnoimi
Random Accuracy
|
|
[10 replies] Last: I told you. Don't trust the output. You are absolutely right thanks... (by mbnoimi)
|
by chuwie
studgrade
|
|
[2 replies] Last: I doubt it, just a lot of illegible code not posted into [co de] tags... (by chrisname)
|
by hex2Text
Function return error
|
|
[7 replies] Last: Your solution worked like a charm. Thanks alot helios. (by hex2Text)
|
by nananya88
How to read file without missing the space
|
|
[6 replies] Last: Thank you,i have solve the problem. (by nananya88)
|
by olove05
wrong answer//thanks guy I solved
|
|
[1 reply] : Please use [co de] . Check stack.h because seems 'stack' wasn't decl... (by Bazzy)
|
by Such
GetLastError() 1407
|
|
[2 replies] Last: OMG what a terrible mistake thx a lot (by Such)
|
by rahulk
Copy Constructor
|
|
[1 reply] : You aren't increasing 'objectCount' in the copy constructor -you are u... (by Bazzy)
|