-
Noob Question...
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?
-
Re: Noob Question...
Dude, which language are you talking about? VC++ or C#?
-
Re: Noob Question...
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.
-
Re: Noob Question...
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.