View Poll Results: Does c and c++ lags farbehind in creating windows application(not dos) than Vb?

Voters
3. You may not vote on this poll
  • Yes

    1 33.33%
  • No

    2 66.67%
Results 1 to 9 of 9

Thread: C and c++

  1. #1

    Thread Starter
    Fanatic Member vivek_master146's Avatar
    Join Date
    Apr 2006
    Location
    Delhi,India
    Posts
    787

    C and c++

    Hello,
    In vb it is very easy to create program. we can work with labels,text,listbox and so many controls and within few line of codes we can also make a good program as the syntax used in vb is aslovery easy
    Dont rely only on your luck. Work hard until You get success.
    vb Code:
    1. Private sub Time_ispassing
    2. While Me.Notgetsuccess
    3. trygain=tryagain+1
    4. Me.workhard
    5. wend
    6. end sub

  2. #2
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: C and c++

    This can easily be the same thing in C++. It depends on the experience of the programmer. With C it is a little different as it is a much lower language.

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

    Re: C and c++

    It really depends on the application, but, generally speaking, VB is a more rapid development language.

  4. #4

    Thread Starter
    Fanatic Member vivek_master146's Avatar
    Join Date
    Apr 2006
    Location
    Delhi,India
    Posts
    787

    Re: C and c++

    Quote Originally Posted by Hack
    It really depends on the application, but, generally speaking, VB is a more rapid development language.
    Yes,it depens on application. But i am talking about the basic application like a random number game,screenshot capture program. it hardly takes few line of code in vb to make these kinds of application but in c or c++ it talking long time. and c/c++ is really complicated one. a single mistake can lead to an error. and in vb mistake occurs less due to its syntax and simplicity of keywords.
    Dont rely only on your luck. Work hard until You get success.
    vb Code:
    1. Private sub Time_ispassing
    2. While Me.Notgetsuccess
    3. trygain=tryagain+1
    4. Me.workhard
    5. wend
    6. end sub

  5. #5
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: C and c++

    Quote Originally Posted by Hell-Lord
    This can easily be the same thing in C++. It depends on the experience of the programmer...
    You must be joking my friend - what takes 1 minute in VB may take few weeks in C++.
    C++ is more powerful language (no questions) but it was never (and never will be) a RAD tool.

  6. #6
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: C and c++

    Quote Originally Posted by RhinoBull
    You must be joking my friend - what takes 1 minute in VB may take few weeks in C++.
    C++ is more powerful language (no questions) but it was never (and never will be) a RAD tool.
    Have you tried C++ .NET?
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  7. #7

  8. #8
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: C and c++

    Quote Originally Posted by RhinoBull
    Nope and really have no desire to work with unmanaged language.
    Not my point
    C++ .NET is just as RAD as VB.NET and C#. You can use drag-and-drop technology to design your forms
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  9. #9

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