Jump to content

There 's a Google Drive coding app called Script What kind of coding is this used for?


G+_Joel G. J
 Share

Recommended Posts

Generally code editors like that support multiple languages. They're basically nothing more than text editors with some features to make writing code easier. Those features often include syntax highlighting (which will give recognized keywords a different color), code folding (which will let you collapse and expand pieces of code) etc.

Most let you set the programming language in the settings to the one you are using and it will change the experience to fit the language.

 

I'm not familiar with this particular one, but C# may not be among the options. C++ is more common and has many things in common with C#, so choosing that will suite you just fine.

However, be aware that this is nothing more than a fancy text editor. You won't be able to actually run your program from it.

 

To follow Coding 101 though, I would just stick with Visual Studio Express. That will give you one place to write and run your code.

Link to comment
Share on other sites

 Share

×
×
  • Create New...