CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Gerych

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    558

    Convert UTF16 entities to UTF8

    Hi. I'm writing some API parser. API responses with JSON which looks like:


    {"data":"<td class=\"left textNum sentiment noWrap\" title=\"\u0412\u044b\u0441\u043e\u043a\u0430\u044f...
  2. Replies
    1
    Views
    5,195

    Tool to draw the ***** charts

    Hi. I dream about some application like MetaTrader. Where I could see price bars on different time frames. Firstly I figured out I should learn OpenGL technology. Seriously I'm not sure is it worth...
  3. Replies
    8
    Views
    4,420

    Re: Class templates inheritance

    Thank you!
  4. Replies
    8
    Views
    4,420

    Re: Class templates inheritance

    Strange thing. When I separate that code on files Db.h Pg.h and Pg.cpp I again get the error:


    /tmp/ccCNyID2.o: In function `main':
    rates/load.cpp:71: undefined reference to...
  5. Replies
    8
    Views
    4,420

    Re: Class templates inheritance

    Great thanks!! I made it work with help of your better version of my code =)

    But one thing I don't understand is why should I add this-> anyway, because your version without this-> crashed with:
    ...
  6. Replies
    8
    Views
    4,420

    Re: Class templates inheritance

    Thanks a lot, 2kaud! These errors disappear, but now I have another. Seems I don't understand the way inheritance work in C++:


    /tmp/cc8AwHUL.o: In function `Pg<pg_conn>::Pg(std::string,...
  7. Replies
    8
    Views
    4,420

    Class templates inheritance

    Hi. I'm new. I try to create abstract database class Db and derived class Pg to handle at least connection to the database. I have private property with database connection type and because it will...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured