Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Error log b is an undeclared identifier...
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> #include <string> using namespace std; void show(); int main() { for(int i= 0; i< 10; i++){ show(); } } void show(){ static int a = 100; string b = “a =“; cout << b << a << endl; a++; }
run
|
edit
|
history
|
help
0
DCapSurfaceDesc
auto decltype - Return Type Decltype
#8
C++ standard library formatted input hexadecimal float without prefix or exponent test case
Not Common Numbers
Full System Specifications version 3
javascritp
Copy elision sample modern C++
Generic EventProvider
😊