Search:

Type: Posts; User: SoulBlade

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    904

    It has a nice organization, thanx man. Any more...

    It has a nice organization, thanx man. Any more contributions?
  2. Replies
    4
    Views
    904

    Good function libraries?

    Hey again, do you know any site that excels in function libraries?? I need a good one to rely on :) thanx in advance
  3. Replies
    3
    Views
    1,028

    Thats what I needed, thanx :)

    Thats what I needed, thanx :)
  4. Replies
    3
    Views
    1,028

    Linked Lists...

    Im wondering, to access data stored in the linked list's "node" number X, you actually have to move on node by node with a loop X times, then use the pointer to retrive the data???

    Correct me if...
  5. Replies
    5
    Views
    1,153

    Basically I define the struct, then create a...

    Basically I define the struct, then create a function with return type of the struct type, but i dont know what to set in the return value of that function...
  6. Replies
    5
    Views
    1,153

    Thanx :) Man i get trouble when returning...

    Thanx :)

    Man i get trouble when returning structures from functions...
    I get the following error message:


    .\Starter.cpp(22) : error C2556: 'main::data fn(void)' : overloaded function differs...
  7. Replies
    5
    Views
    1,153

    2 Begginer questions...

    Hey, this is my first post and im learning how to program in c++

    As i advance in the begginer lessons, 2 questions have been wondering inside my head:

    1. How do you use pointers to change, from...
Results 1 to 7 of 7