User profile: bmruze

User info
User name:bmruze
Name:Brad
Location:Lapeer, Mi
Website:http://www.hellsrangersclan.com
Bio:I'm currently a Student attending college for Computer Networking although I'm not sure why I chose a topic that I didn't understand completely. Well that is a good bio for now, I'll have to fill it out more when I have more time :P.
Statistical data
Birthdate:Feb 22, 1987
Occupation:Sales
Skills:C
C++
Visual Basic
C++/MFC
VB .NET
C++/ATL
C++/BCL
Assembly
C++/.NET
C#
C#/.NET
History
Joined:
Number of posts:5
Latest posts:

Counting Whitespace
so I could use something like cin.get() if (isspace(" ") { whitespace = whitespace + 1; }

Counting Whitespace
Hey guys, I've been looking around on the internet trying to figure out how to count whitespaces ent...

Sleep() function C++
Perfect! I’m not doing any multithreading so I’ll continue to use Sleep. Thanks for the help guy...

Sleep() function C++
Sounds good, I read around some other forums and other people were saying that “Sleep isn’t safe...

Sleep() function C++
Can anyone tell me what functions are better to use in C++ other than Sleep? I’ve heard of Pause a...