Search:

Type: Posts; User: ghost_rider

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    984

    But how do I initialize object of class Array? I...

    But how do I initialize object of class Array? I have to put like 1000 objects of class Message into one object of class Array. And also I don't know the number of objects of class Message. It could...
  2. Replies
    5
    Views
    984

    I forgot to mention that I can't use std::vector...

    I forgot to mention that I can't use std::vector or linked lists, for the same reason I need pointers. This is a school project and they were clear about these conditions. It sucks, but that's the...
  3. Replies
    5
    Views
    984

    Problems with project

    I'm working on this program(project) that parses some kind of messages and came up against two problems.
    The first one is how to read data from .vmg file. Every .vmg file keeps data for one object...
Results 1 to 3 of 3