User profile: PalashBansal96

User info
User name:PalashBansal96
Email:PalashBansal96@gmail.com
Name:Palash Bansal
Location:Delhi
Statistical data
Birthdate:Aug 28, 1996
Gender:Male
Occupation:Student
Skills:BASIC
PHP
C++
Visual Basic
VB .NET
Java
History
Joined:
Number of posts:26
Latest posts:

masking and attempts on password
The problem is that after 1 try when user presses enter 13 gets stored in input and the next time it...

short question
either over dimension it to a large no like 1000 (assuming u are not making any big project in turbo...

Switching to C++ from Java
you should try reading Let Us C by Yashwant Kanetkar

How to reference an array in a different function
@fun2code if you declare items as a pointer and then initialize it as an integer array of 5 elements...

input to Multidimensional array help :s
You can just do like this [code] float num[3][3]; int row , collum; // Spelling of column is incorr...