Search:

Type: Posts; User: Ojasvi22

Search: Search took 0.00 seconds.

  1. #include using namespace std; ...

    #include <cstdlib>


    using namespace std;




    int main(int argc, char** argv) {
    printf("Hello");
  2. net beans 7.2 unable to compile c file(some make error)

    mkdir -p build/Debug/MinGW-Windows
    rm -f build/Debug/MinGW-Windows/main.o.d
    g++.exe -c -g -MMD -MP -MF build/Debug/MinGW-Windows/main.o.d -o build/Debug/MinGW-Windows/main.o main.cpp
    main.cpp:...
Results 1 to 2 of 2