Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for iustitia

Hello I have a problem that I cannot solve by myself. I'm making kind of calculator. I wanted to make one general method that handles all events for some buttons, because all of them are similar. My problem is that in NetBeans code for handling events is generated automatically and …

Member Avatar for stultuske
0
108
Member Avatar for iustitia

I need to make calculator with buttons for each digit and so on. My question is, if there is any way to make one function that will handle with all events for all digits? Now I have: [CODE] private void addDigit(char i) { // some calculation with 'i' } private …

Member Avatar for shootermac
0
162
Member Avatar for skinwah

So - You want to add 200 employees to the system, right? Because in the and You have option to add another record - so I don't get it - You know how many employees You want to add or not? And in the end - try to use switch …

Member Avatar for pseudorandom21
0
273
Member Avatar for dadam88

[QUOTE=sfuo;1296972] Also you have answer being declared multiple times through your code when you only have to do it once as long as it is being used in a scope (not sure if this is the right word) lower than the one it was declared in. For example [CODE]int main() …

Member Avatar for frogboy77
0
450
Member Avatar for Kevin Jose

This thread is really old. You could make a new one or / and above all read carefully what was said then. What is your problem, then? You have some tips above. Have you any idea how to write at least 'hello-world' programs? If not, start from beginning. And show …

Member Avatar for iustitia
0
138

The End.