Search:

Type: Posts; User: abhijeetnayak

Search: Search took 0.00 seconds.

  1. thank you SMurf

    thank you SMurf
  2. windows programming using drag and drop

    hi,

    I am sorry if this question is silly. I am completely new to windows programming. previously i was doing my c\c++ programming in cosole.

    Is it possible to create a form by drag and...
  3. thanks

    thanks g33k and salem for your help.
  4. Replies
    1
    Views
    974

    download the win2k version movie maker from...

    download the win2k version movie maker from microsoft site.
  5. Replies
    3
    Views
    6,154

    good ide for linux ( mandriva linux )

    Can any body suggest me a good IDE for linux such as turbo c++, dev c++ in windows ?
  6. graphics programming in windows - pls help

    look at the follwing code .



    #include <graphics.h>

    main ()
    {
    int gd=DETECT,gm;
  7. Thread: 2 Words

    by abhijeetnayak
    Replies
    8
    Views
    1,460

    start counting from begining and detect the first...

    start counting from begining and detect the first letter you hit then count until you hit the second space . then find out the word.
  8. reply

    try this.



    #include <stdio.h>
    #include <conio.h>

    main ()
    {
    int num1, num2;
  9. Replies
    4
    Views
    2,155

    thanks preluse, can you...

    thanks preluse,

    can you suggest any Windows-compatible graphics library or any windows forum where i should look for .

    thanks again.
  10. Replies
    11
    Views
    1,818

    reply

    you are right, at some point of time j becomes -ve. But after j becomes -ve,it come back to the while loop to check the condition. since j>=0 , so while loop will not run. so there is no condition...
  11. Replies
    4
    Views
    2,155

    c graphics problem ( pls help )

    when i try to compile the below code in borland c++ 5.5 , it show "graphics.h" can't be included . but when i try to compile the same code in turbo c++ 3.5 ( dos ) it does't show any error and runs...
  12. Replies
    160
    Views
    1,230,122

    Sticky: I can't remember the book name. written by :...

    I can't remember the book name.

    written by : DENIS RICHIEE ( creator of 'c') nice book to understand c.
Results 1 to 12 of 12