online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
@RestResource(urlMapping='/AccounWeb/*') global class AccountServer{ @httpPost global static void createNewAccount(string Id,string Name,string Industry){ RestRequest req = RestContext.Request; system.debug('Req.params'+req.params); Account newAcc = new Account(); newAcc.Account_id_from_source__c = Id; newAcc.Name = Name; newAcc.Industry = Industry; insert newAcc; } }

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