C/C++

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
Home » Tech Support »» C/C++
  • Gamma Inverse CDF

    Hi, everyone!!I have some problem about how to evaluate the gamma inverse cdf in Cprogram.Please help me~~...

    4 answers | 145 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Click this link, scroll to the bottom, and get your own free mall!

    ...

    1 answers | 19 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • variable scope in threads

    HiJust learning c and wonder if anyone can answer a question. I amwriting a program that uses threads. These threads will call aspecific function simultaneously. This specific function uses a globalpointer to run through a linked list of structures.Thread1 enters the function and resets a global...

    18 answers | 1483 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • how best to get the offset of a field within a struct?

    PRBLEM STATEMENT:I want to calculate the byte offset of a field with a struct atcompile time without instantiating an instance of the struct atruntime AND I want to do this in an ANSI standard compliantfashion.DISCUSSIN:Below is a sample program that demonstrates my solution. My questionsare:(1)...

    24 answers | 1629 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • C compiler and multi-core support

    Hello all, I'm completely new in theory of C compiler and it's supportfor multi-core hardware. Does anybody know whether compiler formulti-core and SMP/AMP/BMP does need some special internal features?I'm not talking right know about libs, just translation of the C codeinto the in...

    4 answers | 633 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • function pointer to itself

    HelloCan someone explain what the following code is doing?void *get_gp_value(){void **function_pointer = (void **)get_gp_value;return function_pointer[1];}Thanks...

    12 answers | 220 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • IT tests. C, C++, C#, VB.NET, ASP.NET, SQL, HTML, XML...

    IT tests. C, C++, C#, VB.NET, ASP.NET, SQL, HTML, XML...

    3 answers | 76 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • how to see the source code

    Anyone know how to see the source code from the .exe file?...

    11 answers | 77 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Is this string input function safe?

    I use this function that I wrote for inputting strings. It's meant toreturn a pointer to mallocated memory holding one input string, or 0 onerror. (Personally, I prefer to use 0 to NULL when returning nullpointers.) It looks pretty watertight to me, but my version of lintcomplains about use...

    8 answers | 1571 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • ansi to oem conversion with borland C3.1

    Hi,I'm trying to read the belgium eid card which gives out utf8, i canconvert it to ansi but now i have the problem of converting the specialchart to oem.utf8 to ansifor(x=0;x<lengte;x++){if((SubPart[x]&0x80)==0) printf("%c",SubPart[x]);else{unsigned char y;y=((SubPart[x]&0x1F)<<6)...

    3 answers | 624 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Using variadic functions within variadic functions

    Can I use printf inside a variadic function that I am writing?Like:void print(const char * format,){va_list va;va_start(va, format);char buffer[64*1024]; // yeah, I knowvsprintf(buffer, format, va);va_end(va);printf(" %s ", buffer);}I know the example is degenerate, but is it allowed, that is, d...

    1 answers | 529 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • problem with pointer to array

    Hi ,i don't know why the below mentioned program is giving wrong o/p.#include <stdio.h>#include <stdlib.h>#include <string.h>ARRAY_SIZE 10int func(void *x){int (*y)[ARRAY_SIZE];y=x;printf("%d, %d",y[0],y[1]);return 0;}int main (void){int arr[ARRAY_SIZE]={1,2};int (*p)[ARRA...

    14 answers | 470 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

SPONSORED
QUESTION
SPONSORED
EMSDN