User: astex

  • Public profile

User profile: astex

User info
User name:astex
Name:Phil C
Location:State College, PA
Bio:I'm an astronomy undergrad at the moment, so most of my coding is in either astronomy or particle astrophysics.
History
Joined:
Number of posts:15
Latest posts:


altbdoor's example is not a function pointer, though he does point out some of the advantages of poi...

Simple ASCII problem I can't figure out.
std::cin returns an istream object. Try declaring ss_string as std::string rather than char*. You ...

Question about using references
Passing by reference passes a pointer to the object rather than the value of the object, so you are ...

Error C2248
You pass variables by reference elsewhere in the program. So, if you wrote the program yourself, th...

Error C2248
[code]ofstream outData[/code] cannot be modified on line 193 because it is not passed by reference. ...

This user does not accept Private Messages