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

#26 2012-02-17 18:26:59

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

Re: C/C++ Official Topic

Do you prefer C++ or C?


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

Offline

 

#27 2012-02-17 18:29:53

Luke121
Scratcher
Registered: 2008-07-14
Posts: 1000+

Re: C/C++ Official Topic

trinary wrote:

Do you prefer C++ or C?

Both have their advantages and disadvantages. I've just started C++. I don't understand much.


http://bit.ly/IlVuB5
Sorry PF, too lazy to make my own!  tongue

Offline

 

#28 2012-02-17 18:30:23

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: C/C++ Official Topic

Have you read my posts.....


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#29 2012-02-17 18:33:22

Luke121
Scratcher
Registered: 2008-07-14
Posts: 1000+

Re: C/C++ Official Topic

bobbybee wrote:

Have you read my posts.....

Right now, you're the only one not talking about C.


http://bit.ly/IlVuB5
Sorry PF, too lazy to make my own!  tongue

Offline

 

#30 2012-02-17 18:33:26

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

Re: C/C++ Official Topic

bobbybee wrote:

Have you read my posts.....

Of course.

#include<iostream>
using namespace std;

int main()
{
cout<<"Language War..."<<endl;
return 0;
}


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

Offline

 

#31 2012-02-17 18:36:49

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: C/C++ Official Topic

bobbybee wrote:

PHP isn't a bad word. What veggie wrote is.

:>


Posts: 20000 - Show all posts

Offline

 

#32 2012-02-17 18:39:50

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: C/C++ Official Topic

I spent this whole time writing a compiler for that language. And the output is Hello, World!!!!^^
             O


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#33 2012-02-17 18:44:53

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

Re: C/C++ Official Topic

C++ is better, because it has OOP. The only advantage C has is printf() instead of cout.

Offline

 

#34 2012-02-17 18:49:38

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: C/C++ Official Topic

OOP has a lot of overhead. You can't do proper debugging with OOP. C is just assembly, except a lot more quick and human-readbale.


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#35 2012-02-17 18:58:52

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: C/C++ Official Topic

bobbybee wrote:

I spent this whole time writing a compiler for that language. And the output is Hello, World!!!!^^
             O

Eeyup


Posts: 20000 - Show all posts

Offline

 

#36 2012-02-17 19:00:10

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: C/C++ Official Topic

Eh...I'm crazy. Write another program. Or should I?


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#37 2012-02-19 11:56:05

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

Re: C/C++ Official Topic

I'm now working on a program called WinGEEK that provides a set of command line tools for Windows.

Offline

 

#38 2012-02-19 13:15:38

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: C/C++ Official Topic

Neat. FireMMO (my sig) is in pure C. (well, the Windows one is C++, but Windows is weird)


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#39 2012-02-20 15:53:21

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

Re: C/C++ Official Topic

BUMP!!!!!!!!!!!!!!!!!!!!!!! Sorry, I had to get that out.

Offline

 

#40 2012-02-20 16:30:48

poopo
Scratcher
Registered: 2009-09-20
Posts: 1000+

Re: C/C++ Official Topic

public class JavaIsBetter
{
    public static void main(String[] args)
    {
        System.out.println("Java is better than C or C++.");
    }
}

big_smile


http://i45.tinypic.com/28rnqki.jpg

Offline

 

#41 2012-02-20 16:58:42

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: C/C++ Official Topic

public class rhglsdfhlkfjdhgkd
{

public static void main(String[] djkfhkjfhkdsafhjkdsjkSecurityLoopHolekdkfhdfhdsa){
System.out.printIn("Java, I mean virus, injection successful");
}

}


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#42 2012-02-20 16:59:44

O___________O
New Scratcher
Registered: 2012-02-20
Posts: 4

Re: C/C++ Official Topic

silly wheels
a C++ is a B-

Offline

 

#43 2012-02-20 17:03:37

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: C/C++ Official Topic

I don't understand C++. Can somebody help me, or teach me (some) basics?


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#44 2012-02-20 17:20:25

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

Re: C/C++ Official Topic

WindowsExplorer wrote:

I don't understand C++. Can somebody help me, or teach me (some) basics?

try the tutorials at cplusplus.com. they helped me. Books are also helpful. I used C++ for Dummies.


Anyway guys, quit saying how Java is so much better.

Last edited by samtwheels (2012-02-20 17:21:32)

Offline

 

#45 2012-02-20 18:28:18

poopo
Scratcher
Registered: 2009-09-20
Posts: 1000+

Re: C/C++ Official Topic

samtwheels wrote:

WindowsExplorer wrote:

I don't understand C++. Can somebody help me, or teach me (some) basics?

try the tutorials at cplusplus.com. they helped me. Books are also helpful. I used C++ for Dummies.


Anyway guys, quit saying how Java is so much better.

I'm sorry.  sad  Is C++ for dummies any good? I was looking at it at my local library and it didn't seem to good.  hmm


http://i45.tinypic.com/28rnqki.jpg

Offline

 

#46 2012-02-20 18:48:13

ProgramCAT
Scratcher
Registered: 2011-12-13
Posts: 500+

Re: C/C++ Official Topic

poopo wrote:

samtwheels wrote:

WindowsExplorer wrote:

I don't understand C++. Can somebody help me, or teach me (some) basics?

try the tutorials at cplusplus.com. they helped me. Books are also helpful. I used C++ for Dummies.


Anyway guys, quit saying how Java is so much better.

I'm sorry.  sad  Is C++ for dummies any good? I was looking at it at my local library and it didn't seem to good.  hmm

Obviously, the Dummies series is terrible.
I recommend C++ For Everyone, it is SO USEFUL.


Programming is an art...
Goodbye, Scratch. I am leaving because of the exams coming up at our school, though I'll check the forums once or twice a week.

Offline

 

#47 2012-02-20 22:35:46

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

Re: C/C++ Official Topic

ProgramCAT wrote:

poopo wrote:

samtwheels wrote:


try the tutorials at cplusplus.com. they helped me. Books are also helpful. I used C++ for Dummies.


Anyway guys, quit saying how Java is so much better.

I'm sorry.  sad  Is C++ for dummies any good? I was looking at it at my local library and it didn't seem to good.  hmm

Obviously, the Dummies series is terrible.
I recommend C++ For Everyone, it is SO USEFUL.

the dummies series is awesome! if you don't like it, try C++ for the absolute beginner.

Offline

 

#48 2012-02-24 14:04:11

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

Re: C/C++ Official Topic

bump. My Dev-C++ broke, so I switched to Code::Blocks.

Offline

 

#49 2012-02-24 14:37:05

ProgramCAT
Scratcher
Registered: 2011-12-13
Posts: 500+

Re: C/C++ Official Topic

I prefer Code::Blocks over Notepad++ and Dev-C++

Last edited by ProgramCAT (2012-02-24 14:37:17)


Programming is an art...
Goodbye, Scratch. I am leaving because of the exams coming up at our school, though I'll check the forums once or twice a week.

Offline

 

#50 2012-02-24 14:46:01

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

Re: C/C++ Official Topic

ProgramCAT wrote:

I prefer Code::Blocks over Notepad++ and Dev-C++

I like all three.

Offline

 

Board footer