User profile: newbieg

User info
User name:newbieg
Name:Mike
Location:California
Bio:I'm learning C++ as a hobby, it's fun. I'm still training in Native C++ but hope to get started in Windows MFC next.
Likeable Links;
-my indenting program post (indents your code for you)
http://www.cplusplus.com/forum/beginner/90167/
Statistical data
Occupation:Student
Skills:C++
History
Joined:
Number of posts:213
Latest posts:

Why doesn't it run in Release mode?
So, yeah, I'm using VC++ 2012, but I'm not getting that warning in either debug or release mode, whi...

Why doesn't it run in Release mode?
I've been working on the Euler project problems, and I have the solution to problem 25, but it only ...

How to get mouse X,Y position in a specified area of window. Winapi
This if statement is the easiest way I know to determine if a rectangle-shaped item on screen was cl...

Mouse position inside a window
It is in terms of the client screen of whichever window receives the message. (which means that if y...

Stopping pointer reference
I'm a bit confused, I opened the file using ifstream because I couldn't find a win32 version of getl...