online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> #include <string.h> #include<stdlib.h> #include <locale.h> #include <wchar.h> #include <uchar.h> int main() { setlocale(LC_ALL,"Russian"); char *charvariables = "ЭТО КИРИЛЛИЦА В ЧАР МАССИВЕ"; wchar_t *wcharvariable = (wchar_t *)calloc(strlen(charvariables), sizeof(wchar_t)); mbstowcs(wcharvariable,charvariables,strlen(charvariables)); wprintf(L"%ls\n", wcharvariable); free(wcharvariable); }

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