Of all the myriad programming languages there are quite a few that stand out in the coding world, and none perhaps so much as C, or it's big brother, C++.
While Java and JavaScript has had breakout years recently due to the explosion of internet facilities (and websites for seemingly EVERYTHING) and the massive popularity of Android, C++ was the original language for making some awesome stuff from the times that kicked off the computer era, and is still the go-to language for many hardcore programmers for developing their biggest projects.
But for newbies that are just starting out in C++, starting out can be daunting task. Many once-popular C++ IDEs (Turbo, Dev etc) are just outdated these days. And many don't want to go through the process of downloading and setting up Eclipse or Visual Studio for just getting their feets wet in the ocean of C code.
Well, for such people, good news : There is a simple, easy to use and up-to-date C++ compiler that
does what it says on the tin avaiable on the net (Of course on the net...where else?).
Even the link shouts out simplicity: cpp.sh (=P)
The link loads up a page with 3 sections: One for the compiler output, one for the execution output, and one to write your code in. It by default loads up a hello world code.
It won't be useful in running anything other than basic programs, but it's more than ample to determine whether C++ suits you enough to go for a proper IDE, or postpone the learning for some more time.
While Java and JavaScript has had breakout years recently due to the explosion of internet facilities (and websites for seemingly EVERYTHING) and the massive popularity of Android, C++ was the original language for making some awesome stuff from the times that kicked off the computer era, and is still the go-to language for many hardcore programmers for developing their biggest projects.
But for newbies that are just starting out in C++, starting out can be daunting task. Many once-popular C++ IDEs (Turbo, Dev etc) are just outdated these days. And many don't want to go through the process of downloading and setting up Eclipse or Visual Studio for just getting their feets wet in the ocean of C code.
Well, for such people, good news : There is a simple, easy to use and up-to-date C++ compiler that
does what it says on the tin avaiable on the net (Of course on the net...where else?).
Even the link shouts out simplicity: cpp.sh (=P)
The link loads up a page with 3 sections: One for the compiler output, one for the execution output, and one to write your code in. It by default loads up a hello world code.
It won't be useful in running anything other than basic programs, but it's more than ample to determine whether C++ suits you enough to go for a proper IDE, or postpone the learning for some more time.