Jump to content

Recommended Posts

Posted

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
Posted

Puni, I would love to help. Any screenshots would be helpful. Can you tell me how you got the install for VS?

  • Like 1
Posted

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

 

Just had the file - VS installer 2017.

Posted (edited)

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
Posted

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 :)

Posted

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. :)

Posted (edited)

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
Posted

Just noticed I need C. and not C# or C++..

 

Does VS 2017 can support it (I mean open project in C only and not cpp, cant find it)

Posted

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...

  • 3 weeks later...
Posted

Puni, did you ever get this going for yourself? I'm curious how you are doing with your class. My CS classes were always my favorite in college.

Posted

You can compile a C file to a dll with VisualStudio in Windows.

 

If You need a.so for unix,Linux, You need Cygwin in Windows.

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.