Search:

Type: Posts; User: danishzaidi

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,901

    infix to postfix using stack Conversion

    I am Getting following errors I don't know why.I have mentioned the lines (in comments) where these errors are occurring.
    __________________________________________________
    warning C4018: '<' :...
  2. Replies
    4
    Views
    2,380

    help with collision

    I am making a game and checking collision with the following method:




    //player variables
    int player_x;
    int player_y;
    int player_x2;
    int player_y2;
  3. Replies
    4
    Views
    830

    ok thanks.

    ok thanks.
  4. Replies
    4
    Views
    830

    if "else" statement is removed ,then gravity...

    if "else" statement is removed ,then gravity factor gets zero and the player does not come back and .i can't get ur other point.



    Please help be with the code.My display function is acting like...
  5. Replies
    4
    Views
    830

    help please.

    I am trying to make a 2d game like mario.and I am doing a collision detection of the player with the bricks.so I made a class bricks.
    here it is:

    // CLASS BRICKS
    class bricks{
    float b_a;
    ...
  6. Thread: C++ help!

    by danishzaidi
    Replies
    1
    Views
    1,272

    C++ help!

    I want to add the gravity factor in my program.I have a circle class and I want to move the circle under gravity.I used opengl library to make the circle but dont know how to open it as if it...
  7. Replies
    11
    Views
    1,233

    Thanks mam.!

    Thanks mam.!
  8. Replies
    11
    Views
    1,233

    what do u mean by default arguments????

    what do u mean by default arguments????
  9. Replies
    11
    Views
    1,233

    dont know what to do now?

    dont know what to do now?
  10. Replies
    11
    Views
    1,233

    To get rid of plagiarism,I named it R instead of...

    To get rid of plagiarism,I named it R instead of Integer and more Danish1,danish2 ,Danish 3 are integers to be initialized first by zero and other two by a value other than zero.


    #include...
  11. Replies
    11
    Views
    1,233

    integer class is R. Plus what if I want to...

    integer class is R.

    Plus what if I want to initialize the integers by zero using default constructor.
  12. Replies
    11
    Views
    1,233

    can you differentiate b/w different types of...

    can you differentiate b/w different types of constructors and how they are called??
  13. Replies
    11
    Views
    1,233

    Help needed on constructors!

    Modify the default constructor to that the data member is initialized to zero in the initialization list. Provide a second constructor to allow "Integer" objects to be created and initialized with a...
  14. can you elaborate it more efficiently????

    can you elaborate it more efficiently????
  15. i tried it like this char tur[30]; ...

    i tried it like this


    char tur[30];
    char *strstr(const char *abc, const char *tur);
    FILE *f;
    printf("Enter password: \n");
    scanf("%s",abc);...
  16. how to do that? help file handling problem

    in file handling,i want to read by line and save every line in a string and then compare with a pre defined string.........
  17. Replies
    5
    Views
    916

    can you modify it?i tried it hard but i couldn't.

    can you modify it?i tried it hard but i couldn't.
  18. Replies
    5
    Views
    916

    does read the txt file line by line

    Does read the passwords line by line.i want that this program should check all the passwords present in a txt file and and say matched if one of the password entered is present.but this program...
  19. Man i tried printing it says no error. ...

    Man i tried printing it says no error.

    gethostbyname:no error

    wat does that mean?

    and connection returning 0 value.cant you see i tried printing in the last program i posted.
  20. it is not even connecting with the server.wats...

    it is not even connecting with the server.wats wrong man

    #include <stdio.h>
    #include <stdlib.h>
    #include <windows.h>
    #include <conio.h>
    #include <ftplib.h>

    //int main()
    //{
  21. no effect.

    no effect.
  22. by making netbuf *n=NULL; the program crash down...

    by making netbuf *n=NULL;
    the program crash down again.
  23. it is working perfectly without login but when i...

    it is working perfectly without login but when i use login it crash down.
    #include <stdio.h>
    #include <stdlib.h>
    #include <windows.h>
    #include <conio.h>
    #include <ftplib.h>

    int main()
    {
    ...
  24. reading txt file from the internet website

    i want to read a txt file on a ftp server in a file in my computer,
    Ftp Library
    i am getting errors and my program crash down.can anyone tell me whats the problem?



    #include <stdio.h>...
  25. i just want to copy it in a string aur txt file...

    i just want to copy it in a string aur txt file in my computer.dont want to control any thing.can you tell me how to include this libcurl in my codeblocks mingw compiler.??
Results 1 to 25 of 65
Page 1 of 3 1 2 3