online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
/****************************************************************************** Online C++ Compiler. Code, Compile, Run and Debug C++ program online. Write your code in this editor and press "Run" button to compile and execute it. *******************************************************************************/ #include <stdint.h> typedef struct { struct { volatile uint32_t TARGET_ROOT; } ROOT[4]; } CCM_Type; #define CCM_BASE (0x30380000u) #define CCM ((CCM_Type *)CCM_BASE) typedef enum _clock_root_control { kCLOCK_RootM4 = (uint32_t)(&(CCM)->ROOT[1].TARGET_ROOT) } clock_root_control_t; int main() { 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