Forum: C Sep 20th, 2004 |
| Replies: 4 Views: 4,068 This tiny code will demonstrate how to log-off from windows.
Enjoy! |
Forum: C++ Sep 9th, 2004 |
| Replies: 97 Views: 25,215 There is big difference between C and C++. "Most everything" is written in C. |
Forum: C++ Sep 2nd, 2004 |
| Replies: 8 Views: 3,783 Operating systems such as UNIX require applications to return an integer value.
0 usually meaning success and non-zero meaning an error. |
Forum: Java Sep 1st, 2004 |
| Replies: 1 Views: 3,365 Here is a very basic example of how to print out a line of text in Java
import java.awt.*;
import java.awt.geom.*;
import java.awt.print.*;
/**
Simple printing application that
will... |
Forum: Java Aug 31st, 2004 |
| Replies: 1 Views: 17,579 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... |
Forum: C++ Aug 31st, 2004 |
| Replies: 1 Views: 7,508 http://msdn.microsoft.com/library/en-us/odbc/htm/odbcodbc_function_summary.asp?frame=true |
Forum: C++ Aug 31st, 2004 |
| Replies: 9 Views: 11,823 ODBC API
http://msdn.microsoft.com/library/en-us/odbc/htm/odbcodbc_function_summary.asp?frame=true |
Forum: C++ Aug 27th, 2004 |
| Replies: 5 Views: 5,007 try hiring a team of developers... ;) |
Forum: C Aug 27th, 2004 |
| Replies: 10 Views: 4,628 The problem could be that you release your mutex too soon. The program is calling pthread_mutex_unlock() right after open(). Try releasing the mutex after the close() function.
Can you show us... |
Forum: C Aug 27th, 2004 |
| Replies: 10 Views: 4,628 What's in the "ifqcam.h" file? Did you write the qcam_ functions? If so, maybe the problem is in that code. |
Forum: C Aug 27th, 2004 |
| Replies: 10 Views: 4,628 i agree. maybe pthread_mutex_unlock function will help? |
Forum: C Aug 27th, 2004 |
| Replies: 10 Views: 4,628 try running two single threaded programs at the same time. see if two different cameras can be accessed at the same time. |
Forum: C++ Aug 27th, 2004 |
| Replies: 97 Views: 25,215 You can develop video games in any language out there. Heck, you can write it in JavaScript if you'll write a compiler for it. The key developing method in modern video games is accessing Video... |
Forum: C++ Aug 26th, 2004 |
| Replies: 97 Views: 25,215 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... |
Forum: C++ Aug 26th, 2004 |
| Replies: 19 Views: 8,508 I think that the closest Math that can be compared with programming is Descrete Mathematics... |
Forum: Software Development Job Offers Aug 9th, 2004 |
| Replies: 7 Views: 3,771 Hi!
Ya zainterisovan v vashem proekte. Ya sam zanimayus PHP y obiknovennim Web-design. Moya onda iz poslednix rabot yavlyaetsya http://www.hivework.com. Takzhe, ya mogu organizovat profesionalnyi... |
Forum: C++ Aug 9th, 2004 |
| Replies: 6 Views: 5,988 It should be either SNMPAPI_OFF or SNMPAPI_ON, right?
Have you checked the return value for these constants? |
Forum: C Aug 9th, 2004 |
| Replies: 2 Views: 2,537 |