Search:

Type: Posts; User: Kanshu

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    9,560

    Got it.

    Got it.
  2. Replies
    9
    Views
    9,560

    Double oops.

    Double oops.
  3. Replies
    9
    Views
    9,560

    Oops. I forgot to save it first.

    Oops. I forgot to save it first.
  4. Replies
    9
    Views
    9,560

    Referencing C/C++/C# Books

    Actually, I posted this already at the sticky post about recommended books. But it may be better bringing this to everybody's attention. (And I want to see if the link now appears on my signature.)
  5. Hmm. I should study this algorithm. Good thing...

    Hmm. I should study this algorithm. Good thing it's finally fixed.



    And this one also.
  6. Replies
    9
    Views
    9,560

    Rated the books? No. I just needed to keep track...

    Rated the books? No. I just needed to keep track of my downloads so I haven't read them yet. But now, I'm starting to read them and pick the best.
  7. Replies
    12
    Views
    3,080

    Well, for the kind of applications I'm developing...

    Well, for the kind of applications I'm developing (not in C/C++), I probably don't need a lot of speed because me and my target users won't notice the difference in fractions of a second.

    However,...
  8. Replies
    12
    Views
    3,080

    Actually, I don't know about the "inline" keyword...

    Actually, I don't know about the "inline" keyword so I have no preference. I just copied the code straight from the O'Reilly CHM and pasted it on my compiler. It worked fine at first because all the...
  9. Replies
    12
    Views
    3,080

    These are the three files. I removed the...

    These are the three files. I removed the implementation in the stackk.cpp, but both main.cpp and stackk.h contain all those lines.



    // File: main.cpp
    //---------------------------
    #include...
  10. Replies
    12
    Views
    3,080

    And same folder.

    And same folder.
  11. Replies
    12
    Views
    3,080

    Yup. Same project.

    Yup. Same project.
  12. Replies
    12
    Views
    3,080

    Although my intention is to build a library of...

    Although my intention is to build a library of classes, naturally at this stage in the design process, I won't be creating the static library yet. I'll be opening/editing/compiling both main source...
  13. Replies
    12
    Views
    3,080

    Like I said, I already did these things, but I'm...

    Like I said, I already did these things, but I'm getting a linker error - a linker error - undefined reference to MyClass::init() from my compiler Dev-C++. I put the

    class MyClass { ... };
    inside...
  14. Replies
    9
    Views
    9,560

    Books and LibraryThing.com

    I don't know if anybody here is aware of librarything.com, but you can list all your books there. Although, the free account limits your library to 200 titles.

    This is my library of C/C++/C#...
  15. Replies
    12
    Views
    3,080

    How to Package a Class

    How is a C++ class packaged? I want to build a library of classes that I can reuse. The class definition I'm guessing goes to a header file. I suppose the class implementation (i.e., methods, etc. )...
  16. Do you mean to say that one source file and two...

    Do you mean to say that one source file and two working files are enough to implement the algorithm? (From the looks of it, he is using the source file as a working file also.)

    I'm skeptical, but...
  17. I've read about the merge sort algorithm at...

    I've read about the merge sort algorithm at wikipedia.org:

    Merge sort - Wikipedia, the free encyclopedia

    I wanted to confirm that the algorithm uses recursion. It does. So, now I'm wondering...
  18. Hmm. Let me restate that. The myfile.read() did...

    Hmm. Let me restate that. The myfile.read() did not trigger the myfile.eof() condition for the last record.
  19. I ran your program to see the contents of the...

    I ran your program to see the contents of the file and discovered that using !myfile.eof() will read the last record twice. So, if you are using this condition during the merge, it will most likely...
  20. Replies
    13
    Views
    4,483

    Some refinement needed. It's not skipping some...

    Some refinement needed. It's not skipping some text files.
  21. Replies
    13
    Views
    4,483

    I did it. Thanks a million guys. By the way, it's...

    I did it. Thanks a million guys. By the way, it's not a C++ program. I had to be less ambitious regarding my programming abilities. Anyway, now that I have a working program, maybe I can get help...
  22. Replies
    13
    Views
    4,483

    I know about dir > list.txt. That's how I...

    I know about dir > list.txt. That's how I populated my Excel file before. The problem comes in when you want to insert newer entries. It's not a straightforward process.

    Anyway, the spreadsheet...
  23. Replies
    13
    Views
    4,483

    Chess is just one category of ebooks I download....

    Chess is just one category of ebooks I download. I already went past the 2,000 mark for the others months ago. All in all, I probably have 30GB of ebooks already.

    Anyway, adding entries to some...
  24. Replies
    13
    Views
    4,483

    I already tried using Excel last year to catalog...

    I already tried using Excel last year to catalog hundreds of chess ebooks I downloaded. It was too much work and the problem of updating the list is a problem.
  25. Replies
    13
    Views
    4,483

    whiteflags: I think the FAQ link has the...

    whiteflags: I think the FAQ link has the necessary codes I need to create the utility program. Thanks.

    phantomotap: Actually, I already wrote a Visual Foxpro program to do this. It just have that...
Results 1 to 25 of 29
Page 1 of 2 1 2