Search:

Type: Posts; User: amigoloko

Search: Search took 0.01 seconds.

  1. ok, im gonna look the article tnks

    ok, im gonna look the article tnks
  2. I forgot to mention that im using Framework 1.1...

    I forgot to mention that im using Framework 1.1 an the visual studio 2003 , so that class that u mention on top is not on this version.
  3. Send and Recive Information through the serial Port RS232

    Hi guys, hopping that youve been fun, well , lets see , i have a little trouble here, i need to do a program that recive information from some machine, binary code, through the serial port, so im...
  4. Replies
    3
    Views
    1,138

    WOOW! tnks!

    WOOW! tnks!
  5. Replies
    3
    Views
    1,138

    Choosing a Memory upgrade

    Hi , i have a little problem here , i want to upgrade my pc with more memory but i dont no which one is the best or the correct one...

    my pc conf is:

    Vaio 1.30GHz Celeron
    256mb PC-133 SDRAM...
  6. Replies
    9
    Views
    2,372

    Need help , Palindrome program

    Hi, i have this program that i made but my code really stinks not cause the sintaxis code but the functionality is ugly, look the program recive a string like this madamxmadam an then start to push...
  7. Replies
    3
    Views
    2,067

    Which Laptop for a programmer student??

    hi , i wanna get a laptop but i dont which one is the best for my necessities, i dunno if is best with pentium 4 or a centrino ... or maybe the brand if its better the dell or sony or compaq or...
  8. tnks , for the help but....

    i know that it is not the best way to doit, and i undertand ur comment but this is for a school proyect where the tich told us to make thath way , so , he needs to tha main goes in that way , like...
  9. ...

    yes , well my real overload function is this


    template<class T>
    T &arreglo<T>::operator[](int index)
    {
    if(index<0 || index>top)
    {
    cout<<endl<<"NO se encontro el indice "<<endl;...
  10. I think i know how... try it

    access to [] operator
    class A
    {
    pulic:
    T &operator [] (int index) {return 0; }
    };

    main()
    {
    A * a = new A;
  11. Tnks , but...

    yeah , kindda... but , the thing is that is a proyect for school so i need to doit like that so i dont know how to make de call in main to the olverload function of the operator
  12. Overload [ ] in a class template with a pointer

    Hi well i have a big prob , i wonder if u can help me... to solve it, look i have to do , a templete with a few operations with one array , so i have the , inserrt , the erase, search etc.. so , in...
Results 1 to 12 of 12