online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> #include "header.h" int main() { return 0; }
#pragma once #include "Board.h" namespace Sudoku { template<int BASE> void printBoardWithCandidates(const Board<BASE> &b) { //note this is a definition } template void printBoardWithCandidates<2>(const Board<2>&); template void printBoardWithCandidates<3>(const Board<3>&); template void printBoardWithCandidates<4>(const Board<4>&); }
#pragma once template<int> struct Board { };

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