Thread: A question again, this one should be fast!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Hail to the king, baby. Akkernight's Avatar
    Join Date
    Oct 2008
    Location
    Faroe Islands
    Posts
    717

    A question again, this one should be fast!

    You peeps are awsome, so I'm almost addicted at asking questions here D:

    Anyways, I have this vector in a class

    Code:
    mngr.plr_vec.push_back(*new player);
    well, you should see that that's kinda long to type each time xP
    So I wanted to use a pointer (my arch-enemy for some reason D: ), now is it possible to point to the vector? I've tried loads, but none work, and since I'm always so unsure about pointers, I decided to ask here
    Thanks in advance!
    Last edited by Akkernight; 02-22-2009 at 04:18 PM.
    Currently research OpenGL

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  2. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. Question about linked lists.
    By cheeisme123 in forum C++ Programming
    Replies: 6
    Last Post: 02-25-2003, 01:36 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM

Tags for this Thread