• Users
  • satyamkrishna2004

User profile: satyamkrishna2004

User info
User name:satyamkrishna2004
Name:Satyam Krishna
Location:Vellore
Statistical data
Birthdate:Aug 10, 1992
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:14
Latest posts:

how to make the function wait for some thing to continue
u can use getch() (in ur if condition )to pause ur program and print that value....whenever a key is...

multi dimensional array of pointers
actually i have a class which has a public integer type variable 'input', and a global array (for st...

multi dimensional array of pointers
I want a two dimensional array to store the addresses of integer type variables.

multi dimensional array of pointers
i want to create a multi dimensional array which can store address of different variables. please te...

creating two exe. from one code
thanks Duoas