Lost Password?

Go Back   CodeCall Programming Forum > Software Development > Tutorials > C Tutorials

Vote on your favorite hash algorithm here!

C Tutorials All C Tutorials and Code

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 05-27-2008, 12:51 AM
Chinmoy's Avatar   
Chinmoy Chinmoy is offline
Programming Professional
 
Join Date: Feb 2008
Location: where heaven meets earth
Posts: 301
Credits: 30
Rep Power: 6
Chinmoy has a spectacular aura aboutChinmoy has a spectacular aura about
Default Re: Difference between c and c++

Firstly, you CANNOT decide on starting a new language just like that. If you want to go for some application development with GUI and less botheration about the background coding, then maybe VB or smalltalk has something for you, but if you want to code for the first time, ui think c++ is the place to begin. It is easy, has the base syntaxes which are common to many other languages and has meanngful codes. So if someone would want to seitch from c++ to any other languager it would be easy but to start with VB, switching to other languages gives a hard time. Moreover with VB, youll never get to know issues of portability, memory management etc..
__________________
God is real... unless declared an integer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 05-27-2008, 08:03 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,452
Last Blog:
Web slideshow in JavaS...
Credits: 1,335
Rep Power: 61
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Difference between c and c++

Yes, but to begin with, I would recommend VB over C++ any day. The syntax is just so much easier to understand.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 05-28-2008, 05:43 AM
Chinmoy's Avatar   
Chinmoy Chinmoy is offline
Programming Professional
 
Join Date: Feb 2008
Location: where heaven meets earth
Posts: 301
Credits: 30
Rep Power: 6
Chinmoy has a spectacular aura aboutChinmoy has a spectacular aura about
Default Re: Difference between c and c++

And what after learning VB? Itll be hard to swith to other languges. We are talking about croos platform and networking application development arent we? or we are talking about WINDOWS applications? In that case, you win..
__________________
God is real... unless declared an integer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 05-28-2008, 03:28 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,452
Last Blog:
Web slideshow in JavaS...
Credits: 1,335
Rep Power: 61
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Difference between c and c++

After VB.NET, you could learn C#, as the objects are the same.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 05-29-2008, 08:14 AM
MeTh0Dz MeTh0Dz is offline
SLICE OWNZ YOUR SOUL
 
Join Date: May 2008
Posts: 294
Last Blog:
Ternary Operator CPP
Credits: 20
Rep Power: 0
MeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura about
Default Re: Difference between c and c++

If you want to do any serious programing going from VB to C# and then a low level language is a pretty ****ty way to go because it's going to take a long time. I will always recommend C or C++ to any new programmer, because personally I think it's pointless to invest a lot of time in a language like VB where there are limitations on what you can do and not to mention the fact that it teaches you bad programming techniques.

So, if you are willing to put the time in I would definitely recommend learning either C or C++.

However if you don't want to learn C or C++, I would recommend PASCAL as it enforces good programming techniques and can still do many things.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #16 (permalink)  
Old 05-29-2008, 01:10 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,452
Last Blog:
Web slideshow in JavaS...
Credits: 1,335
Rep Power: 61
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Difference between c and c++

I wouldn't say VB is in any way pointless. And in what way do you think that VB forces bad programming techniques? VB is an excellent language to learn for a beginner, as the learning curve for C/C++ is very steep if you are unfamiliar with how programming works. VB can be very useful, as learning the BASIC syntax (which VB is based on) allows you to write macros and VBScript with ease. Also, the .NET Framework makes it almost as powerful as C# in terms of object-oriented programming. It makes it easy to switch to the C syntax (possibly with C#), and then into fully unmanaged code when you're ready.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 05-29-2008, 01:57 PM
MeTh0Dz MeTh0Dz is offline
SLICE OWNZ YOUR SOUL
 
Join Date: May 2008
Posts: 294
Last Blog:
Ternary Operator CPP
Credits: 20
Rep Power: 0
MeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura about
Default Re: Difference between c and c++

Personally I would not want to go any flavor of BASIC to C/C++, and I know this through personal experience. Once you know C/C++ however, it becomes much easier to pick up on other languages as opposed to doing this in reverse in which case you have to get used to dealing with lower level concepts such as memory management. A second point is why take the time to learn VB and C# before learning C/C++. I could kind of see learning maybe one before you learned C/C++, but learning both is a waste of time especially if your ultimate goal is to do C/C++. Why limit yourself my learning VB or C#? Especially when it is still going to take time to learn BOTH of these languages before you ever even get into C/C++. Seems like a very roundabout and inefficient course of action to me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 05-29-2008, 02:03 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,452
Last Blog:
Web slideshow in JavaS...
Credits: 1,335
Rep Power: 61
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Difference between c and c++

I thought maybe:

@ VB, because it has an easy-to-learn syntax. I'd suggest learning the classes and objects of .NET, with Visual Studio. Then...
@ C#. This shares the same objects/classes as VB.NET, so you're only changing one thing - the syntax used to manipulate them. Finally...
@ C/C++. They are both similar in syntax to C#, except they use unmanaged code, so you are again only changing one thing - the lack of .NET (unless you use managed C++).

This way, you learn lots of languages, and it's not too much of a learning curve.

Also, C# is similar to JavaScript and PHP, while VB is similar to VBScript and VBA, so you get a head-start in lots of other languages. I personally think it's worth the effort.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 05-29-2008, 02:25 PM
MeTh0Dz MeTh0Dz is offline
SLICE OWNZ YOUR SOUL
 
Join Date: May 2008
Posts: 294
Last Blog:
Ternary Operator CPP
Credits: 20
Rep Power: 0
MeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura about
Default Re: Difference between c and c++

Once you know C/C++, tell me what you are going to need C# or VB for? Other than the fact that you might be feeling lazy someday.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 05-29-2008, 02:42 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,452
Last Blog:
Web slideshow in JavaS...
Credits: 1,335
Rep Power: 61
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Difference between c and c++

If I wanted to write a macro. VBA is the only language you can use for Microsoft products.

C# is great for .NET, and Visual C# for ASP.NET applications.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference b/w c,c++ and c#? devilsmaster C and C++ 2 01-13-2008 07:33 AM
J-components and teir counterparts, Whats the difference gszauer Java Help 2 12-21-2007 09:42 PM
What is the difference between the ds3 re Nefrit Computer Hardware 0 12-14-2007 06:47 AM
Whats the difference between... clankman HTML Programming 10 09-11-2007 07:34 AM
What's the difference between dif programming language? Masterguns The Lounge 4 08-27-2007 11:10 AM


All times are GMT -5. The time now is 11:12 AM.

Contest Stats

Xav ........ 1335.07
MeTh0Dz|Reb0rn ........ 1059.99
morefood2001 ........ 898.18
John ........ 887.37
marwex89 ........ 875.28
WingedPanther ........ 864.22
Brandon W ........ 764.23
chili5 ........ 312.39
Steve.L ........ 254.16
dcs ........ 231.11

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 83%

Ads