Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~9K People Reached
About Me

Bounty Code Hunter

PC Specs
Doesn't matter for me. I'm all about software
Favorite Forums
Favorite Tags
c++ x 9
c x 6
java x 2

12 Posted Topics

Member Avatar for iamboredguy

Operating systems such as UNIX require applications to return an integer value. 0 usually meaning success and non-zero meaning an error.

Member Avatar for sujitkumarsingh
1
853
Member Avatar for hivework
Member Avatar for BountyX
0
131
Member Avatar for owobass
Member Avatar for animesh

ODBC API [url="http://msdn.microsoft.com/library/en-us/odbc/htm/odbcodbc_function_summary.asp?frame=true"]http://msdn.microsoft.com/library/en-us/odbc/htm/odbcodbc_function_summary.asp?frame=true[/url]

Member Avatar for crazylunatic
1
381
Member Avatar for Alan Lewis

It should be either SNMPAPI_OFF or SNMPAPI_ON, right? Have you checked the return value for these constants?

Member Avatar for CrazyScntst
0
820
Member Avatar for freesoft_2000

I think C++ has been always kind of dead. The only major software i can think of that was written in C++ is Mozilla and Qt (Even though major implementaion of these software was rendered in C). I don't know why people like C++ so much, when you can achieve …

Member Avatar for alc6379
2
2K
Member Avatar for A Monkeys Uncle

I think that the closest Math that can be compared with programming is Descrete Mathematics...

Member Avatar for Killer_Typo
1
2K
Member Avatar for freesoft_2000

Here is a very basic example of how to print out a line of text in Java [CODE] import java.awt.*; import java.awt.geom.*; import java.awt.print.*; /** Simple printing application that will demonstrate how to print out simple text */ class MyPage implements Printable { public void paint (Graphics g) // This …

Member Avatar for hivework
0
134
Member Avatar for freesoft_2000

You see, the paint() method/event that you have "overidden" will never be "dispatched" in your program, because it is a member function of your Images class which does not extend any graphical components. To solve this problem, I have added MyCanvas class which overrides the paint() event. So instead of …

Member Avatar for hivework
0
865
Member Avatar for samology

[url="http://msdn.microsoft.com/library/en-us/odbc/htm/odbcodbc_function_summary.asp?frame=true"]http://msdn.microsoft.com/library/en-us/odbc/htm/odbcodbc_function_summary.asp?frame=true[/url]

Member Avatar for hivework
0
108
Member Avatar for ArmedCoder

try running two single threaded programs at the same time. see if two different cameras can be accessed at the same time.

Member Avatar for ArmedCoder
0
197
Member Avatar for Naveen

The End.