Results 1 to 7 of 7

Thread: [RESOLVED] new comer wants advise

  1. #1

    Thread Starter
    PowerPoster make me rain's Avatar
    Join Date
    Sep 2008
    Location
    india/Hubli
    Posts
    2,208

    Resolved [RESOLVED] new comer wants advise

    may i please be advised regarding

    from vb6 back ground to be away from vb6;
    purpose:- to take some bachelor exam

    (1) is it necessary to learn C first so as to learn C++
    (1a) should i have to start right from C
    (2) is C is a case sensitive language
    (3) is C is having any IDE like VB
    (4) why it is in the peoples mind that C is sea, unlike VB
    (5) the right knowledge to be known to become a C programmer i mean, is should i have to know Algorithms,matrix,algebra,integration ... etc

    your advises please..

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: new comer wants advise

    Moved To General Developer

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: new comer wants advise

    1) No
    1a) No
    2) Yes
    3) Yes
    4) Huh?
    5) Yes - in general, all developers should know that kind of stuff, no matter what the language.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: new comer wants advise

    Quote Originally Posted by make me rain View Post
    (1) is it necessary to learn C first so as to learn C++
    (1a) should i have to start right from C
    (2) is C is a case sensitive language
    (3) is C is having any IDE like VB
    (4) why it is in the peoples mind that C is sea, unlike VB
    (5) the right knowledge to be known to become a C programmer i mean, is should i have to know Algorithms,matrix,algebra,integration ... etc

    your advises please..
    1) and 1a) Not at all. C++ is an Object Oriented extension of C, though it has become its own language by this time. Since OO techniques can confuse people who come from a non-OO language, I would say that it is better to start with C++ if you intend to end there. Also, don't leave out C#, which is a .NET language very similar to C++, but possibly with more employment options.

    2) Yes it is, and a bit of a pain, at that.

    3) C# would be your best bet. That would probably give you the richest IDE. VS C++ would give you a reasonably rich IDE, but I don't think it is quite at the level of VB for ease of use.

    4) I have no idea what that question means. Perhaps you refer to knowing the language from C to shining sea. Or else, perhaps you refer to the feeling that C was a real language while VB was a toy language. That feeling comes from lots of reasons, but none of them are valid. On the other hand, perhaps it is due to the US national anthem, which begins: "Oh say, can you C?"

    5) You need to know the knowledge that is needed to solve the problem at hand. This may include algebra, but it may not. It may include matrixes, but it may not. It all depends on the type of program being written.
    My usual boring signature: Nothing

  5. #5

    Thread Starter
    PowerPoster make me rain's Avatar
    Join Date
    Sep 2008
    Location
    india/Hubli
    Posts
    2,208

    Wink Re: new comer wants advise

    thank u very much
    i am starting a million miles journey now.....!

  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: [RESOLVED] new comer wants advise

    This journey of a million miles begins with an If statement.
    My usual boring signature: Nothing

  7. #7
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: [RESOLVED] new comer wants advise

    Code:
    For i = 1 to 1000000
        WalkMile()
    Next
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width