Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~2K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for Aundrey

"10 letters and 10 numbers" - that's going to be a huge amount of combinations to sort through.

Member Avatar for Nick Evan
0
154
Member Avatar for neoseeker191
Member Avatar for lakshmi mani
Member Avatar for Freaky_Chris
0
126
Member Avatar for 1bennyd

Hi guys, I have written some C++ code to do three things: 1. Read data from a delimited file (user specifies type of delimiter used), and return data as a "2D array". 2. Print 2D array to console. 3. Write the 2D array to a tab delimited text file. I …

Member Avatar for d0pedup
0
161
Member Avatar for LucyB

Hi LucyB, I still don't really understand what you mean. For example, in your first post, what do you mean by "So 50 + 60 = 110, instead of 50 + 60 = 60"? From your second post, I'm assuming that you are trying to change the value of one …

Member Avatar for 1bennyd
0
158
Member Avatar for mcamacho07

Hey mate, you probably want something like the following code. I'm also a C++ newbie, so this was a good learning experience for me as well. [code=cpp] #include <iostream> using namespace std; int main() { float seconds, minutes, hours, days, years; float distance_miles, speed_mph, speed_fps; // Get time and distance …

Member Avatar for Salem
0
587
Member Avatar for 1bennyd

Hi Guys, I am a complete newbie to C++. I have a background in R, and have recently taken the plunge into C++. Not having much success though. I am trying to solve an easy problem (no doubt) - reading data from a tab delimited file and inserting it into …

Member Avatar for 1bennyd
1
279

The End.