Search:

Type: Posts; User: sourcerer

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,294

    polymorphism is achieved through a combination of...

    polymorphism is achieved through a combination of inheritance and pointers.

    the topic of pointers is very important in c/c++ programming, i used to wish that pointers have not existed back in the...
  2. Replies
    0
    Views
    1,014

    Creating apps capable of plugin

    hi,

    hey guys, do any of you know how to create applications that supports plugins.

    a link to some good documentation will be gladly accepted.
  3. Replies
    1
    Views
    4,615

    dollar sign is legal in gcc

    hi,

    consider this:

    #include <iostream.h>

    int main()
    {
    int $one;
Results 1 to 3 of 3