User profile: Pickle Gunner

User info
User name:Pickle Gunner
Name:Ricky s
Location:Between Hopeless and Expert Somewhere
Statistical data
Birthdate:Feb 20, 1998
Gender:Male
Occupation:Student
Skills:BASIC
C++
Visual Basic
History
Joined:
Number of posts:63
Latest posts:

Window Linker Error
Do you need the linker settings?

Window Linker Error
I have been using the Windows Subsystem instead of the console for my sfml projects, and I just figu...

Timer and other problems...
[code] int wait(int TotalTime, int CurrentTime){ if(CurrentTime < TotalTime) { std::cout << TotalTim...

VC Question
Alright, when you [code]#include[/code] you use <> when it is default with the compiler and "" when ...

Help With Enums
Ok, thanks. That makes sense.