Search:

Type: Posts; User: lostminds

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,086

    don't think there is you'll just have to live...

    don't think there is
    you'll just have to live with that for loop :eek:
  2. Replies
    6
    Views
    1,086

    post all code perhaps?:)

    post all code perhaps?:)
  3. Replies
    6
    Views
    1,086

    for ( int i = 0; i < 20 ; i ++ ) for (int...

    for ( int i = 0; i < 20 ; i ++ )
    for (int j=0; j < 20; j++)
    cout<<arraybox[i][j]<<endl;


    Is that what you are looking for? ( I don't really understand what you are asking though :( ,...
  4. Replies
    5
    Views
    1,154

    I understand about the having to create a new...

    I understand about the having to create a new "hard" copy of the list and each value pair but I guess i'm confusing myself.

    I need to have it so that the following can happen:
    a=b.clone();
    ...
  5. Replies
    5
    Views
    1,154

    CNameValueList CNameValueList::clone() { ...

    CNameValueList CNameValueList::clone()
    {
    CNameValueList* temp=new CNameValueList;
    string strValue;
    string strName;

    for (NVPLISTITER the_iterator=list.begin(); the_iterator !=...
  6. Replies
    5
    Views
    1,154

    class question

    I need to create a clone of a class (the same class as my earlier vector topic)

    the call looks like this:


    clone_test=List_Num_1.clone();


    in my class the clone() is the following:
  7. Replies
    5
    Views
    1,278

    Thank you so much I got it working now (with your...

    Thank you so much I got it working now (with your help). cheers mate

    ps forgot about new and delete, guess i won't forget them again :)
  8. Replies
    5
    Views
    1,278

    The program is like this: (for my benifet) ...

    The program is like this: (for my benifet)



    class CNamePairList
    private:
    MYVECTOR list
    public:
    add(string,string)
  9. Replies
    5
    Views
    1,278

    vector problems

    I seem to be having problems getting this vector working (probably because I don't particular understand it perhaps?) I have a vector of an array of classes


    typedef vector<CNamePair*> MYVECTOR;...
  10. Replies
    7
    Views
    3,950

    Most older games are still the most fun. I still...

    Most older games are still the most fun. I still play X-com Ufo Defense, X-com Apoc, Quake 1, Dune 2, and a bunch others. I have quake and both xcom working on my computer with no problem (using...
  11. Replies
    9
    Views
    2,415

    The amount should be around (I just had a...

    The amount should be around (I just had a brainfreeze and forgot the number but I think it is 2.5) times the amount of memory in your computer. But you don't usually want to change the size unless...
  12. Replies
    2
    Views
    1,958

    http://www.clrsoftware.com/clrscript/

    http://www.clrsoftware.com/clrscript/
  13. Replies
    8
    Views
    3,104

    Yes "persons" is a legal word

    Yes "persons" is a legal word
  14. Replies
    13
    Views
    3,015

    Poll: This next iteration will not be secure. I can...

    This next iteration will not be secure. I can almost promise you that there will be a back door to it. Why? You have to leave a door open to get information about the consumer. Reminds me of...
  15. Replies
    25
    Views
    4,252

    so you went from win2000 to win2000 server (what...

    so you went from win2000 to win2000 server (what ever for? and you went out and bought 2000 server right?)
  16. Replies
    25
    Views
    4,252

    what is your system? and did you install anything...

    what is your system? and did you install anything before you had this problem(in the last day)?
  17. Replies
    25
    Views
    4,252

    what is your system (motherboard etc)

    what is your system (motherboard etc)
  18. Replies
    76
    Views
    14,890

    I love america. I have been all around the globe...

    I love america. I have been all around the globe but I like the US first (japan is second). This thread is very sad though seemingly populated by kids who never went outside of there own country...
  19. Thread: CSpot!!!

    by lostminds
    Replies
    16
    Views
    4,469

    you forgot to end your hyperlink after the fourth...

    you forgot to end your hyperlink after the fourth bullet.

    cheers
  20. Thread: vegetables

    by lostminds
    Replies
    31
    Views
    6,500

    Listen up brothers and sisters come hear my...

    Listen up brothers and sisters
    come hear my desperate tale
    I speak of our friends of nature trapped in the dirt like a jail
    vegetables live in oppresion served on our tables each night
    this...
  21. Replies
    63
    Views
    12,819

    According to the bible knowledge does not...

    According to the bible knowledge does not corrupt. Your garden of eden example is false. It was not the knowledge gained that corrupted Adam and Eve, it was the act of disobeying the one...
  22. Replies
    13
    Views
    6,569

    proboards7.com

    proboards7.com
  23. there is a boot disk which allows you to change...

    there is a boot disk which allows you to change any of the passwords on a 2000/xp/server machine (as long as AD isn't loaded)
  24. (why does it sign me out?) and btw with...

    (why does it sign me out?)
    and btw with diskkeeper 7.0 you don't need as much free space to run it with the version in xp you need to have a bunch of free space to run defrag with diskkeeper you...
  25. Replies
    149
    Views
    26,473

    I wasn't talking about the tank games or whatever...

    I wasn't talking about the tank games or whatever it was in that instance yes it is wrong. I was talking about local german residence complaing about 10-15 trees being cut down to extend a road on...
Results 1 to 25 of 140
Page 1 of 6 1 2 3 4