User profile: phyllip2378

User info
User name:phyllip2378
Name:Phil
Bio:I started learning C++ a couple months ago, and just now am beginning to work with the SFML library.
Statistical data
Birthdate:Dec 18, 1995
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:9
Latest posts:

SFML Code will not compile?
That 'sfml::Renderwindow' needs to be 'sf::RenderWindow', plus 'int main()' needs to return a value....

output to a .txt file. trouble
When opening the file, I would just do 'output.open("output.txt");'. It should automatically save to...

String Variables With 'Printf'
Thank you very much!

String Variables With 'Printf'
I was wondering how you'd print a string variable with the printf function. I thought that the code...

PDCurses
Does anybody know of any good tutorials for PDCurses, preferably in the form of videos? Thanks to wh...