I have source code of online speech processor. I think when I leave I will bring it with me too. Sure. It's,uhmm, a cool system which can help re-play the voice without having reused and copied the...
It sounds to me as though being fired from the current job was something really serious in one's career life. Uh oh... it is actually important to me too if that job is the one and only I can't live...
It sounds to me as though being fired from the current job was something really serious in one's career life. Uh oh... it is actually important to me too if that job is the one and only I can't live...
Uhm it took me almost 2 hours to figure out what he was trying to do. I don't like this sort of static library links. I guess you do also have the document of the library, you can declare the...
Oops, work at home ? it takes more time than at workplace. My part, sorry I am thinking about the quit because I don't like to work OT without receiving any OT payment. :rolleyes:
Working on...
Like what TheGreatThulu explained you in his post; you can not renew your object Users each time the CountMembers is called like that. It may look something similarly as
I am messed up just to read your ideas. :eek: :D. I would prefer the C++ dll that I can call its exported methods from C#. When it comes to networking, what language is used to implement the client...
Processing data passed from another resource isn't necessarily related to modal or modeless, you can provide a background worker thread to do the task pretty easily. If the displayed dialog needs...
You need to set up data-binding, expose what columns to be display (you can also copy them into a new class/struct properties) then bind them in the xaml.
Well, the US Consulate name in my area is on the job ads market, and I have heard that applying for a job there is always difficult, would someone mind taking a look at its prerequisites then...
I am leaving my town to take over a new task as a secondary school teacher in a town nearby. I will teach them *simple* programming courses with Java language (I guess the principal wanted them to...
Yes, C++ is definitely faster than Objective-C. Objective-C is what has been taken out of old C together with C++ and SmallTalk's OOP constructs and styles.
Yes, it is easier for the system to handle the currently defined sizes of each type than others you may be interested in trying to re-implement. People don't tend to define an ASCII character of size...
DateTime constructors include
DateTime(year, month, day, hour,minute,second,...);
Depends on the format of the mysql datetime you retrieve, parse it as another datetime then comparing it with...