User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 429,957 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,427 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 17 of 17
Search took 0.01 seconds.
Posts Made By: hivework
Forum: C++ Sep 9th, 2004
Replies: 97
Views: 20,139
Posted By hivework
Re: C++ is dying a slow death

There is big difference between C and C++. "Most everything" is written in C.
Forum: C++ Sep 2nd, 2004
Replies: 8
Views: 2,754
Posted By hivework
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
Posted By hivework
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
Posted By hivework
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
Posted By hivework
Re: ODBC with Visual C++

http://msdn.microsoft.com/library/en-us/odbc/htm/odbcodbc_function_summary.asp?frame=true
Forum: C++ Aug 31st, 2004
Replies: 9
Views: 8,707
Posted By hivework
Re: database connectivity in c++

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: 3,151
Posted By hivework
Re: Creating A Table With Win32 Api

try hiring a team of developers... ;)
Forum: C Aug 27th, 2004
Replies: 10
Views: 3,617
Posted By hivework
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
Posted By hivework
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
Posted By hivework
Re: Multithreading problem

i agree. maybe pthread_mutex_unlock function will help?
Forum: C Aug 27th, 2004
Replies: 10
Views: 3,617
Posted By hivework
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
Posted By hivework
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
Posted By hivework
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
Posted By hivework
Re: Is C++ More Difficult Than Calculus?

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,329
Posted By hivework
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
Posted By hivework
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
Posted By hivework
Re: Network Applications

What OS are you using?
Showing results 1 to 17 of 17

 
All times are GMT -4. The time now is 11:27 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC