Jump to content

Visual Studio


Puni

Recommended Posts

Hey guys ,

 

Started study and teacher want us to open VS at home and train about #C.

 

How I do it ? I dont have #C option in new project..

  • Like 1
Link to comment
Share on other sites

Hmm the VS came with pc I guess, never downloaded it.

 

Just had the file - VS installer 2017.

 

It is C# for the record and take a screenshot of it. Some of us have some experience with VS and might be able to help you out :)

 

EDIT: There is also a community version of VS, much lighter than the full version and still useful for at least learning to use it.

Edited by Jhonny/Shinobi
  • Like 2
Link to comment
Share on other sites

VS comes in different versions (like stated by Jhonny above)

 

you can download different packages

I work a lot with SQL code, and just downloaded the new SSDT https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt

 

Or for you C# you can check the market place: https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp

 

Hope this does the trick. Have fun :)

Link to comment
Share on other sites

VS comes in different versions (like stated by Jhonny above)

 

you can download different packages

I work a lot with SQL code, and just downloaded the new SSDT https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt

 

Or for you C# you can check the market place: https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp

 

Hope this does the trick. Have fun :)

 

Just followed one of your links. C# is up to ver 7.1. I gotta get my head back into the development side of things. Falling behind. :)

Link to comment
Share on other sites

Doesn't matter which version of VS you have- whether it's Community or Professional, all can create C# projects. If memory serves me correctly, you don't need to specify anything in the installer either.

IDE support is baked in, unlike Eclipse or NetBeans, where you need to install the module.

Gonna check the VS installer to see if there is an option. You said it came on the PC... this is one your school issued? Or your home PC? Software like VS never come preinstalled, unless it barebones for a debug platform or something like that.

 

Anyways, you might need to run the installer. Here's the link for the download page: https://www.visualstudio.com/downloads/

Click on the "Community" version unless you have a Dreamspark/Imagine license.
(If you have a license key on a business card, you're going to need to make a profile on Microsoft Imagine, confirm your school, and download VS Professional from your Imagine downloads page.)

Note to redy, that's for Visual Studio Code- a text based editor for coding like Sublime Text, emacs, Notepad++. Not the Visual Studio IDE. ;)

 

I will edit this post with screenshots of what to look for in the new project box.

EDIT1: Clarification and typo fixes.

First round of screenshots from VS 2013 Professional, which is what I use.
Installation options:
post-9897-0-42980500-1509349349_thumb.jpg
New project window:
post-9897-0-26522700-1509349351_thumb.jpg

Edited by Xernicus
  • Like 3
Link to comment
Share on other sites

If you can create C++ projects in your install of VS, do it that way. Just name your source files with the .c extension. For compiling in C, follow this little guide (https://msdn.microsoft.com/en-us/library/bb384838.aspx?f=255&MSPPError=-2147217396)

 

If you aren't required to use VS for C development, check out Codeblocks IDE orVS Code with the c/c++ plugin and compile with mingw64. I used Codeblocks when I was in college, and it worked great for me since they only had emacs on a Solaris install available to us in the lab...

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.