Search:

Type: Posts; User: ayanbizz

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    4,111

    C quiz questions

    I need help with the following questions
    1)
    int z,x=5,y=-10,a=4,b=2; z = x++ - --y * b / a; output?
    2)
    int a=10,b;b=a++ + ++a;printf("%d,%d,%d,%d",b,a++,a,++a);
    I felt the answer would be...
  2. Replies
    1
    Views
    1,442

    Using Make Command in Windows

    I need to use make command in windows 7 pc.I tried using cgywin but it did not work.Then I came across this linkGnuWin32 Installation and Usage but here it has been said to set environment variables...
  3. Replies
    2
    Views
    5,656

    how to link a library in eclipse c/c++ ide?

    How can i link a library to ecllipse C/C++ IDE?I am using eclipse helios ​
  4. Replies
    2
    Views
    1,416

    okay I could not find how to add pre-processor...

    okay I could not find how to add pre-processor search paths in DEV c++
  5. Replies
    2
    Views
    1,416

    Unable to run Minipar Parser

    I am trying to run the minipar parser from a windows pc using dev-c++.the link is MINIPAR Home Page.I created the environment variable "MINIPATH" as was said in the documentation and linked the...
Results 1 to 5 of 5