User: mmess

  • Public profile

User profile: mmess

User info
User name:mmess
History
Joined:
Number of posts:5
Latest posts:

How to read from a file with varying amount and multiple data types in each line c++
Yeah, I've read the 15 as sizeOfArray, thats not the issue, the issue is if you see in the text file...

How to read from a file with varying amount and multiple data types in each line c++
Following is the file : ( The first line shows the number of Students in the file ) These are Names...

Invalid conversion from int* to int
[code] int main() { int arr[5],i=0,j=0,*arrayptr=NULL,ctr=0,*arrayptr1=NULL; ifstream infile("i...

Invalid conversion from int* to int
I keep getting this error! [code]int *newarr(int, int, int&); //prototype[/code] //[Error] ini...

URGENT HELPPP
You can't use the word "mod", you have to use the symbol "%"

This user does not accept Private Messages