Re: OT: C++ Recursion [message #192162 is a reply to message #192146] |
Tue, 07 March 2006 23:20   |
 |
Dave Anderson
Messages: 1953 Registered: December 2004 Location: United States
Karma:
|
General (1 Star) |
|
|
Well, seems that I have learned a thing or two from this topic:
Quote: | For example,
10 % 3 = 1
10 % 10 = 0
12 % 5 = 2
|
I thank you very much for refreshing my memory. 
EDIT: Since this is the same subject, I just wanted to let y'all know that when I finish my website, (which is taking forever because it gets boring at times), I will have a complete section on C++ where you can go if you want to learn the basics of C++. It will be pretty explanatory and should be pretty straight foward. When I first learned C++, I pretty much went to my local library, checked out a C++ book, and was writing very basic programs within the hour I started reading.
My object for providing this section on my site, is I am hoping that others interested in C++ can use what I have learned to learn it themselves.
David Anderson
Founder, Software Consultant
DCOM Productions
Microsoft Partner (MSP)
[Updated on: Tue, 07 March 2006 23:25] Report message to a moderator
|
|
|