| View previous topic :: View next topic |
| Author |
Message |
Robotex Master Cheater
Reputation: 0
Joined: 05 Sep 2006 Posts: 378 Location: The pizza country!
|
Posted: Mon Sep 24, 2007 5:49 am Post subject: |
|
|
1) MUST -> Learn C++, you'll automatically learn C
2) Reread my post, you'll see i said ENTRY POINTS
_________________
ASM/C++ Coder
Project Speranza lead developer |
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Mon Sep 24, 2007 6:32 am Post subject: |
|
|
| ups2000ups wrote: |
c++ is so much better |
How so? What is the big advantage that you have coding in C++ that you wont get coding in C?
Besides, if you don't like OOP, I don't think you'll learn C++. Would you?
_________________
Last edited by UnLmtD on Mon Sep 24, 2007 6:39 am; edited 1 time in total |
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Mon Sep 24, 2007 6:33 am Post subject: |
|
|
Lame...
_________________
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Mon Sep 24, 2007 7:49 am Post subject: |
|
|
EP's not syntax , lol
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
Posted: Mon Sep 24, 2007 8:06 am Post subject: |
|
|
| UnLmtD wrote: | | ups2000ups wrote: |
c++ is so much better |
How so? What is the big advantage that you have coding in C++ that you wont get coding in C?
Besides, if you don't like OOP, I don't think you'll learn C++. Would you? |
Instead of rehashing the same arguements, I'll just provide a link;
http://unthought.net/c++/c_vs_c++.html
_________________
0x7A 0x61 0x72 0x74
TEAM RESURRECTiON |
|
| Back to top |
|
 |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Mon Sep 24, 2007 8:45 am Post subject: |
|
|
| Kaspersky wrote: | They have diffrent syntax, for example:
C is printf(" ")
C++ is cout << " " (not 100% sure) | the "<<" in "cout <<" is just an overloaded operator of cout function. It's the same as std::cout.operator<<()
You're still calling a function, but since cout is an object, you call one of it's functions.
Last edited by Jani on Mon Sep 24, 2007 8:45 am; edited 1 time in total |
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Mon Sep 24, 2007 8:51 am Post subject: |
|
|
At least he prefaces his propaganda with "Being a C++ evangelist" so you know exactly what you're reading
|
|
| Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
|
| Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
Posted: Mon Sep 24, 2007 10:27 am Post subject: |
|
|
i know you llearn C in the same way when you learn c++ .. but some programers say you should learn C befor C++ and thats wrong ...
and why code in C when C++ is so much better ? oO
_________________
dont complain about my english...
1*1 = 2? |
|
| Back to top |
|
 |
--Pillboi-- Grandmaster Cheater Supreme
Reputation: 0
Joined: 06 Mar 2007 Posts: 1383 Location: I don't understand the question. Is this a 1 to 10 thing?
|
Posted: Mon Sep 24, 2007 10:34 am Post subject: |
|
|
| ups2000ups wrote: | | Why code in C when C++ is so much better? |
There you go again.
_________________
Enter darkness, leave the light, Here be nightmare, here be fright...
Earth and Water, Fire and Air. Prepare to meet a creature rare.
Enter now if you dare, Enter now the dragon's lair. |
|
| Back to top |
|
 |
Robotex Master Cheater
Reputation: 0
Joined: 05 Sep 2006 Posts: 378 Location: The pizza country!
|
Posted: Mon Sep 24, 2007 11:09 am Post subject: |
|
|
as last post:
Learn whatever you want, we don't care.
_________________
ASM/C++ Coder
Project Speranza lead developer |
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
Posted: Mon Sep 24, 2007 12:33 pm Post subject: |
|
|
still you guys offtopic ....
_________________
dont complain about my english...
1*1 = 2? |
|
| Back to top |
|
 |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Mon Sep 24, 2007 1:42 pm Post subject: |
|
|
| Kaspersky wrote: | | ups2000ups wrote: | why do all write in C lol thats older then my gfs brother oO like +31 years ago ...
c++ is so much better |
You MUST! learn C before anything else -_-" !
It's like learning math without knowing 2*2 or 1+1 -_-
@ Robotex
Wrong.
They have diffrent syntax, for example:
C is printf(" ")
C++ is cout << " " (not 100% sure) |
im learning C++ first and im finding it just as easy. Ive never touched C and don't think i would need to since C++ is an improved version of C. Plus C++ is universal and has many uses.
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Mon Sep 24, 2007 1:46 pm Post subject: |
|
|
C and c++ are different
they're syntax is different
You dont NEED to know C to know c++
you dont NEED to know c++ to know C
in manys opinions C -> c++ is easier converting than C++ -> C
_________________
|
|
| Back to top |
|
 |
|