Search:

Type: Posts; User: Depthcharge101

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,353

    Mixing C++ class and non-class code?

    Hi, I am building a Qt C++ application, and bumped into this issue.

    Usually all my files are classes, and to use a class from another I'd simply include the header file and it's done.

    Now I...
  2. Replies
    3
    Views
    1,765

    Er I managed to fix the problem. Sorry for the...

    Er I managed to fix the problem. Sorry for the trouble. Couldn't find a way to delete/lock the topic though...
  3. Replies
    3
    Views
    1,765

    Small help on doubly linked list.

    Sorry for the trouble, but this should be pretty trivial. Some of the code



    list.h:
    namespace List
    {
    struct list_t {
    std::string name;
    list_t* prev;
Results 1 to 3 of 3