This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-04-11 23:36:11

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

C++ topic

okay i want to know a good place to start for learning C++ i would prefer books but websites are good too


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#2 2012-04-11 23:38:49

Ecliptic
Scratcher
Registered: 2012-02-27
Posts: 500+

Re: C++ topic

You should use Google instead of asking us. Anyways, I found this website.


If you can read this you are in range.

Offline

 

#3 2012-04-11 23:39:08

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: C++ topic

I would recommend C++ for everyone and C++ in easy steps.


http://trinary.tk/images/signature_.php

Offline

 

#4 2012-04-11 23:39:09

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

Re: C++ topic

Duplicate. I would know, I made the first.

Offline

 

#5 2012-04-12 04:15:13

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: C++ topic

Im learning it right now
from this pdf


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#6 2012-04-12 05:24:04

LiFaytheGoblin
Scratcher
Registered: 2011-11-14
Posts: 1000+

Re: C++ topic

I learned how to make a "hello world" C++ program with a funny book, but I don't remember the name  sad 
The book makes it easy to learn C++, but you have to have much time! I hadn't, so I didn't learn it ...

Offline

 

#7 2012-04-12 05:55:04

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: C++ topic

It depends what you want to achieve with C++.
It's a great language, but it's very hard to use for normal Windows programs compared to java or the .NET languages!

I used two main resources to learn the basics of C++. I found an awesome website called cplusplus.com, which many have already mentioned above. Then I used a heavy book my dad gave me called C++ for dummies, but that's only if you really want to learn it because it's more than 800 pages!

Then you can branch out and take tutorials on the internet for Win32 (if you want to make windows programs), DirectX, or other graphic libraries! It take time though and it's really fidgety at times.

Offline

 

#8 2012-04-12 09:22:31

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: C++ topic

The one on the C++ site is pretty good.  cplusplus.com/doc/tutorial/.  You might also use XoaX.net.  And as always, there's thenewboston.org.

Last edited by maxskywalker (2012-04-12 09:23:37)

Offline

 

#9 2012-04-12 12:17:05

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: C++ topic

is their any sort of IDE for C++ like their is jave and NetBeans


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#10 2012-04-12 14:35:19

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: C++ topic

slayerrobe7 wrote:

is their any sort of IDE for C++ like their is jave and NetBeans

I believe Eclipse has a C++ version.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#11 2012-04-12 14:40:59

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: C++ topic

slayerrobe7 wrote:

is their any sort of IDE for C++ like their is jave and NetBeans

I've heard of Code::Blocks. It's pretty good.

Offline

 

#12 2012-04-13 07:48:32

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: C++ topic

ProgrammingFreak wrote:

slayerrobe7 wrote:

is their any sort of IDE for C++ like their is jave and NetBeans

I've heard of Code::Blocks. It's pretty good.

Yeah, codeblocks is good, but it doesn't have a compiler. Visual C++ works just as well, even though it's not actually that visual at all, and has a compiler included!

Offline

 

#13 2012-04-13 14:45:19

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: C++ topic

slayerrobe7 wrote:

is their any sort of IDE for C++ like their is jave and NetBeans

Yes.  The (widely regarded to be) 'best' ones are Visual C++ and Code::Blocks.  Just as a small note: Code::Blocks doesn't have it's own compiler, but there is a version of it that comes with one of the most popular ones, MinGW, and lets you choose your own compiler.  Visual C++ comes with its own compiler, but you can only use that one Visual C++ Compiler

Last edited by maxskywalker (2012-04-13 14:46:51)

Offline

 

#14 2012-04-14 04:39:42

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: C++ topic

Wait, I thought you started learning java like two weeks ago xD
But yeah, apparently QT is good  smile


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#15 2012-09-04 18:38:27

TheninjaGUY
Scratcher
Registered: 2009-10-26
Posts: 21

Re: C++ topic

Just pick up C++ for Dummies. Pretty much any book that doesn't say it's advanced.


Check out my project Why Bananas Are Yellow. Trust me it will be worth your time!  smile  Ninjas are watching you!  big_smile

Offline

 

#16 2012-10-05 12:01:07

christian2000
Scratcher
Registered: 2010-11-01
Posts: 100+

Re: C++ topic

I made THIS In Code::Blocks. It's pretty much my first .exe not made with BYOB.  tongue


blerp......
http://obscureinternet.com/wp-content/uploads/Fail-at-Life-Funny-Cards.png

Offline

 

#17 2012-10-05 12:23:21

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: C++ topic

TheninjaGUY wrote:

Just pick up C++ for Dummies. Pretty much any book that doesn't say it's advanced.

It's not that good.
Go with iTunes U and Harvard's David Malan for learning C, and then continue on.
A good site in my bookmarks:http://www.mindview.net/Books/TICPP/Thi … CPP2e.html


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#18 2012-10-05 18:40:44

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: C++ topic

TheninjaGUY wrote:

Just pick up C++ for Dummies. Pretty much any book that doesn't say it's advanced.

cplusplus.com/doc/tutorial/ and xoax.net are free.  Who needs books?

Offline

 

#19 2012-10-06 04:20:24

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: C++ topic

cppreference is useful as well.


http://trinary.tk/images/signature_.php

Offline

 

#20 2012-10-09 20:11:51

scratchisthebest
Scratcher
Registered: 2009-02-08
Posts: 500+

Re: C++ topic

I have this absolutely huge book in my bedroom called JAMSA'S C/C++ BIBLE or something like that. So far I've only used it for flattening out papers (stack em on the page and jump on the books, you get funny looks but it works), but it's only because I don't know where to start and I'm a sucker for Processing.

One time (more than 30 days ago) I got ofx working with Visual C++ and luuved it, though my VisC++ trial expired  sad


bye 1.4, we all loved you. but we all outgrew the site. 2.0 is a welcome change.
http://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.png

Offline

 

#21 2012-10-10 09:07:49

wmays
Scratcher
Registered: 2008-05-10
Posts: 500+

Re: C++ topic

I made this in a day or two, just an experiment.

Source.


http://i42.tinypic.com/2z5vcz9.gif
http://phpscripthost.comoj.com/imagescripts/ipimg.php

Offline

 

#22 2012-10-12 22:53:09

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: C++ topic

That's quite good.


http://trinary.tk/images/signature_.php

Offline

 

#23 2012-10-13 00:13:39

41w4y5
Scratcher
Registered: 2012-08-15
Posts: 100+

Re: C++ topic

I tried learning it once, but it was hard.


http://i.imgur.com/Em1YC.png

Offline

 

#24 2012-10-13 00:46:31

41w4y5
Scratcher
Registered: 2012-08-15
Posts: 100+

Re: C++ topic

i was gonna make minecraft II: Revenge of the minecraft 1


http://i.imgur.com/Em1YC.png

Offline

 

Board footer