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
~955 People Reached
Favorite Forums
Favorite Tags
java x 11
c x 1
Member Avatar for linkinmal

I'm Halit, I'm a computer science student, I got projects, and I got problems :) That's my primary motivation to join here, but I hope I can help others' problems as well with the things I know.

Member Avatar for jephthah
0
37
Member Avatar for linkinmal

I'm trying to develop an editor application that support both text and drawings, images, etc. But all of these should be the same abstract object, they inherit the same thing. This will be like MS Word and I need to create a new component in the view for every element, …

0
63
Member Avatar for linkinmal

I'm trying to develop an editor which you can insert text and draw shapes on. To do this, I'm using a JPanel as the main panel, and listening to mouse actions I add new JPanels into it. I draw the shapes on the small panels using getGraphics(). But the main …

Member Avatar for linkinmal
0
808
Member Avatar for linkinmal

I'm writing a c code, we can include mqueue.h and write the function mq_open with the arguments, but it won't build. I know it's a problem with the linking, I need to add -l libname or something to the linker. But I don't know what to write there and how …

0
47