Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~10K People Reached
Favorite Tags

14 Posted Topics

Member Avatar for shayan_doust

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 …

Member Avatar for Traevel
0
490
Member Avatar for shayan_doust

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 …

Member Avatar for JamesCherrill
0
563
Member Avatar for shayan_doust

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 …

Member Avatar for TekknoDraykko
0
533
Member Avatar for umesh_1

I suggest you either read books or have a look at [Intro to C++](http://www.cprogramming.com/tutorial/lesson1.html).

Member Avatar for shayan_doust
0
173
Member Avatar for sahil_gupta

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 …

Member Avatar for sneekula
0
158
Member Avatar for amal.mohammed.7505

As NathanOliver and rubberman said, at least post your source code here. We need to see a bit of effort before we provide assistance.

Member Avatar for jencas
-1
260
Member Avatar for Mamy.Dad

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.

Member Avatar for shayan_doust
0
101
Member Avatar for abuamidat
Member Avatar for maria.javed.3990

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/)

Member Avatar for shayan_doust
0
152
Member Avatar for marlyana

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)

Member Avatar for shayan_doust
0
148
Member Avatar for shayan_doust

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 …

Member Avatar for matrixdevuk
0
2K
Member Avatar for huzeifa
Member Avatar for Q8iEnG
Member Avatar for daviddoria

The End.