Forum: C++ Sep 9th, 2004 |
| Replies: 97 Views: 20,139 |
Forum: C++ Sep 2nd, 2004 |
| Replies: 8 Views: 2,754 Re: Why NOT void main() 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: 2,796 Re: Printing in awt 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 demonstrate... |
Forum: Java Aug 31st, 2004 |
| Replies: 1 Views: 8,814 Re: Loading images in AWT 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: 4,896 |
Forum: C++ Aug 31st, 2004 |
| Replies: 9 Views: 8,707 |
Forum: C++ Aug 27th, 2004 |
| Replies: 5 Views: 3,151 |
Forum: C Aug 27th, 2004 |
| Replies: 10 Views: 3,617 Re: Multithreading problem 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 your... |
Forum: C Aug 27th, 2004 |
| Replies: 10 Views: 3,617 Re: Multithreading problem 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: 3,617 |
Forum: C Aug 27th, 2004 |
| Replies: 10 Views: 3,617 Re: Multithreading problem 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: 20,139 Re: C++ is dying a slow death 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: 20,139 Re: C++ is dying a slow death 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: 6,361 |
Forum: Software Development Job Offers Aug 9th, 2004 |
| Replies: 7 Views: 3,329 Re: Help for TV credit 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: 4,705 Re: C++ WinSNMP API: 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: 1,989 |