User: Scott Vass

  • Public profile

User profile: Scott Vass

User info
User name:Scott Vass
Email:scott.vass@gmail.com
Name:Scott Vass
Location:Wollongong, NSW AUS
Bio:Ph: +61405839421
Statistical data
Birthdate:Jun 1, 1973
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:13
Latest posts:

Conversion from binary to decimal for data manipulation
Also, when you want the function to set y as the result, pass it up by reference. Line 44: You're w...

Pupulating 3d array from three column data file
I was thinking along similar lines ... [code] #include <iostream> #include <fstream> #include ...

How to handle dynamic memory allocation failure properly?
I think this way is the least obtrusive. You don't have to use set_new_handler in main, you can put...

how to delete the duplicate in the text file??
Here you go. Just so as you know, the left-most value is now meaningless. Unique only removes conse...

IDE has problem handling vectors
[code] for(vector<int>::iterator i=words.begin(); i!=words.end(); ++i) cout << (*i); [/co...

This user does not accept Private Messages