Hi,
I want to do some thing like this...
void func();
void test()
{
if((int)func()+1) printf("done");
}
As you can see I want to execute the func() and after its done I want to pr...
http://www.experts-exchange.com/Programming/Languages/C/Q_21381173.html
Zones:
CDate Answered: 04/12/2005 Grade: A Views: 0
Hello
I'm trying to build a project in Visual Studio 6.0 and it's telling me that __func__ is an unrecoginzed symbol. Is there some header file I need to include for this, or is there another ma...
http://www.experts-exchange.com/Programming/Misc/Q_21831313.html
Zones:
ProgrammingDate Answered: 04/28/2006 Grade: A Views: 40
Can someone tell my why I'm receiving the following error messages when trying to compile a sample multi-threaded appliction downloaded from microsoft's web site?
The platform: Windows 98, Machi...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20184937.html
Zones:
C++Date Answered: 03/22/2002 Grade: A Views: 0
I'm in the process of converting a VC++ 6.0 project to C++.net. Still have a fewcompilation errors to pick through, including the following:
c:\program files\microsoft visual studio 8\vc\inclu...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22652121.html
Hey experts,
I have a function in Sql Server (not a stored procedure) that returns a single value; I want to call it from C# code...any help on how to do that??
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21669223.html
Zones:
C#Date Answered: 12/19/2005 Grade: A Views: 0
I can't frappin' find this!
Say I put $3000 in an account. That account will pay 6% interest, compounded monthly. How much will the total amount be after, say, 20 years or some other time peri...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_219...
Just got a new Lenovo T61 laptop. Installed AutoCad and when I rebooted I started getting a br_funcs.exe popup error.
Error reads as follows:
Br_funcs.exe - ordinal not found
The ordinal 39 coul...
http://www.experts-exchange.com/Software/Photos_Graphics/CAD_Architecture/Q_22689221.html
Suppose I have the following:
-------- file func.h --------
#ifndef __FUNC__
#define __FUNC__
int func(int a, int b, int c);
#endif
-------- end of func.h --------
-------- fi...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10206649.html
from the msdn i understand there is a problem with receiving enum in event I used SINK_ENTRY_INFO instead
it works fine when i send only one enum in an event but it falies with 2 enums what shou...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20080572.html
Zones:
C++Date Answered: 02/17/2002 Grade: A Views: 0
Let's say I have a numerical column in a table "salary" and I want to determine if the column is normally distributed or not, can Oracle provide a way to do this?
I think there's normal_dist_fit...
http://www.experts-exchange.com/Database/Oracle/Q_22583835.html
Zones:
OracleDate Answered: 05/30/2007 Grade: B Views: 4