Search:

Type: Posts; User: liquidxit2

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    932

    I know it sounds retro, but learn qbasic. Knowing...

    I know it sounds retro, but learn qbasic. Knowing how that works will get you ready to start a higher level language. A popular learning sequence from non programmer to object oriented coding is...
  2. Agreed. Oh and I stand corrected on the inherited...

    Agreed. Oh and I stand corrected on the inherited class comment.
  3. Private member variables are used for data that...

    Private member variables are used for data that should only be accessed by member functions and not from outside code e.g. int main() code or other classes(unless said class is inherited). Basically...
Results 1 to 3 of 3