Visual Studio

Page 2 - Forum discussion tagged with Visual Studio.
  1. Rainfire

    How do I make a yes or no question with different outcomes depending on input?

    I have Programming in Basic in High School and was tasked with a project in which I was to make a program that says hello to the teacher as well as give a paragraph describing why programming is valuable in today's time. My initial idea was to make a program that greets and asks the teacher a...
  2. M

    Which Laptop should I buy?

    Hi guys, I am a student and I need to buy a new laptop I have some in my mind and i'll post their specs right here, if you could please tell me which is better and why. I mostly need this laptop for programming software (Unity,Visual Studio,VM virtual machine) Lenovo Yoga 500-14 80R500FJIV...
  3. D

    What CPU should I get in my next laptop for Programming purposes

    Hey guys, I'm looking to buy a new laptop for programming purposes. Mostly IDEs: Visual Studio, JetBrain's product etc I may sometimes would like to launch a VM in the background. The options are 6200U, 6500U, maybe 6440HQ?
  4. W

    Visual Studio 2015 C++ text file reading

    I am creating a program to process student records, but when I choose to list all the student records, the list shown is incomplete. I have no idea what went wrong in my code. Any suggestions is highly appreciated. Thanks. #include<iostream> #include<iomanip> #include<fstream>...
  5. C

    New laptop and reinstalling the OS

    Hey, So I bought this laptop for school to replace my aging laptop and noticed that it came with Windows 10 home. Since my major is in CS, a lot of the programs I use are from Microsoft(Visual Studio and a few others) so I kind of need windows for this laptop. Now, I have access to Win7 and...
  6. M

    Visual Studio Licence

    Hello, So I'm not sure if this is in the correct location. I downloaded Visual Studio Community 2015 RC, which I was told is the free one anyone can download and use. However I downloaded it awhile ago, and I'm not coming back to wanting to use it and I'm being told 'The prerelease has...
  7. M

    Visual Studio 2015

    I've installed Visual Studio 2015 and am completely new to it. I'm trying to install the Azure SDK for .NET (version 2.8.1) and every time I try to install it, I get an error. The error is, "Azure Storage Emulator requires LocalDb to be installed. You must enable Microsoft SQL Server Data Tools...
  8. S

    Any drawbacks to using Visual studio 2015

    Im currently using windows 7. I see that visual studio 2015 has a lot of support and features for windows 8.1+ operating systems. Since i am running windows 7, I don't want to be overwhelmed and have my project spaces cluttered with features I won't be able to use for windows 7. Would it be...
  9. Jaakey

    Uninstalling .node-gyp, .node, npm and Python

    Hello, I'm not great with computer architecture, today I installed node.js, python and the 2015 and 2012 versions of Visual Studio. Afterwards I installed npm through node. I'd now like to uninstall all of these, my problem is that using the 'sudo' commands which are shown on others websites...
  10. R

    HTML code Help

    I use Visual studio 2013 community edition because I have a project to do ,so I created a website but in my menu I want to have buttons which on clicking will open a new page but I want it to open the new page not in a new tab but in the same tab ,if anyone can please write me the code or direct...
  11. P

    Visual Studio 2015 not going well for me

    So I am interested in learning how to use visual studio for universal app making in windows, and it is not going well. So my past experience in programming is with Lua and HTML, very basic, I have watched many videos about php and java, but I don't have the experience to relate them to...
  12. L

    [Urgent] Which of these laptops is best?

    Hi. So I will be buying a laptop today and I wanted to ask you for some opinions. I will be using the laptop mostly as a coding laptop, with unity, visual studio and possibly some photoshop, alongside needing it for use at school (word, powerpoint etc) so a large batterylife is somewhat useful...
  13. L

    is it this processors are supported for visual studio and sql server software installation

    ->Intel Celeron Processor N2830 ->Intel Pentium Processor N3540 ->AMD Dual-Core A4-Series ->Intel Celeron Processor N2930 ->Intel Celeron Processor 847 ->Intel Celeron Processor 1000M ->AMD Dual Core E1-Series is it this processors are supported to install visual studio and sql server
  14. drjackool

    Visual studio Express Edition vs Community

    Hello My question is What is difference between Visual Studio Express Edition for Desktop and Visual studio Community version? I want use VS to create Desktop apps, currently I have ultimate version of VS2013, but I think mentionded versions are lighter and faster and FULL FREE for me because...
  15. M

    Issues with Visual Studio 2015

    I have been having issues with Visual Studio 2015. I am not new to using Visual Studio, but it has been a while since I've used it. I am currently trying to build a C++ Solution with SDL that simply creates a window. Here are all of the details I can provide regarding how the project is set up...
  16. V

    visual studio community 2013 encoding

    i open c+= projects and they are not diplaying in greek but like this Èá äéáâÜæåé ôá km ôïõ ðåëÜôç,how do i change that?
  17. I

    .net Framework and Visual Studio updates won't install

    I cannot get any version of .net framework to install after trying all of the microsoft fix-its and the .net framework repair tool. The visual studio update won't install either, i'm not sure if they are related somehow, but I would really like both to work! This is for windows 7, service pack...
  18. Wing0

    What is wrong with this c++ code?

    #include "StdAfx.h" #include <iostream> #include <string> using namespace std; int main() { string movie; cout << "What is the name of the movie? \n"; getline(cin, movie); int metescore; cout << "what is the metascore for " << movie << "? \n"; cin >> metescore; int tomato; cout <<...
  19. A

    Questions about the Microsoft Visual Studio 2013.

    Ok, so i am buying this software. BUT, i'm confused because i don't know why is there a/an: 1. MSDN bundled with the software? 2. Renewal on the software? And do you need a: 3. MSDN subscription to use the software itself? -Ace
  20. O

    How can I read text from a text file in dropbox?

    I have tried solutions from many other threads but they do not seem to work. I am using Visual Studio 2013. This is my code: Imports System.Net Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim myWebClient As New...