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
~287 People Reached
About Me

College student in computer engineering. Being thrown into C++ programming at school and at work... rough times. During the week I try to keep up with homework, but on the weekends I spend half the time chilling and relaxing and the other half partying…

Interests
Fishing, Technology, History, How things work, and Cooking. Read a ton too.
PC Specs
A lame Dell Studio laptop. I'm a poor college student, so a computer that works is all I can ask for.
Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for BarnacleBoy

Hey everybody, I need to send the output data from a .cpp file to a .csv file so that I can import it into excel for further work. I was reading some stuff online, but I was getting confused. I need the data in the .csv file to look like: …

Member Avatar for BarnacleBoy
0
74
Member Avatar for BarnacleBoy

So I'm trying to write this time keeping code for a project of mine. Basically, I'm adding 0.01 to a variable over and over again. While (A < B) { X = X + 0.01 A = A + 1 } I have written down the basic idea. The problem …

Member Avatar for vijayan121
0
213