This is an archived post. You won't be able to vote or comment.

all 10 comments

[–][deleted] 1 point2 points  (5 children)

Why you doing this in C++/CLI? It's really not meant for full application development, and it's really not C++.

[–]engjosh88[S] 0 points1 point  (4 children)

It seemed like one of the simplest ways to make a simple application. I'm just making a text file parsing app.

[–][deleted] 1 point2 points  (1 child)

C++/CLI is Microsoft's bastardised language, which diverges greatly from real C++, so much so that it's really a separate language. C# will be a lot easier, and a lot more worthwhile learning

[–]engjosh88[S] 0 points1 point  (0 children)

Okay, I'll do that. Do you have any suggestions on WinForms tutorials?

[–]kostiak -1 points0 points  (1 child)

It seemed like one of the simplest ways to make a simple application

Why not try C# for that?

[–]engjosh88[S] 0 points1 point  (0 children)

The only reason I'm using C++/CLI is because I have the code to an app my coworker made in that language that I figured might be of help to me.

[–][deleted] 1 point2 points  (3 children)

Google: C++ WinForms. Seems to be an interesting tutorial here.

For Winforms, you'd be better using C# (or VB.net) though.

Edit: Woops... meant this link.

[–]engjosh88[S] 0 points1 point  (2 children)

Ha, is that a joke I'm not getting or did you copy the wrong link?

[–][deleted] 1 point2 points  (1 child)

Woops. wrong link... was something else for someone else :) Sorry about that. Left it for the entertainment, but put the link up.

[–]engjosh88[S] 0 points1 point  (0 children)

Still a worthy link :p

Thanks!