Page 1 of 2 1 2 LastLast
Results 1 to 30 of 34
  1. #1
    In The Zone william's Avatar
    Join Date
    Feb 2006
    Posts
    217

    Question A big qn! Which Programming Language To Learn?

    Guys I want to start a programming language and i need your opinion, can u suggest which language should i learn from the following:-
    1 VB.NET
    2 C#.NET
    3 Visual Basic

    Presently i am learning C++ and i have completed 50% of it.
    I have one more question what all should you know to write a simple antivirus program, (or a one which functions like that) from C++.
    Please give reason for your choice.
    Last edited by william; 21-08-2006 at 05:50 PM.
    The secret of creativity is knowing how to hide your sources.

    Albert Einstein

  2. #2
    Beware of the innocent ilugd's Avatar
    Join Date
    Dec 2005
    Posts
    1,008

    Default Re: A bigggggggg!! question?

    check out c# since you are already doing c++
    Life is too short. Have fun.

  3. #3
    Tux Fan shaunak's Avatar
    Join Date
    Mar 2004
    Location
    Mumbai
    Posts
    1,214

    Default Re: A bigggggggg!! question?

    c# definately
    Cheers
    Shaunak
    Feel free to PM/email me.

    Visit me sometime @ http://shaunak.ws

  4. #4
    Apprentice
    Join Date
    Aug 2005
    Posts
    96

    Default Re: A bigggggggg!! question?

    Java...
    DON'T YOU DARE CLICK THIS : http://kevan.org/brain.cgi?the.unforgiven

  5. #5
    -The BlacKCoaT Operative- Rollercoaster's Avatar
    Join Date
    Mar 2005
    Location
    Dehradun, India
    Posts
    1,205

    Default Re: A bigggggggg!! question?

    do vb.net with asp.net. covers quite a lot i think
    --------------------------------------------
    Holding my last breath, safe inside myself.....
    --------------------------------------------
    I dont use my computer. I misuse it- रोलरकोस्टर

  6. #6
    In The Zone william's Avatar
    Join Date
    Feb 2006
    Posts
    217

    Default Re: A bigggggggg!! question?

    Thanks guys but i still expect some more answers . What dou think the which is the future language what is it position today, i mean how much it is preffered.
    The secret of creativity is knowing how to hide your sources.

    Albert Einstein

  7. #7
    Wise Old Owl JGuru's Avatar
    Join Date
    Dec 2005
    Location
    Space-time continuum
    Posts
    1,646

    Default Re: A bigggggggg!! question?

    You can learn Java first. C# is just ditto copy of Java with some modifications!!!
    Microsoft was too worried about Java's success , so they copied Java's API & created
    C#, which runs only in Windows; Java is cross-platform, it runs in Windows, Solaris,
    Mac OS, Linux, AIX, etc.,

  8. #8
    In The Zone rajwansh2003's Avatar
    Join Date
    Aug 2006
    Location
    Bangalore
    Posts
    221

    Default Re: A bigggggggg!! question?

    C is a basic lang. go for it i u have the idea of C++ then C will be most easy and with their combination Java will become easy.
    Anupam

  9. #9
    In The Zone william's Avatar
    Join Date
    Feb 2006
    Posts
    217

    Default Re: A bigggggggg!! question?

    Thanks guys.
    The secret of creativity is knowing how to hide your sources.

    Albert Einstein

  10. #10
    Wise Old Owl JGuru's Avatar
    Join Date
    Dec 2005
    Location
    Space-time continuum
    Posts
    1,646

    Default Re: A bigggggggg!! question?

    @Williams, Here is a big help.
    Learn & master C, then C++ , now JAVA (Java is inherits some parts of C++),
    C# ( It's ditto Java copy with some minor differences!!).
    Also learn & master Oracle RDBMS. That will do!!

  11. #11
    C# Be Sharp ! Zeeshan Quireshi's Avatar
    Join Date
    Jun 2006
    Location
    Toronto
    Posts
    1,805

    Default Re: A bigggggggg!! question?

    C# is the way to go man .

    btw vb.net is the newer version of vb
    There are 10 types of people in the world: those who understand binary and those who do not.

  12. #12
    In The Zone k_blues24's Avatar
    Join Date
    May 2006
    Location
    Thane
    Posts
    227

    Default Re: A bigggggggg!! question?

    2 Wiliam,
    Friend as u going to complete C++, u may go for Java as well as .Net the diff between two is Java is platform independent it can be run on any OS such as Win, Linux, Solaris etc. & .Net is only for Window based system both of them have equal scope. The choice is urs.
    __________
    Btw .Net is easy also
    __________
    If ur looking 4 Java then u have to clear the OOPs concept in C++ (Inheritence, Abstract class, Polymorphism & Encapsulation )
    Last edited by k_blues24; 24-08-2006 at 05:12 PM. Reason: Automerged Doublepost
    Talk less than u know, Show less than u have ;)
    Yesterday is History. Tomorrow is Mystery.
    Today is a Gift, that's why it is called as
    The PRESENT.

  13. #13
    C# Be Sharp ! Zeeshan Quireshi's Avatar
    Join Date
    Jun 2006
    Location
    Toronto
    Posts
    1,805

    Default Re: A bigggggggg!! question?

    Quote Originally Posted by k_blues24
    2 Wiliam,
    Friend as u going to complete C++, u may go for Java as well as .Net the diff between two is Java is platform independent it can be run on any OS such as Win, Linux, Solaris etc. & .Net is only for Window based system both of them have equal scope. The choice is urs.
    __________
    Btw .Net is easy also
    __________
    If ur looking 4 Java then u have to clear the OOPs concept in C++ (Inheritence, Abstract class, Polymorphism & Encapsulation )
    Man, .NET apps are platform independent too .
    There are 10 types of people in the world: those who understand binary and those who do not.

  14. #14
    Beware of the innocent ilugd's Avatar
    Join Date
    Dec 2005
    Posts
    1,008

    Default Re: A bigggggggg!! question?

    Quote Originally Posted by Zeeshan Quireshi
    Man, .NET apps are platform independent too .
    microsoft doesn't support .NET on Linux now, does it? Mono is an open source initiative. But since it is not developed by the promoter of .NET it is always going to stay one step behind.
    Life is too short. Have fun.

  15. #15
    Alpha Geek royal's Avatar
    Join Date
    May 2005
    Location
    Kolkata
    Posts
    834

    Wink Re: A bigggggggg!! question?

    Quote Originally Posted by JGuru
    You can learn Java first. C# is just ditto copy of Java with some modifications!!!
    Microsoft was too worried about Java's success , so they copied Java's API & created
    C#, which runs only in Windows; Java is cross-platform, it runs in Windows, Solaris,
    Mac OS, Linux, AIX, etc.,
    Microsoft may have been worried by the success of JAVA, but there's more to .Net than C# , which does not singularly represent .Net...there's VB.Net and VC++.Net as well

  16. #16
    Wise Old Owl JGuru's Avatar
    Join Date
    Dec 2005
    Location
    Space-time continuum
    Posts
    1,646

    Default Re: A big qn! Which Programming Language To Learn?

    Yeah, after MS's intial failure, they moved their strategy to Net finally!! And .Net
    framework was born!! Only the web applications stays in the race with Java & not
    the desktop applications. Since JAVA applications are platform independent.
    Microsoft won't build C# VM's for other platforms; since their biggest money grosser
    is Windows O.S , followed by Office suite. MS wants all to use Windows , so that it
    can make more money!!

  17. #17
    Apprentice
    Join Date
    Feb 2006
    Location
    Manipal
    Posts
    78

    Default Re: A big qn! Which Programming Language To Learn?

    I think you should learn to make a virus before you learn to make an antivirus...
    A man needs a certain amount of madness to cut the rope and set him free...

  18. #18
    Commander in Chief QwertyManiac's Avatar
    Join Date
    Jul 2005
    Posts
    6,657

    Default Re: A big qn! Which Programming Language To Learn?

    Learn an open source language perfectly too, cause then, you can apply to any OS you like!
    Harsh J
    www.harshj.com

  19. #19
    String Phreak mediator's Avatar
    Join Date
    Mar 2005
    Location
    In ur Evil Mind!
    Posts
    2,458

    Default Re: A big qn! Which Programming Language To Learn?

    I wont call visual basic a language....coz all the code is generated automatically and u have to code only a little and relate the buttons only!!
    Well learn java straight away. Try to learn it slow...but will do good! Besides u can learn perl too!! But learn one and master it!!

  20. #20
    Right Off the Assembly Line CT Squad's Avatar
    Join Date
    Apr 2006
    Location
    Jaipur
    Posts
    35

    Default Re: A big qn! Which Programming Language To Learn?

    Visual Basic is easy and fun. no complicated commands and i also use it
    Success always occurs in private, and failure in full view.

  21. #21
    Wise Old Owl JGuru's Avatar
    Join Date
    Dec 2005
    Location
    Space-time continuum
    Posts
    1,646

    Default Re: A big qn! Which Programming Language To Learn?

    Yes, @Mediator, You are right!! VB is not a language!! It's a RAD tool.

  22. #22
    In The Zone william's Avatar
    Join Date
    Feb 2006
    Posts
    217

    Default Re: A big qn! Which Programming Language To Learn?

    BTW after this discussion i also think that it of no use to learn vb, i mean since all the code generated. and o be good programmer one's concepts must be clear and he should have logical thinking, the languages like c++, c#etc just squeeze up your brain in finding a small mistake.they uses most of your brain and i think thats the good thing.
    The secret of creativity is knowing how to hide your sources.

    Albert Einstein

  23. #23
    s,b+..u cn.. nikhil ramteke's Avatar
    Join Date
    Dec 2006
    Posts
    76

    Default Re: A big qn! Which Programming Language To Learn?

    better to go 4 java,but 1st just clear out all d concept of cpp,then its easy to learn java,and if u will b compliting is successfully,then c# beings not a big problem to u, oracle + java's combination is on demand now,so database shoud also b strong enough,so go 4 oracle also,as far as vb is concern,its easy to learn,so sideby u cn do that also,not much time is required for that,and be a compitative in nature,its nothing but "struggle for existance"....existace in the software field.....so best luck....

  24. #24
    Texan anniyan's Avatar
    Join Date
    Jun 2005
    Location
    Texas, U.S.A
    Posts
    39

    Default Re: A big qn! Which Programming Language To Learn?

    JAVA..the way to go

  25. #25
    Super Hero - Super Powers n2casey's Avatar
    Join Date
    Sep 2006
    Location
    Dynamic
    Posts
    766

    Default Re: A big qn! Which Programming Language To Learn?

    How much time it will take to learn JAVA (I know it depends on individual but then also...) ? Also for VB.NET ?

    I know C, C++ & VB and little bit about assembly.
    Minds are like Parachutes :arrow: They work best when open

  26. #26
    GaurishSharma.com gary4gar's Avatar
    Join Date
    May 2005
    Location
    Jaipur
    Posts
    4,097

    Default Re: A big qn! Which Programming Language To Learn?

    Quote Originally Posted by mediator
    I wont call visual basic a language....coz all the code is generated automatically and u have to code only a little and relate the buttons only!!
    Well learn java straight away. Try to learn it slow...but will do good! Besides u can learn perl too!! But learn one and master it!!
    hey whenever u say a program to be a programming langage it should qualify for three properpies

    1)sequence
    2)selection contrains
    3)iteration

    AFAIK, vb qualifies for these

  27. #27
    Texan anniyan's Avatar
    Join Date
    Jun 2005
    Location
    Texas, U.S.A
    Posts
    39

    Thumbs up Re: A big qn! Which Programming Language To Learn?

    Quote Originally Posted by n2casey
    How much time it will take to learn JAVA (I know it depends on individual but then also...) ? Also for VB.NET ?

    I know C, C++ & VB and little bit about assembly.
    if u know C++ then its very easy to learn java (OOPS concept). I guess within 1 month (assuming u r committed to learn ) you can master JAVA

  28. #28
    In The Zone morpheusv6's Avatar
    Join Date
    Dec 2006
    Location
    Bangalore
    Posts
    215

    Question Re: A big qn! Which Programming Language To Learn?

    I already know C and C++. Any good books to further improve my skils in the subject(to develop GUI programs with mouse pointer). Also I have heard that VC++ is helpful in doing the above stuff.
    Please mention books and compiler/editors for the same.

    Thanks.
    Deven

  29. #29
    Right Off the Assembly Line openSUSE's Avatar
    Join Date
    Sep 2009
    Location
    Pune
    Posts
    10

    Default Re: A big qn! Which Programming Language To Learn?

    is there is ne book for c ....it shuld be more technical....!!!

  30. #30
    Right Off the Assembly Line
    Join Date
    Nov 2006
    Posts
    15

    Default Re: A big qn! Which Programming Language To Learn?

    I completely agree with Mr.rajwansh2003 since its the basic of all other language.

    ---------- Post added at 09:25 PM ---------- Previous post was at 09:21 PM ----------

    Since u r from india i would suggest try all the series from Mr.yashwant kanetkar....

    Starting from Getting started with C....Test ur C skills....... Working with C..... Pointers in C.... everything is mind blowing...


Page 1 of 2 1 2 LastLast

Similar Threads

  1. Help me learn C language
    By baccilus in forum Programming
    Replies: 65
    Last Post: 15-06-2008, 08:57 PM
  2. Which language should i learn?
    By tgpraveen in forum Chit-Chat
    Replies: 16
    Last Post: 02-05-2008, 02:45 PM
  3. Which language should I learn?
    By aditya.shevade in forum Programming
    Replies: 27
    Last Post: 27-12-2007, 08:03 PM
  4. A big qn! Which Programming Language To Learn?
    By william in forum Programming
    Replies: 27
    Last Post: 07-01-2007, 09:49 AM
  5. Language to learn
    By hemant_mathur in forum Programming
    Replies: 5
    Last Post: 25-04-2006, 10:01 PM

Bookmarks

Posting Permissions

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