Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Hello World
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 /*Problem: Ramesh’s basic salary is input through the keyboard. His dearness allowance is 40% of basic salary, and house rent allowance is 20% of basic salary. Write a program to calculate his gross salary.*/ #include <iostream> int main() { std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
namespace name resolution
Sorting algorithm comparison
regex select, find
VC++ latest rejects istream to nullptr comparison
hangman
Implements.cpp
<string> Indirect include of <errno.h> with VSC++
C++ Macro overload
Replace all spaces in a string in C++
ADL of operator expression & unqualified function call