Search:

Type: Posts; User: killgore

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    1,957

    first of all, why doe you use 3 vars? as they...

    first of all, why doe you use 3 vars?

    as they aren't const, just reuse them :s

    second: Maybe because I don't speak english very well, maybe you didn't explain well, however, i haven't got a...
  2. Replies
    6
    Views
    1,353

    What doesn't work (versta je code wel), works all...

    What doesn't work (versta je code wel), works all fine in here (didn't notice a thing).

    Maybe you swapped height and width
  3. #include using namespace std; ...

    #include <iostream>
    using namespace std;

    //Function Prototypes
    bool Equal(char *str1,char *str2);

    int main()
    {
    if(!Equal("test1", "test2"))
    {
  4. Replies
    8
    Views
    1,613

    If you don't want to mess in your headers...

    If you don't want to mess in your headers (however it's more useful to learn it):
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/windows_data_types.asp

    And btw:...
Results 1 to 4 of 4