User profile: Callum5042

User info
User name:Callum5042
Name:Callum
Location:England
Statistical data
Birthdate:Mar 30, 1995
Gender:Male
Occupation:Other
Skills:C++
History
Joined:
Number of posts:183
Latest posts:

idk what to do with these error messages.. ;/
Working for me as well. Which compiler are you using?

Why is private member template accessible outside class?
It comes up at a error for me in Visual Studios 2012.

Right Triangle Progam using x AND y
You could calculate each angle between your 2 line segments and see if one matches 90 degrees.

[C++/SDL2] Adding Bullets
[b]@HalfNOoB[/b] I have got something similar with a way to handle resources. I use a singleton clas...

String Array Initialization Problem
When declaring array's, your size must be a constant. One thing you could do is use a vector of stri...