PDA

Click to See Complete Forum and Search --> : Noob Question...


Josh2022
Jan 16th, 2005, 09:29 PM
I am finially starting with Visual C++ - I have the microsoft beta version.. Like is there a real VISUAL part to it, like vb 6.0 - You can make label boxes etc.

if there is, can you please point me in the write direction.. I know there IS a way to.. cause a few C programs i have seen a gui interfece...

But which language is it? C C++ C# C.Net?

mendhak
Jan 16th, 2005, 10:34 PM
Dude, which language are you talking about? VC++ or C#?

ayan
Jan 17th, 2005, 03:44 AM
I guess he's confuse which language to start. This thread would be nicely discussed in ChitChat. :lol:

BTW, C# has a vb-like designer. Dunno about the version higher than 2002. I think they have a designer also for VC++.NET. Just a guess.

ice_531
Jan 18th, 2005, 07:17 PM
Well to be honest. I wouldn't bother taking the time to develop an MFC standard GUI application in vc++ :rolleyes:

Takes too long :lol:

C# .NET is really nice, you can develop an app in the same amount of time as you could in VB .NET. Same design interface/IDE.
:wave:

IF you have VC++ , start making console applications. :) By the time your comfortable with the syntax and flow of things then you could learn more if you want to develop gui style apps using it.