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
-
Jun 23rd, 2007, 03:22 AM
#1
Thread Starter
Fanatic Member
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:
Private sub Time_ispassing
While Me.Notgetsuccess
trygain=tryagain+1
Me.workhard
wend
end sub
-
Jun 23rd, 2007, 04:13 AM
#2
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.
-
Jun 23rd, 2007, 05:51 AM
#3
Re: C and c++
It really depends on the application, but, generally speaking, VB is a more rapid development language.
-
Jun 26th, 2007, 08:05 AM
#4
Thread Starter
Fanatic Member
Re: C and c++
 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:
Private sub Time_ispassing
While Me.Notgetsuccess
trygain=tryagain+1
Me.workhard
wend
end sub
-
Jun 26th, 2007, 03:53 PM
#5
Re: C and c++
 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.
-
Jul 4th, 2007, 07:52 AM
#6
Re: C and c++
 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
-
Jul 4th, 2007, 01:22 PM
#7
Re: C and c++
Nope and really have no desire to work with unmanaged language.
-
Jul 4th, 2007, 09:28 PM
#8
Re: C and c++
 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
-
Jul 5th, 2007, 01:45 PM
#9
Re: C and c++
I'm well aware of that but as I said I see no point in working with unmanaged language when there are two that are managed "right next to it".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|