Search:

Type: Posts; User: Scotty12

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,999

    _strDate Ubuntu

    I cant seem to use


    _strdate(curDate);

    in ubuntu (eclipse). What is the GNU/linux equivalent?
  2. Thread: Date in int

    by Scotty12
    Replies
    1
    Views
    750

    Date in int

    I need a way of getting the date as integers from a computer.I can get:



    char curDate[9];
    _strdate(curDate);
    cout << "The current date is " << curDate << " \n";


    But is there a faster...
  3. Replies
    11
    Views
    1,329

    Thanks! Sorry I have never written anything in...

    Thanks! Sorry I have never written anything in C++(Java Girl)I dont know most of the syntax. But someone wanted this done in C so.... xD
  4. Replies
    11
    Views
    1,329

    Have included them... using vis studio 2010 not...

    Have included them... using vis studio 2010 not my usual software...
  5. Replies
    11
    Views
    1,329

    no operator "

    no operator "<<" matches these operands
  6. Replies
    11
    Views
    1,329

    Newbie Maps Question

    Why does the top code work but the bottom one complains about << with the planets map. << planets.find(1)->second



    map<char,int> mymap;

    mymap['a']=50;
    mymap['b']=100;
    ...
Results 1 to 6 of 6