Search:

Type: Posts; User: Logan1033

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    844

    win32 problem

    i'm using MS Visual C++ Express and trying to write a very simple console application. it keep telling me that it cannot incluse windows.h becuase no such file exists. anyone have a solution. ...
  2. Replies
    3
    Views
    957

    ahh ty i feel stupid.

    ahh ty i feel stupid.
  3. Replies
    3
    Views
    957

    problem with a function

    i wrote this function to find and return the determinant of a 3x3 matrix...


    double getDeterminant(double (*matrix)[3])
    {
    double a = matrix[0][0];
    double b = matrix[0][1];
    double c =...
  4. Replies
    5
    Views
    1,211

    advanced features

    i was just wondering what the most advanced features of C/C++ are? i've been studying for quite a few months and i was wondering at what point could i begin to call mself proficient. what makes one...
  5. Replies
    3
    Views
    2,752

    funny thing i wanted to share

    i've been prgramming a while now and using dev-c++ as my IDE. i wanted to get into windows programming and vc express is presumably the best choice. i downloaded it and set the compiler up and...
  6. Thread: issues

    by Logan1033
    Replies
    12
    Views
    3,211

    i'm using Beginning Game Programming(Game...

    i'm using Beginning Game Programming(Game Development) by Jonathan S. Harbour.
    i read a c primer before this so i wouldn't be so confused but dealing with the windows API still confuses me. the...
  7. Thread: issues

    by Logan1033
    Replies
    12
    Views
    3,211

    ok i tried and it actually compiled and ran this...

    ok i tried and it actually compiled and ran this time but it didn't produce the output desired.
    oh well, thank you for answering my question, i'll go figure out what the other problem is now.
  8. Thread: issues

    by Logan1033
    Replies
    12
    Views
    3,211

    wow you guys don't read much.... i said in first...

    wow you guys don't read much....
    i said in first post i copied it from a book
    and you quoted me yourself when i said that removing the cast still produces the same error...

    anyway thanks for the...
  9. Thread: issues

    by Logan1033
    Replies
    12
    Views
    3,211

    no didn't but i can't ask a book and expect and...

    no didn't but i can't ask a book and expect and answer when it is sure it is right.
  10. Thread: issues

    by Logan1033
    Replies
    12
    Views
    3,211

    oh alright then here you go, this is the function...

    oh alright then here you go, this is the function i am having issues with...


    void DrawBitmap(HDC hdcDest, char *filename, int x, int y)
    {
    HBITMAP image;
    BITMAP bm;
    HDC hdcMem;...
  11. Thread: issues

    by Logan1033
    Replies
    12
    Views
    3,211

    issues

    i tried running this program and got an error. the code is copy/pasted from a cd included with the book i'm learning from so i don't understand the error. can anyone help.

    here is a screen of...
Results 1 to 11 of 11