cplusplus.com
C++ : Users : moorecm
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: moorecm
Public profile
Send private message


User profile: moorecm

User info
User name:moorecm
Name:Chad Moore
Location:Pittsburgh, PA
Website:http://chadmoore.us
Bio:Visit http://chadmoore.us/source for color, syntax-highlighted, online source code references for the Boost libraries, the GNU Standard C++ Library, and the GNU C Library.
Statistical data
Birthdate:Sep 7, 1980
Gender:Male
Occupation:Engineer
Skills:C
C++
Perl
Pascal
Java
Javascript
Vimscript
XHTML/CSS/XML
All things Linuxy
History
Joined:
Number of posts:1608
Latest posts:

Project Euler 14 Issue
Great! I was trying to say that there's nothing we can help with short of giving you the solution t...

missing ';' before .
After a class definition, you need a semicolon: [code]class A { }; // <-- here[/code] After functio...

Project Euler 14 Issue
There isn't any special trick to that problem. You just have to implement the iterative sequences--...

Program taking far too long
Just wait until problem 15! It's a hard one. I thought I had a clever recursive solution but it do...

What if the only variable type was int?
I didn't pick up on what was so different than C++. I use uint64_t's and the like all of the time, ...