Search:

Type: Posts; User: llVIU

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    2,125

    yea thanks I got that part now

    yea thanks I got that part now
  2. Replies
    21
    Views
    2,125

    nvm #include #include ...

    nvm

    #include <iostream>
    #include <ostream>
    #include <string>
    using namespace std;

    template <class T>
    class DATE_EXP
    {
  3. Replies
    21
    Views
    2,125

    please tell me how to fix the "1.#QNAN" error

    please tell me how to fix the "1.#QNAN" error
  4. Replies
    21
    Views
    2,125

    look, please stop with the irrelevant talk, does...

    look, please stop with the irrelevant talk, does anyone know how I can fix the "1.#QNAN" error or not? I'd very much appreciate if I could be helped only with the "1.#QNAN" error and nothing else,...
  5. Replies
    21
    Views
    2,125

    thanks but no thanks, I understand that it would...

    thanks but no thanks, I understand that it would be easier for everyone else to understand if I try to put every little thing in the same standard as everyone else, but sorry again, I prefer laying...
  6. Replies
    21
    Views
    2,125

    sorry, how is it a mess besides using for example...

    sorry, how is it a mess besides using for example <class PACKAGE> instead of <class T>?

    how would I know how to fix something I don't know how to fix, for example "1.#QNAN" doesn't tell me...
  7. Replies
    21
    Views
    2,125

    ok I got it now thanks, but for template...

    ok I got it now thanks, but for


    template <class PACKAGE>
    class KG_GC{
    PACKAGE KG,GC;
    public:
    KG_GC(PACKAGE first,PACKAGE second){KG=first,GC=second;}
    PACKAGE INSERT_KG_GC ();}; //class...
  8. Replies
    21
    Views
    2,125

    sorry, I don't get it you just sent me back to...

    sorry, I don't get it

    you just sent me back to the place with lots of complicated "tutorials" that I don't understand

    could you at least point out which one of those functions/commands/whatever...
  9. Replies
    21
    Views
    2,125

    Template/classes/strings

    I have this relatively easy asignment for school (only thing is that "tutorials" for C++ on the internet are TOO DAMN COMPLICATED so I bearly understand a thing :|)

    I get the errors

    In member...
Results 1 to 9 of 9