Re: Is Visual Studio not too advanced for the beginner?

2017-06-13 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector


  


Re: Is Visual Studio not too advanced for the beginner?

I had it, it should show up at visual C#

URL: http://forum.audiogames.net/viewtopic.php?pid=315271#p315271





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Is Visual Studio not too advanced for the beginner?

2017-06-12 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector


  


Re: Is Visual Studio not too advanced for the beginner?

The C# extension is optional to VS 2017 community, at least this website states this.C# language support is an optional install from the Marketplace. You can install it from within VS Code by searching for 'C#' in the Extensions: Install Extension dropdown (Ctrl+Shift+P and type ext install) or if you already have a project with C# files, VS Code will prompt you to install the extension as soon as you open a C# file.Give it a try.

URL: http://forum.audiogames.net/viewtopic.php?pid=314986#p314986





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Is Visual Studio not too advanced for the beginner?

2017-06-12 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Is Visual Studio not too advanced for the beginner?

I have done something stupid I think. I have installed VS17 community, but under the new project Window I don't have C# option

URL: http://forum.audiogames.net/viewtopic.php?pid=314979#p314979





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Is Visual Studio not too advanced for the beginner?

2017-06-11 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector


  


Re: Is Visual Studio not too advanced for the beginner?

yeah, use vs, otherwise you're gonna have to put all those using statements in each time, dfine the namespace, and the class, lol, it do so much for ya.

URL: http://forum.audiogames.net/viewtopic.php?pid=314928#p314928





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Is Visual Studio not too advanced for the beginner?

2017-06-11 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector


  


Re: Is Visual Studio not too advanced for the beginner?

mingw isn't an ide, it is a compiler which implements the linux c-compiler gcc under windows. This has nothing to do with Visual Studio at all. At least Microsoft uses it's own MSVC compiler when using Visual Studio, so you don't even need MinGW there. The only reasons why you'd want to use MinGW are, because you're fancy and want to try something new, or you're using Eclipse or some third-party IDE which uses MinGW under the hood, but all in all MinGW has nothing to do with IDE accessibility in any case. MinGW just implements a command-line interface itself by the way, same as all other compilers do, so they count into the group of most accessible programs under Windows, Linux and Mac OS X ever, but as a beginner you aren't searching for a compiler with some fancy CMD arguments, you're searching a cool IDE which does as many jobs for you as possible without you worrying about the details as much as possible.

URL: http://forum.audiogames.net/viewtopic.php?pid=314902#p314902





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Is Visual Studio not too advanced for the beginner?

2017-06-11 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector


  


Re: Is Visual Studio not too advanced for the beginner?

mingw isn't an ide, it is a compiler which implements the linux c-compiler gcc under windows. This has nothing to do with Visual Studio at all. At least Microsoft uses it's own MSVC compiler when using Visual Studio, so you don't even need MinGW there. The only reasons why you'd want to use MinGW are, because you're fancy and want to try something new, or you're using Eclipse or some third-party IDE which uses MinGW under the hood, but all in all MinGW has nothing to do with IDE accessibility at all.

URL: http://forum.audiogames.net/viewtopic.php?pid=314902#p314902





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Is Visual Studio not too advanced for the beginner?

2017-06-11 Thread AudioGames . net Forum — Developers room : brian . kurosawa via Audiogames-reflector


  


Re: Is Visual Studio not too advanced for the beginner?

And about the min gw?

URL: http://forum.audiogames.net/viewtopic.php?pid=314888#p314888





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Is Visual Studio not too advanced for the beginner?

2017-06-11 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector


  


Re: Is Visual Studio not too advanced for the beginner?

Hi,it is indeed, since it doesn't just support C# but also alot other languages like pure C or C++ which you aren't going to use very soon. But you'll have to ask another question: are there other IDEs which are more accessible than VS and contain the same features, all without paying anything for it? I believe not. There are IDEs like Eclipse, but honestly, you can dump Eclipse into the trash, at least for it's C-like implementations. The java features are okay, but the C plugins and extensions lack functionality and intend to fail alot. That's why I would just recommend installing VS 2017 community and try it out.Best Regards.Hijacker

URL: http://forum.audiogames.net/viewtopic.php?pid=314871#p314871





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Is Visual Studio not too advanced for the beginner?

2017-06-11 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Is Visual Studio not too advanced for the beginner?

Hello,as you know I want to learn c#. I have finally installed Windows, now I am thinking about installing VS 17 community, but from what I have heart this app is very large. Won't it be too advvanced for a beginner like me? I mean, won't there be any features that I won't be using in the near future?Regards,N

URL: http://forum.audiogames.net/viewtopic.php?pid=314845#p314845





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector