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 <stdio.h> int main() { int w, m; printf("Wybierz 1 aby wygenerowac nowy sygnal lub 2 aby wczytac sygnal z pliku.\n"); do { m = 0; if (scanf("%d", &w) != 1 || getchar() != '\n') { m = 1; while (getchar() != '\n'); printf("WYBIERZ JEDNA Z PODANYCH OPCJI\n"); continue; } switch (w) { case 1: printf( "probki();\ wspolczynniki(l);\ dziedzina();\ przebieg_funkcji();"); break; case 2: printf( " plik_rozmiar();\ plik_odczyt();"); break; default: m = 1; printf("WYBIERZ JEDNA Z PODANYCH OPCJI\n"); } } while (m == 1); 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