Advertisement

1 - 10 of 10 containing alltags:("func") (0 seconds)
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...
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...
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...
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...
Zones: C++, MS Visual C++, ...Date Answered: 06/26/2007 Grade: A Views: 8
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??
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...
Zones: Ms Office SuiteDate Answered: 07/18/2006 Grade: A Views: 0
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...
Zones: CAD/Architecture Software, ...Date Answered: 07/11/2007 Grade: B Views: 35
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...
Zones: Unix Systems ProgrammingDate Answered: 02/25/2002 Grade: A Views: 0
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...
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...
Zones: OracleDate Answered: 05/30/2007 Grade: B Views: 4
  • 1