User profile: naeem

User info
User name:naeem
Name:Naeem Akram
Location:Lahore, Pakistan
Website:http://aprogrammersday.blogspot.com
Bio:CS Graduate. Software Engineer for last 3 years.
Statistical data
Birthdate:Aug 2, 1981
Gender:Male
Occupation:Programmer
Skills:C
C++
C#/.NET
History
Joined:
Number of posts:8
Latest posts:

How to find new line char in a string
On Windows platform, a new line is represented by Carriage Return Line Feed (CRLF), a combination of...

how to make games using C++?
You need to be patient Warrior... Game development is a complicated process now adays... You know th...

Multidimensional arrays with new...
well Sephiroth, with power comes responsibility... so... if your program needs to play with memory, ...

128 bit data type
Look into this, it may be of some help to you... http://msdn.microsoft.com/en-us/library/s3f49ktz...

string full name
#include<iostream> #include<string> #include<fstream> using namespace std; void main() { if...