Search:

Type: Posts; User: noobcpp

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    4,552

    One more wired thing I've noticed. is that...

    One more wired thing I've noticed. is that
    http://pastebin.com/f5ac284aa

    int main(int argc, char *argv[]){
    string x="Neel Basu";
    string y;
    Serialization<int> tst;//Instanciate a Dummy...
  2. Replies
    17
    Views
    4,552

    There were minor errors in the load() and store()...

    There were minor errors in the load() and store() methods Body.
    and if its implemented in serialize.cpp file the compiler was bypassing it and making the serialize.o

    The Exception Classes had...
  3. Replies
    17
    Views
    4,552

    Thank you very much for your help. My Clock Is...

    Thank you very much for your help.

    My Clock Is in future LOL What a nice word.
    You are from US/west ??
  4. Replies
    17
    Views
    4,552

    However I'll be glad If you send me your email...

    However I'll be glad If you send me your email address.
    I've filtered the Project and removed unnecessary Classes and files and made this KDevelop Project.
    Its in a tar.gz archive containing a...
  5. Replies
    17
    Views
    4,552

    No My code doesnt use any Namespace But I use the...

    No My code doesnt use any Namespace But I use the standered std namespace.
    However I've done one more research on it never thought that I'll use geeky tools Like nm and objdump. I dont have much...
  6. Replies
    17
    Views
    4,552

    LOL Nope Its showing the same error again

    LOL Nope Its showing the same error again
  7. Replies
    17
    Views
    4,552

    which you've probably already tried. Yes LOL...

    which you've probably already tried.
    Yes LOL
    Now I'll delete the serialize.o and web.o hard file along with make clean and friends too. and try
  8. Replies
    17
    Views
    4,552

    Notice that load() and store() methods are...

    Notice that load() and store() methods are static.
    so do I need to use extern or something else ??
  9. Replies
    17
    Views
    4,552

    I am using automake and I am building all the .o...

    I am using automake and I am building all the .o
    and then combining all while linking.

    g++ -O0 -g3 -o web web.o request.o httpheader.o apprequest.o httputil.o serialize.o serializationexception.o...
  10. Replies
    17
    Views
    4,552

    Serialization problem

    I am trying to make a Serialization Class here the code follows.

    serialize.h http://pastebin.com/f1e82ff7f

    //serialize.h
    #ifndef SERIALIZE_H
    #define SERIALIZE_H

    #include <fstream>...
Results 1 to 10 of 10