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:24
Latest posts:

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...

football game errors!
@ResidentBiscuit this is what we have to in India in schools, we cannot use any libraries or anythin...

How to reference an array in a different function
This code perfectly works Here I used pointers which make the work very simple I think you should r...