Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~576 People Reached
About Me

student

Favorite Forums
Favorite Tags
Member Avatar for rborob

i'm currently writing a program that needs one small piece in my opinion in order to work. i have an array which reads in a bunch of numbers (call them addresses, an example is "003124") and counts the amount of addresses at the moment. i need this to be passed …

Member Avatar for namehere05
0
226
Member Avatar for JamesDT

Ok, so here's the problem: I have a database with tables made with Microsoft Access. I know how to connect to this databse, and retrieve information in the tables, and update the information in the tables. I was hoping someone could help me with the code for inserting new tables, …

Member Avatar for molze
0
99
Member Avatar for rborob

can anyone help me with this switch statement? i want it to go through line by line my file and, in the cases, increment x, y and z counts depending on the value of each digit in the strings. i debugged and its giving me some stupid value for xcount. …

Member Avatar for Dave Sinkula
0
148
Member Avatar for rborob

does anyone know any easy way of reading in a file line by line. im assuming i need to use ifstream then just do while (!file.eof()) getline(file, string); i need to read each string into a switch statement and then extract 3 values: vertex.x vertex.y vertex.z for each string read …

Member Avatar for Narue
0
103