Page 1 of 4

Bone's C++ Stuff

Posted: Sun Sep 18, 2011 6:21 pm
by Bonejunky
Just some things that I made with C++. Most of it is basic knowledge right now, but I am hoping to get into more advanced programs. Also, if you are unsure if there is a virus or not in the file, I already scanned them, the scan is in the same spot as the file.

Hypotenuse Calculator:

http://dl.dropbox.com/u/32278902/Hypote ... ulator.exe

Virus Scan

Trollomatic:

http://dl.dropbox.com/u/32278902/Trollomatic.exe

Virus Scan

Hope you like! :D

Re: Hypotenuse Calculator (Made by me)

Posted: Sun Sep 18, 2011 6:32 pm
by Cheez99
Is this your first programming language/project?

Re: Hypotenuse Calculator (Made by me)

Posted: Sun Sep 18, 2011 6:33 pm
by texas_hitman
im guessing you are just learning code?

Re: Hypotenuse Calculator (Made by me)

Posted: Sun Sep 18, 2011 6:34 pm
by FaeynHeart
Nice job, send the source code.
If you want any feedback or help for any projects, then just message me.

Re: Hypotenuse Calculator (Made by me)

Posted: Sun Sep 18, 2011 6:48 pm
by fritterdonut
Nice.
I learnt some Python, but I intend to go and learn C++. :D

Re: Hypotenuse Calculator (Made by me)

Posted: Sun Sep 18, 2011 6:48 pm
by Bonejunky
@Cheez99
Yeah, this is my first.

@texas_hitman
Yeah, I am just learning.

@FaeynHeart

Yeah, updated the OP with the source.

And if I need any help, I will be sure to msg you. :)

Re: Hypotenuse Calculator (Made by me)

Posted: Sun Sep 18, 2011 6:57 pm
by Darth_Regnier
lol

Re: Hypotenuse Calculator (Made by me)

Posted: Sun Sep 18, 2011 7:18 pm
by Bonejunky
Darth_Regnier wrote:lol
I don't understand what made you lol...

Re: Hypotenuse Calculator (Made by me)

Posted: Sun Sep 18, 2011 8:54 pm
by mtndewzane
I am not sure if I want to learn C, C++, or java.

I would love to learn all of them, but need to set my mind on one for now until I feel strong enough to learn another one.

Any suggestions. I know many code C and C++ , but Java would be nice to learn.

Re: Hypotenuse Calculator (Made by me)

Posted: Sun Sep 18, 2011 8:57 pm
by fritterdonut
Well I started working with C++ about an hour ago, and it doesn't seem too bad.

1. Grab a copy of Windows Visual C++ Express 2010

2. Go here : http://www.learncpp.com/

3. Learn.

A nice thing about C++ is that many other languages share a very similar syntax to C, C++, and C#.

An hour into doing the above steps and I already know how to make the program Bonejunky made... maybe I'll post mine as well :D