- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
"10 letters and 10 numbers" - that's going to be a huge amount of combinations to sort through.
Haha, how funny. Thanks for the assignment question!
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 …
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 …
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 …
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 …
The End.
1bennyd