Posts Tagged ‘c application’
How to code C++ application that it will run on any windows computer?
I am a C++ beginner. I have have Visual C++ Express 2008, running windows XP. I would like to upload a console program to the internet that people can download and run without installing or downloading software from Microsoft. Is this possible?
How do i connect a windows C# application to a remote Mysql database?
I’m currently connected to a local Microsoft SQL server. I’m new to windows programming and i need the code snippets to connect my windows C# application to a remote Mysql database. I have a website which is connected to my web host’s Mysql database. I want to be able to connect my windows C# app. to that same data base. Need your expert advice. By the way, I’m using visual studio.