User Profile

Collapse

Profile Sidebar

Collapse
Artem
Artem
Last Activity: May 3 '08, 08:19 AM
Joined: Apr 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • C#-APP, odbc .net and MySql: I'm having problems with encodings

    I'm using dbase MySql with character encoding utf-8. The program is written on C#. IDE - SharpDevelop.
    I use odbc to get some string data from dbase, but I get:
    either symbols '?' if I don't set the charset to utf8 in my program via connection string or 'SET NAMES 'utf8''
    or just strange symbols if I set the charset using one of the ways written above.
    I looked in msdn, but I didn't find anything more about how I can set...
    See more | Go to post

  • Artem
    replied to what does "using namespace std" mean?
    in C
    There are a lot of libraries in c++. In some there may be functions with the same name. To distinguish them namespaces are used.
    for example, you create a class library:
    Code:
    namespace myn
    {
     class cin
     {
      puclic:
        int c(void);
     }
    }
    Now you can call your function and be sure that compiler understand that it is your class cin and not a standard input stream:
    Code:
    #include <iostream>
    ...
    See more | Go to post

    Leave a comment:


  • Artem
    started a topic why not available 'post reply' button?

    why not available 'post reply' button?

    here:
    http://www.thescripts. com/forum/thread638947.ht ml
    why I cannot reply on this post?
    See more | Go to post
No activity results to display
Show More
Working...