Computer tools > C++

C++

Summary

Hello_World.cpp

#include<iostream>
 
int main()
{
    std::cout << "Hello, new world!\n";
} // comment 1
/*
 comment 2
 */
See also perl script to add qDebug lines : put_qDebug.pl