Search:

Type: Posts; User: livid

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,046

    visual c++ debug error

    cannot open file "Debug/exp1.exe"
    Error executing link.exe.
    This is the error I am getting when I try to build my code in visual c++ 2006.I am using windows 7.Please Help
    Thank You
  2. Thread: bgi error

    by livid
    Replies
    9
    Views
    1,729

    Correct me if I am wrong.New technologies evolve...

    Correct me if I am wrong.New technologies evolve from old ones so......I don't agree with our teaching but what to do,I have to cope up.If you guys can please help,I will be really grateful.
    Thank...
  3. Thread: bgi error

    by livid
    Replies
    9
    Views
    1,729

    I am using OS:Win7.It does not support full...

    I am using OS:Win7.It does not support full screen console so graphics programs don't run properly.Also I am using the initgraph() properly but I think the graph has to initialized in some fixed...
  4. Thread: Doesn't compute

    by livid
    Replies
    6
    Views
    1,264

    When you are taking input using scanf the format...

    When you are taking input using scanf the format is
    scanf("fomat specifier",&variablename);
    You forgot the & in your code so your program is not taking input and is printing garbage values.
    Hope...
  5. Thread: Dos Box

    by livid
    Replies
    24
    Views
    14,753

    I have also downloaded code::blocks.Thank You for...

    I have also downloaded code::blocks.Thank You for the help
  6. Thread: Dos Box

    by livid
    Replies
    24
    Views
    14,753

    Is there some guide to operating PellesC

    Is there some guide to operating PellesC
  7. Thread: Dos Box

    by livid
    Replies
    24
    Views
    14,753

    Yes its true.Please tell me the steps to write a...

    Yes its true.Please tell me the steps to write a simple C program in pellesC.
  8. Thread: Dos Box

    by livid
    Replies
    24
    Views
    14,753

    I thought I mentioned the fact that I used Pelles...

    I thought I mentioned the fact that I used Pelles C.The code is not working in Pelles C not dosbox.
  9. Thread: I need Help !

    by livid
    Replies
    22
    Views
    7,671

    Read the question carefully.The main function has...

    Read the question carefully.The main function has to call showmenu() and take input as to what the user wants to eat and then pass this input to getdata().getdata() has to return the prices of the...
  10. Thread: Dos Box

    by livid
    Replies
    24
    Views
    14,753

    #include #include void main()...

    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    clrscr();
    getch();
    }

    PellesC gives error.Do I have to learn things all over again?
  11. Thread: Dos Box

    by livid
    Replies
    24
    Views
    14,753

    Does DosBox should support C.Anyways I will use...

    Does DosBox should support C.Anyways I will use pelles C.Could you still please tell me what the problem is?
  12. Thread: Dos Box

    by livid
    Replies
    24
    Views
    14,753

    Dos Box

    Hi Guys
    Have any of you tried running your C programs using DOSBOX in WINDOWS 7,I have installed it lately but I keep getting the error "unable to open include file "stdio.h" for all the header...
  13. Thread: bgi error

    by livid
    Replies
    9
    Views
    1,729

    No actually this a subject being taught in school...

    No actually this a subject being taught in school so I can't dump it.
    Thank You
  14. Thread: bgi error

    by livid
    Replies
    9
    Views
    1,729

    bgi error

    Hi Guys
    I am trying to run a line clipping program but am unable to do so.The output screen keeps showing "bgi error use initgraph".Please help
    Thank you
Results 1 to 14 of 14