C is a general-purpose computer programming language used for operating systems, games and other high performance work and is clearly distinct from C++. It was developed in 1972 by Dennis Ritchie for use with the Unix operating system.

learn more… | top users | synonyms

17
votes
0answers
700 views

Helgrind (Valgrind) and OpenMP (C): avoiding false positives?

The documentation for the Valgrind thread error detection tool Helgrind, found at http://valgrind.org/docs/manual/hg-manual.html warns that, if you use GCC to compile your OpenMP code, GCC's OpenMP ...
6
votes
0answers
185 views

Google hangout desktop application flow

I am creating a screensharing application that would work in a similar manner like Google Hangout Screen Shares, and I'd like to know how the Google Talk plugin (used for Screen Shares) spawns child ...
6
votes
0answers
796 views

Libev, How to pass arguments to relevant callbacks

I'm trapped in a situation of argument passing in libev. Usually, libev receives packages in a function like *receive_callback*, that's OK, but in practice, we need to dispatch a relative ...
5
votes
0answers
143 views

Microsoft Crypto API Disable Use of RSAES-OAEP Key Transport Algorithm

I'm using CryptEncryptMessage to generate a PKCS#7 enveloped message. I'm using szOID_NIST_AES256_CBC as the encryption algorithm. The generated message appears to be valid but is the RSAES-OAEP for ...
5
votes
0answers
352 views

Perl 5.16.0 - Sample C program working but existing multi-thread C++ program is aborting in Perl_sv_upgrade

Perl 5.16.0 - Sample C program is working but the existing multi-thread program is aborting in Perl_sv_upgrade. multi-thread program works fine with Perl 5.8.8 The same code works on Linux and Solaris ...
4
votes
0answers
76 views

Saving a stream while playing it using LibVLC

Using LibVLC, I'm trying to save a stream while playing it. This is the python code: import os import sys import vlc if __name__ == '__main__': filepath = <either-some-url-or-local-path> ...
4
votes
0answers
131 views

Control order of libraries with libtool

We have an autotools-built project that requires both lcrypto (from OpenSSL) and lXXX (from a third party hardware vendor). Unfortunately, lXXX exposes an old version of the lcrypto library(!). When ...
4
votes
0answers
127 views

SSE _mm_load_pd works while _mm_store_pd segfaults

I am trying to learn the ropes of SSE intrinsics in C. I have a piece of code where I load a two-component vector of double data, add something to it and then attempt to store it back to memory. ...
4
votes
0answers
328 views

How to toggle torch functionality in iPhone 4 iOS 6 at app start with preferences plist

I'm using an app called "Stickam", which is live audio/video recording and upload over 3G. The app is perfect for my purpose except for lacking LED torch (flashlight) mode. I have a tweak installed ...
4
votes
0answers
316 views

Webkit GTK: Determine when a document is finished loading

There are other questions on StackOverflow which are close to what I want to know, like Webkit GTK :: How to detect when a download has finished?, but I think I'm asking something a bit different: In ...
4
votes
0answers
587 views

Jsoup like parser for C++/C?

Are there any open source Jsoup/jQuery like parser/selector engine for C++/C?
3
votes
0answers
28 views

How to get Ragel EOF actions working

I'm working with Ragel to evaluate FSAs, and I want to embed a user action that runs whenever my machine finishes testing the input. I need this action to run regardless of whether or not the machine ...
3
votes
0answers
98 views

C# AnyCPU library using x86/x64 C API - packing structures, calls and callbacks

I`m searching and trying all sort of solutions for like two weeks now to make the following possible: port 32-bit libraries and C++/.NET wrappers to 64-bit (for C++) and AnyCpu (for .NET). There is: ...
3
votes
0answers
95 views

Source engine styled rope rendering

I am creating a 3D graphics engine and one of the requirements is ropes that behave like in Valve's source engine. So in the source engine, a section of rope is a quad that rotates along it's ...
3
votes
0answers
194 views

loop tiling/blocking for large dense matrix multiplication

I was wondering if someone could show me how to use loop tiling/loop blocking for large dense matrix multiplication effectively. I am doing C = AB with 1000x1000 matrices. I have followed the ...
3
votes
0answers
101 views

Android NDK and extern variables in C code

I have a library that I want to customize its work (I mean replacing the main of the library by my outside program so I can for example reorder the calls of the library's functions) and for that I had ...
3
votes
0answers
44 views

ti-84: call a function from the catalog with z88dk

I'm programming my ti-84 in C with z88dk. I need to call things like normalcdf and Ztest. I know they can be called from ti-BASIC, but how do i call them from C or inline assembly?
3
votes
0answers
34 views

PANEL structure within HPL (high performance Linpack) code

Recently, I am delving into HPL code and try to understand the underlying implementation mechanism of HPL. (http://www.netlib.org/benchmark/hpl/) Right now, I am a little confused with some ...
3
votes
0answers
70 views

Combine OpenOffice/Libreoffice with Doxygen results for code documentation?

Problem We currently want to migrate from manually to automated C-Code documentation, by re-using our previous OpenOffice results. Background In the last 10 years we manually generated a lot of ...
3
votes
0answers
101 views

Include a header file for parsing of all other files with Doxygen preprocessor

I want to include the #defines from a h file for parsing of all other files with Doxygen. Project background: My C project includes a header file config.h on its the build command. It also ...
3
votes
0answers
268 views

Netlink Sockets in C using the 3.X linux kernel

Hi I've been working on trying to get Netlink sockets to work for the 3.2 linux kernel, but I cannot seem to figure out how to do it. I have looked around for examples of the basics of netlink ...
3
votes
0answers
84 views

Need help building libpandoc, Haskell + C and .NET bindings for Pandoc

I'd love to use Pandoc in a utility I'm writing (C# console app) and I found this bindings project on GitHub, libpandoc and by extension, it's .NET bindings project, libpandoc-dotnet. I wish the ...
3
votes
0answers
165 views

Implementig thread-local storage in custom libc

I'm implementing a small subset of libc for very small and statically linked programs, and I figured that adding TLS support would be a good learning experience. I use Ulrich Drepper's TLS document as ...
3
votes
0answers
127 views

Lua Lanes crashes application

I have a Lua script which useslatest lua lanes. I have following script made for local lanes = require "lanes" lanes.configure() require "helper_interfaces" --require "assert" local cleanup ...
3
votes
0answers
52 views

Using lint comments with doxygen

for documentation we usually have to create an additional document describing what we did when any lint messages were disabled in code (e.g. /* lint --e228). It would make it much easier to use it ...
3
votes
0answers
107 views

Hoard performance degrades severely when allocating large size chunks

I have written below sample program in 'C' which is dynamic memory intensive and tried to benchmark the same (in terms of time taken) for the 'glibc' default allocator versus Hoard allocator. 1 ...
3
votes
0answers
248 views

Unconventional Calls with Inline ASM

I'm working with a proprietary MCU that has a built-in library in metal (mask ROM). The compiler I'm using is clang, which uses GCC-like inline ASM. The issue I'm running into, is calling the library ...
3
votes
0answers
161 views

How to use RTLD_DEEPBIND when invoke implicitly?

Now i have 3 shared objects,A.so,B.so,C.so A.c void libA() { common(); } B.c void common() { printf("COME HERE B\n"); } C.c ...
3
votes
0answers
354 views

interrupt in linux kernel

I have taken one gpio of my omap4 based custom board as input gpio. When I connect any external h/w on any port then input gpio gets pull down and I get interrupt on that gpio. Now when I run Linux ...
3
votes
0answers
125 views

closing an RPC server endpoint

I have a program that starts an RPC server with a specific port: RpcServerRegisterIf RPCServerUseProtSeqEp start listening... RpcUnregisterIf However, immediately after calling ...
3
votes
0answers
497 views

Create Simulink block for Arduino library like liquidcrystal

I want to use Simulink to create programs for Arduino Uno hardware. But I would like to use existing libraries, like liquidcrystal, to handle output to an LCD display. How can I create an s-function ...
3
votes
0answers
252 views

FFMPEG Can't Display The Duration Of a Video

I'm trying to use ffmpeg to capture frames from a video file, but I can't even get the duration of a video. everytime when I try to access it with pFormatCtx->duration I'm getting 0. I know the ...
3
votes
0answers
265 views

No worksharing when using FFTW3 with openmp

Maqchine 1: My code that uses 3D FFT from FFTW3 shows some 1.5x speedup from threading (for the FFT part only) when I compile and run it on my dual core PC with OpenMP (gcc+gfortran 4.6) and link to ...
3
votes
0answers
182 views

Compiling static library for iOS that uses OpenMP

I'm writing a simple cross-platform library that uses OpenMP but I can't figure out how to test it in an iPhone app. I'm running OS X, with GCC 4.7, I compiled it as a static library, I also managed ...
3
votes
0answers
988 views

ARM Cross Compile GLib 2.33.10, linker error

I'm a newbie and i'm working on Raspberry Pi. I've an issue with GLIB 2.33.10 cross compilation. I've downloaded sources from site and all dependencies (zlib, ffi); dependencies have been built for ...
3
votes
0answers
131 views

Identifying that a resolution is virtual on a X11 screen by it's API (or extensions)

I'm working in a embarked application on linux that can be used with different PC hardware (displays specifically) This application should set the environment for the highest allowed resolution (get ...
3
votes
0answers
755 views

Static library linking in eclipse

I have been trying to build my C project with a static library Gtest (gtest_main.a) framework. I have included in linker section of the IDE information about the library file and respective path but I ...
3
votes
0answers
199 views

Gtk+ delayed white screen (flash plugin + NPAPI)

I created an standalone application which run compiled flash (.swf) on a gtk+ UI with NPAPI. When my video runs, there's a small time where there's a white screen (maybe 1 or 2 sec). It's kind of ...
3
votes
0answers
381 views

How to inject library into Android zygote process?

I want to write a application to inject library into the android process. Above all I have to map a secure memory in the remote process,it used to perform the function of the injection. Now the ...
3
votes
0answers
281 views

libcurl: Is there any way to get certificates of FTPS without logging in?

libcurl can get certificate info by using CURLINFO_CERTINFO, but that info must come after curl_easy_perform, which means you need to log in to the FTP server first without verifying the certificates. ...
3
votes
0answers
229 views

What does setting NSStreamNetworkServiceTypeBackground “do under the hood”?

I have an in-house app (not for iPhone store distribution, so not subject to Apple approval) which needs to keep a handful of TCP and UDP sockets bound while it is running. While testing I have ...
3
votes
0answers
217 views

How to use custom dylib in library project in xcode 4?

I'm writing a shared library (dylib) in c using xcode 4.2 say X.dylib. In this project I need to use other very specific dylib, say Y.dylib. I want to keep it in the project and ship together. Right ...
3
votes
0answers
1k views

Using of tasks in openmp for recursive calls

This is sample program using openmp tasks. In the specs it mentioned that as we encounter a task in a parallel region it will assigned to a thread. Now I was not able to figure out what happens in ...
3
votes
0answers
120 views

How can I access IPv6 statistics on Mac OSX?

I would like to get some IPv6 statistics from Mac OSX using sysctl with struct ip6stat which is defined in netinet6/ip6_var.h but that header does not appear to be on my system. Why isn't is included ...
3
votes
0answers
349 views

Eclipse c macro automatic formatting

I'm having a problem with using the automatic formatting in cdt. For the most part it works great but it seems to insist on putting the semiconlons after macro calls on a separate lines. Is this a ...
3
votes
0answers
798 views

Why does DeviceIoControl throw error 21 (Device Not Ready) from C# when the equivalent in C works fine?

I'm trying to send an IOCTL_SERVICE_REFRESH command to the GPS Intermediate Driver service using C# like this: handle = CreateFile("GPD0:", GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, ...
2
votes
0answers
49 views

Integrate C application with WPF

I have been given a task to develop a Windows application that acts as a wrapper for an existing C application. The C application is controlled by the command line. I want know if it is possible to ...
2
votes
0answers
26 views

Using .C() continually with static vectors, do you need to keep using as.integer(as.vector(variable)) etc?

I have a reasonably large program which makes many calls to C code with .C. I am passing in quite a lot of data which doesn't change over the course of the program. Is it possible to declare them as ...
2
votes
0answers
36 views

ASN.1 module description

I tried to use ASN.1 for a client server communication, but i'm not sure that i understand it correctly . The Client have to send an integer to the server, the server read it and send back a number ...
2
votes
0answers
34 views

XMLHttpRequestProgressEvent manipulation from PHP

I'm struggling with this issue: I have a web interface that connects, using sockets, to various C programs running on some routerboards. Every time the C application sends something through the ...

1 2 3 4 5 167