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
~10K People Reached
Member Avatar for kazek

I wrote a java program/application and I'm trying to combine all the .class files into one .exe file. I want to have a convenient double-clickable EXE file to launch the program without the user having to handle .java file associations.

Member Avatar for stultuske
0
5K
Member Avatar for Pinkfloyd12

Helllo all. I have a custom built pc which was working fine untill today when i decided to clean the massive amount of dust that had builtup. I un-plugged it, opened and cleaned it, and put it all back together. However, when i turn it on my monitor stays blank. …

Member Avatar for kazek
0
155
Member Avatar for kazek

I've been struggling with this program for few several days now.. It's an implementation of Data structures. I'm trying to use Linked Lists, Sorting and Searching concepts. [CODE=cplusplus]#include<iostream> #include <iomanip> #include <fstream> #include <cstdlib> using namespace std; class videoShopSystem{ public: bool empty() const; void displayMainMenu(); void menuChoice(int key); void addNewRecord(); …

Member Avatar for miepmuts
0
164
Member Avatar for kazek

I'm trying to create a function that will delete an already saved file. I was hoping std::remove() would do the trick but I don't know the syntax. Will std::remove() work or should be trying something else...

Member Avatar for mitrmkar
0
87
Member Avatar for kazek

The problem started last night when all of a sudden the PC restarted itself. Now everything seemed fine as its was booting.... Then Windows splash screen appears and then the desktop shows up. Now that's where the problem starts. It just hangs at the desktop. I can't click anything or …

Member Avatar for kazek
0
111
Member Avatar for kazek

Am currently working on a car dealer system. Am trying to design the system in a way that a user can view the number of vehicles available, the type, e.t.c and obviously the user can make a purchase. At the moment am just trying to deal with the basics. Am …

Member Avatar for Salem
0
3K
Member Avatar for kazek

I have this dictionary project that's making my head spin. Am trying to create a dictionary that stores the word and meaning of the word in a text file. Then a user can either searching the meaning of a word or search by alphabet. I had an idea which is, …

Member Avatar for kazek
0
2K