You are viewing our Forum Archives. To view or take place in current topics click here.
Programming Beginner - Need Help
Posted:

Programming Beginner - Need HelpPosted:

SSID
  • Vantage
Status: Offline
Joined: Jun 01, 201112Year Member
Posts: 709
Reputation Power: 96
Status: Offline
Joined: Jun 01, 201112Year Member
Posts: 709
Reputation Power: 96
I'm taking a programming class next semester. and I've heard that they use Visual Studio Code for their programs in the class.

I'm looking into getting a head start. and ill be going on vacation next week i'm really looking into using the extra time to get a head start and start reading my text book and doing some of the practice programs.

I've been trying to figure this out for a while and I can't find and up to date tutorials on youtube.

I've been scared to ask... because the internet usually isnt very nice... but how do I actually get the program to execute in VSC?

Please take this kindly and dont attempt to "Roast" me for not being as knowlegable as you are. as I'm just a beginner looking for a head start on whats to come. Thank you for taking the time to read this and possibly aiding me on my trek in computer science and engineering.
-SSID
#2. Posted:
Sys
  • 2 Million
Status: Offline
Joined: Dec 30, 201310Year Member
Posts: 1,331
Reputation Power: 69
Status: Offline
Joined: Dec 30, 201310Year Member
Posts: 1,331
Reputation Power: 69
What language are you learning ? .

If it is as simple as a console application which i would imagine you would start on, its literally just the green execute button top left-ish
#3. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Visual Studio Code is a text editor, not an IDE.

I don't think there is a way to execute code using it. I'd assume you'd use it for writing the code and then compile via command line. Or you'll have to probably rely on plugins or something.
#4. Posted:
SSID
  • Vantage
Status: Offline
Joined: Jun 01, 201112Year Member
Posts: 709
Reputation Power: 96
Status: Offline
Joined: Jun 01, 201112Year Member
Posts: 709
Reputation Power: 96
So I have mad some major changes, went from windows 10 to Ubuntu, and I love it. I am programming currently in "c" because that is what my class will be over here in the future. I am writing and executing in sublime text.

Thanks for the help guys, if you have any advice feel free to drop a comment or pm me.

-SSID
#5. Posted:
CriticaI
  • Christmas!
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,743
Reputation Power: 449
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,743
Reputation Power: 449
SSID wrote So I have mad some major changes, went from windows 10 to Ubuntu, and I love it. I am programming currently in "c" because that is what my class will be over here in the future. I am writing and executing in sublime text.

Thanks for the help guys, if you have any advice feel free to drop a comment or pm me.

-SSID


Atom is very similar to sublime and it is free.
I like atom over sublime


Last edited by CriticaI ; edited 1 time in total
#6. Posted:
SSID
  • Vantage
Status: Offline
Joined: Jun 01, 201112Year Member
Posts: 709
Reputation Power: 96
Status: Offline
Joined: Jun 01, 201112Year Member
Posts: 709
Reputation Power: 96
CriticaI wrote
SSID wrote So I have mad some major changes, went from windows 10 to Ubuntu, and I love it. I am programming currently in "c" because that is what my class will be over here in the future. I am writing and executing in sublime text.

Thanks for the help guys, if you have any advice feel free to drop a comment or pm me.

-SSID


Atom is very similar to sublime and it is free.

I'm running sublime rn for free?
#7. Posted:
CriticaI
  • Summer 2023
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,743
Reputation Power: 449
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,743
Reputation Power: 449
SSID wrote
CriticaI wrote
SSID wrote So I have mad some major changes, went from windows 10 to Ubuntu, and I love it. I am programming currently in "c" because that is what my class will be over here in the future. I am writing and executing in sublime text.

Thanks for the help guys, if you have any advice feel free to drop a comment or pm me.

-SSID


Atom is very similar to sublime and it is free.

I'm running sublime rn for free?


I thought you had to pay for it?
#8. Posted:
SSID
  • Vantage
Status: Offline
Joined: Jun 01, 201112Year Member
Posts: 709
Reputation Power: 96
Status: Offline
Joined: Jun 01, 201112Year Member
Posts: 709
Reputation Power: 96
CriticaI wrote
SSID wrote
CriticaI wrote
SSID wrote So I have mad some major changes, went from windows 10 to Ubuntu, and I love it. I am programming currently in "c" because that is what my class will be over here in the future. I am writing and executing in sublime text.

Thanks for the help guys, if you have any advice feel free to drop a comment or pm me.

-SSID


Atom is very similar to sublime and it is free.

I'm running sublime rn for free?


I thought you had to pay for it?

Nah haha
#9. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
CriticaI wrote
SSID wrote
CriticaI wrote
SSID wrote So I have mad some major changes, went from windows 10 to Ubuntu, and I love it. I am programming currently in "c" because that is what my class will be over here in the future. I am writing and executing in sublime text.

Thanks for the help guys, if you have any advice feel free to drop a comment or pm me.

-SSID


Atom is very similar to sublime and it is free.

I'm running sublime rn for free?


I thought you had to pay for it?


Well, it's got an unlimited free trial but, every 8 saves, you are confronted with a purchase window. Atom is far too heavy for my liking. Any editor built on Electron such as Atom or Visual Studio Code kills me inside. I tend to stick to vim for everything.

However, you can just use keys from the internet to unlock sublime or patch like 4 bytes in the PE and make it so the save counter defaults to 0 (it jumps to some routine that shows the "please purchase" window so I just made the jump to the "false" branch unconditional every save).
#10. Posted:
PMSL
  • Christmas!
Status: Offline
Joined: Jul 16, 20149Year Member
Posts: 1,504
Reputation Power: 127
Status: Offline
Joined: Jul 16, 20149Year Member
Posts: 1,504
Reputation Power: 127
SSID wrote I'm taking a programming class next semester. and I've heard that they use Visual Studio Code for their programs in the class.

I'm looking into getting a head start. and ill be going on vacation next week i'm really looking into using the extra time to get a head start and start reading my text book and doing some of the practice programs.

I've been trying to figure this out for a while and I can't find and up to date tutorials on youtube.

I've been scared to ask... because the internet usually isnt very nice... but how do I actually get the program to execute in VSC?

Please take this kindly and dont attempt to "Roast" me for not being as knowlegable as you are. as I'm just a beginner looking for a head start on whats to come. Thank you for taking the time to read this and possibly aiding me on my trek in computer science and engineering.
-SSID


i PM'd you bro, i will happily teach you whatever language you need
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.