Search:

Type: Posts; User: schlamniel

Search: Search took 0.00 seconds.

  1. I have tried tp do this .. using a...

    I have tried tp do this .. using a <double,*scatter> multimap and then acclocating the pointers to the child class with


    ChldScatter *scatter=new ChildScatter();...
  2. problem with multimaps and virtual functions

    The problem I have having is slightly odd. Am not sure if it is specific to gcc but anyway.

    I am creating a multimap container <double,scatter> where scatter is a parent class. I am then...
  3. Replies
    1
    Views
    1,463

    external variables

    I am trying to use external variables in a fairly simple program. but on build time I am reciving an warnigs and errors

    warnig:benign redefinition of type
    error:intializer is not a constant...
  4. Replies
    2
    Views
    907

    well the prob with rand() is that it encompasses...

    well the prob with rand() is that it encompasses a large rang of numbers .. the random() fuction is between 1 and 0 .. I would write another fuction .. but I was hoping to utalise this functionality ...
  5. Replies
    2
    Views
    907

    use of random()

    I am editing a previous bit of code given to me .. but I am having a few problems.
    I have compiled the program and used the random() and srandom() fuctions in a similar style to rand as well as...
Results 1 to 5 of 5