When I use a StreamReader to read a Russian text from a file - id doesn't read it, leaving a blank string. I suppose it happens because there has to be a Russian encoding installed somewhere in msdevenv, so how do I do it?
I heard that using exceptions in C++ sometimes causes unpredictable results, even suspending the syspem. Rarely, of course, but it can be destructing in case of business project.
The alternative is writing a module for error handling not using exceptions at all. This is more difficult way, so...
I have 2 dlls - one build with a MFC support an dthe other is fully managed .NET dll.
Both of them incapsulate a class CBString - in MFC it is something like SCtring, in .NET - like String.
I want to create a project that will be able to use any version of this class by user choice. The...
How am I supposed to do this?
I would also be thankful for some info about including .dll-s
Now i have to declare an extern function in .dll, and then use a function-pointer to call it by it's adress. Is there any other way to do that more easy?
But, again, including libs is the main...
I heard that there's a feature in AnywhereSQL(supposed to be a commercial DBMS) which almost totally removes the difference between working with a DB server and working witha DB local copy (used by a local user only).
It would be very useful to know if there's such feature in PostgreSQL, and...
I have to compare the most used free DBMS to choose one of them to start a DB server.
For now I have discovered that mySQL and PostgreSQL are the main competitors.
mySQL is more simple, easy to use, but have no transaction rollbacks, triggers and some other stuff.
Postgre, on the other...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.