14 Posted Topics
Dear all, I was given a project to write a software that would track contracts. Everything is successful until I read or write the current data from the JTable to the textfile. This also happens when I read the textfile and insert the data into the JTable. The exception I … | |
Dear all, I was told to write an application for my assignment that would keep track of contracts. The problem is, I have no clue how I can make this application write JTable into txt file every 5 seconds and wheever application would open, it would read the txt file … | |
Hello there. Currently, I am trying to develop a graphical number guessing game in JAVA. This is my first project in java. Here is an insight in the application: When the application is first opened, a random number (1-100) is assigned to a variable. When the user enters their guess … | |
Re: I suggest you either read books or have a look at [Intro to C++](http://www.cprogramming.com/tutorial/lesson1.html). | |
Re: Hi there, There are plenty of great online tutorials and documentation on advanced c++ and even game development. As you know the c++ basics, I suggest you have a look at https://www.udemy.com/advanced-c-programming/ and http://www.cprogramming.com/advtutorial.html . There are plenty of tutorials if you search it up in Google. When you have … | |
Re: As NathanOliver and rubberman said, at least post your source code here. We need to see a bit of effort before we provide assistance. ![]() | |
Re: I don't really understand what you mean by the word "mechanism". Your title says, "graphics in C++". If you need help with setting up and using graphics, I suggest you look at some third-party libraries like [SMFL](http://www.sfml-dev.org/) . The good thing about SMFL is that the download contains examples. | |
Re: Handling functions is one of the basics that you will come across. Also, post the source code of what you have done so far. If you really need help with functions, have a look at [Functions in c++](http://www.cplusplus.com/doc/tutorial/functions/) | |
Re: I really like this tutorial on arrays. It helped me alot and I think that this is one of the best c++ tutorials out there. [Tutorial on arrays in c++](http://www.tutorialspoint.com/cplusplus/cpp_arrays.htm) | |
Hello everyone. I have just bought a new computer and I am currently working on creating an online cloud storage service. Every thing is going fine until I am struck with a problem. At first, registering a new user works and the data is inserted into database but after testing … | |
| |
The End.