Search:

Type: Posts; User: bejiz

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,143

    broken application

    Hello,

    for fixing the appearance of my vc++2005 which was broken ( output missing ), I went to Tools and Import and Export
    Settings, and then selected Reset all settings.

    It fixed it, but...
  2. Replies
    2
    Views
    1,091

    Unhandled exception

    Hi,
    I have already spent some time trying to make work the following code . there is no error message , but an exception instead. the problem seems to come from the fonctions of the class Node...
  3. Replies
    10
    Views
    1,918

    I see what you mean now, that's a mistake I did...

    I see what you mean now, that's a mistake I did when working with Dreamweaver, but I didn't write my code like this. And I made the same mistake with the other pages of code I put on my site!
  4. Replies
    10
    Views
    1,918

    I have deleted my last message since the first...

    I have deleted my last message since the first has been corrected but frankly I have not the sense that the formatting is especially broken? thanks again.
  5. Replies
    10
    Views
    1,918

    I don't know if it can be usefull but I post what...

    I don't know if it can be usefull but I post what I did with the same exercise of the same book. If I remember, there was a problem with Display and for returning an array, so I replaced it by a...
  6. Replies
    6
    Views
    2,914

    Thanks for your useful advices and links . It...

    Thanks for your useful advices and links . It will take some time at the beginning , but this way I will be able to add RC files to my projects.
  7. Replies
    6
    Views
    2,914

    So, perhaps should I use Dev-C++ ? Or do you...

    So, perhaps should I use Dev-C++ ? Or do you advise another ?
  8. Replies
    6
    Views
    2,914

    Create a cursor with Visual C++ Express

    Hi,
    I try to learn the basics of Windows Programming , this time using the Win32 tutorial . However , there is a problem when creating a cursor with Microsoft Visual C++ , the tutorial says :
    ...
  9. Thread: LinkedList

    by bejiz
    Replies
    1
    Views
    1,105

    LinkedList

    For practising , I wrote a linked list inspired from a C++ book. But when I use the function Iterate there is an error message because of 2 undefined variables : itsNext and itsRect from the function...
  10. Replies
    4
    Views
    11,339

    For a long project it is convenient to make ...

    For a long project it is convenient to make

    first : a '.h' file with #ifndef , #define and the names of some functions ,not the implementation and #endif.

    second : a '.cpp' of the same name...
  11. Replies
    2
    Views
    2,974

    .rc files not supported by VC++2005Express

    I try to add a .rc file to my project but there is a message telling me that resource editing is not supported on the Visual C++ Express SKU . Besides , i can't paste the code that the tutorial...
  12. I also tried to use the code of chapter 4 of this...

    I also tried to use the code of chapter 4 of this book but it didn't work neither , so I gave up and returned to Teach Yourself in 21 days ...
  13. Replies
    5
    Views
    2,732

    I don't know any other way to include a file than...

    I don't know any other way to include a file than putting a #include ?
    Do you mean to paste the .cpp file for adding it to my project ?
  14. Replies
    5
    Views
    2,732

    Yes , that was the mistake , I didn't include the...

    Yes , that was the mistake , I didn't include the .cpp file . I thought the .h was sufficient .
    Thanks .
  15. Replies
    5
    Views
    2,732

    implementation file

    I make a first file : something.h where I define a class and its functions .
    Then there is the implementation file : something.cpp where I write the code for each function .
    Finally , it...
  16. Replies
    4
    Views
    1,494

    The simple reason was that i didnt know how to...

    The simple reason was that i didnt know how to dispay it rightward on the screen .
    The spaces between every 4 digits also make the result easier to read .
  17. Replies
    4
    Views
    1,494

    Thanks , it is more pleasant like that .

    Thanks , it is more pleasant like that .
  18. Replies
    4
    Views
    1,494

    code only works with 3 digits

    This code for finding the binary representation of a number works if I type a number of 3 digits but if i type a number like 3427 , it doesn't ...
    I use Dev-++ , I have tried to debug and...
Results 1 to 18 of 20