Is it possible to make games or use OpenGL to make games on Qt Creator using C++?
I would assume that you can make games on Qt because I saw some examples on their website and they were using C++...
I am planning to write library using c++ for topics in Artificial Intelligence. I would like to know what are the things I need keep in my mind when writing library? Right now I am learning...
Hello, i whant to know if anyone know a tutorial or some article i can read about parsing html in java,
What i whant fron this is for example taking some weather report from a website..
I'm currently designing an OBB for the objects in my game and it requires computing a 3D convex hull. Convex hulls are so common that I figure there must be open source code out there already. Anyone...
Please point me to where this is documented. I have been trying to find how to use the local printer from Tkinter. Currently using Python 3.2 and IDLE, but when print, the print using local printer...
Hi,
I am currently making an web application using asp.net. i want that if the internet connection is not available than all the work done in that application should get automatically updated in the...
I have a table that can be edited by the user but only one field, the rest are set to ReadOnly. When I run the page and click Edit, that field displays the textbox to input data. What it does is...
Ok I have finally join over to the linux side of the computing world. I'm running Ubuntu 10.10 on my PC.
Anyways, I have been spending a lot of time installing packages for python...
I am working on a site where a user will input an email address, it will then need to be checked whether or not that email exists in a database, and only if it exists can the user continue....
Hi guys, how do i use AJAX updatePanel from default.aspx to display information from other aspx pages(e.g. default1.aspx) when i click on a button in default.aspx ? or is there any other ways so that...
I want a Login Box to be opened in modal window when user clicks on a link and authentication is done with Ajax.
I tried jQuery BlockUI, jQuery UI, ThickBox. But they are large in scope.
I also...
Can someone tell me if it is possible to do a dual sort on an array of chars and an array of int, double or float? Would you have to use two separate sorts? Really confused here.
Hello,
I have decided to make a timer program on my computer to limit the amount of time that I game. Anyways, I have it working fine with a small borderless window in the top left of the screen...
Hello, I am using a ascx control to style properties in a asp.net website. There are multiple aspx pages that use this ascx control. Is there a way that I can change properties of the ascx page using...
I am doing a online photo manager project as my semester project. I have used oracle database. I am not getting how to store images in oracle database using asp.net in c#. Can any one suggest some...