Thread: I need speciefic beniefts of learning C

  1. #1
    looking for the truth moemen ahmed's Avatar
    Join Date
    Feb 2002
    Location
    Egypt
    Posts
    161

    I need speciefic beniefts of learning C

    dear sir,
    first i must thank you for this huge wonderfull work. I found here answers for many questions I had, However there's one speciefic question which need speciefic answer,please.
    I use visual basic essentially for my work, while i have good idea about pascal and fortran too. Many people adviced me to learn the C/C++ language which ll be much mroe effective for my work.
    I need your advice concerning on the basic beniefetes I ll gain by using C/++ , in comare to visual basic.
    Thank you for your time and your co-operating.


    moemen ahmed

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    C/C++ is more flexible and has more power. If you rely on speed in your programs, C/C++ can muster almost ten times faster execution speed.

    If you plan to use VB.NET, it's not much of a concern, as all .NET languages have roughly the same execution speed.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  3. #3
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    >>If you plan to use VB.NET, it's not much of a concern, as all .NET languages have roughly the same execution speed.

    So VB in .NET has sped up or C/C++ in .NET has slowed down?
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  4. #4
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    all the .net languages compile to the same intermediate language kind of like java compiles to bytecode that is run on a virtual machine so therefore all the .net languages will eventually run their code at the speed of the interpreter for the .net intermediate language.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Machine Learning with Lego Mindstorms
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 01-30-2009, 02:34 PM
  2. Best Approach for Learning
    By UCnLA in forum C Programming
    Replies: 5
    Last Post: 03-21-2008, 02:35 AM
  3. Need Help On a Simple Bank Program
    By oobootsy1 in forum C# Programming
    Replies: 9
    Last Post: 08-08-2005, 10:51 AM
  4. Learning Rate Of C++
    By Krak in forum C++ Programming
    Replies: 27
    Last Post: 01-29-2003, 01:53 PM