User profile: keineahnung
User info |
User name: | keineahnung |
History |
Joined: | |
Number of posts: | 108 |
Latest posts: |
Reversing a vector with a iterator Say you've got a vector of ints: 4, 8, 12, 16, 20, 24
[code]first[/code] points to 4
[code]limit2[/...
Reversing a vector with a iterator [code]vec2.end()[/code] doesn't return a pointer/iterator to the last element of [code]vec2[/code], ...
Error in Main Function You're defining a function, [code]f[/code], inside the definition of another function, [code]main[/c...
Parking ticket cycle between headers [quote]still getting stuff like "'carMake' was not declared in the scope" for this it cant just pull...
How to stop a sprite in SFML ? [code]
float MinX = 0;
float MaxX = 480[b] - /* sprite width */ [/b];
float MinY = 0;
...
|
This user does not accept Private Messages