online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <iostream> int64_t f(char *i32, char *i64 ) { *i64 = 1; *i32 = 2; return *i64; } int main() { char a1 = 49 ; char *a2 = &a1 ; std::cout << *a2 << std::endl; std::cout << f(&a1, a2 ) << std::endl; return 0; }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue