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

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:

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

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

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

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

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

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