Your First Program As a ritual the very first program of any language is the “Hello, world!” program. It merely prints out Hello, world to the computer screen. A Hello, world program in C++ is: Seems too much, isn’t it? First of all copy paste this code in code::blocks and run it using the build … Continue reading Your First Program
