
please wait
by abt91
Help For Binary I/O On ARM Processor
|
The project runs on ARM linux, and performs CPU intensive operations on video frames based an internal model. The internal model is specified by several large 2... |
Nov 17, 2014 at 2:31pm
[2 replies] Last: If you pass the values as text, you avoid this binary compatibilty pro... (by kbw)
|
by mtbayat
terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc
|
Hi friends, Running the following program results in the following messages: terminate called after throwing an instance of 'std::bad_alloc' what(): std:... |
Nov 15, 2014 at 8:40pm
[2 replies] Last: ... (by ne555)
|
by dushantha12
System crash
|
Hi, I have a function call "process". I want to call this function in a multi threaded environment. When I call to this function inside a thread it was execu... |
Nov 14, 2014 at 1:08pm
[2 replies] Last: getNextObjectFromQueue() returns a pointer to a struct. Where is that ... (by modoran)
|
by JAI SINGH
open source project
|
Hi All, Greetings of the day I want to work on some open source projects based on language C/C++ so just want some suggestion from you guys.Thanx in advance.... |
Nov 13, 2014 at 5:07pm
[1 reply] : Tried sourceforge? https://sourceforge.net/directory/?q=C%2B%2B or gi... (by kbw)
|
by tnavid
asn1 function in openssl
|
Hello, I have a structure like this: ExampleStructure { name (maxsize:255) age (range:0-99) contact { phone (maxsize:15) address (maxsize:255) } } i want to ... |
Nov 12, 2014 at 2:25pm
[1 reply] : OpenSSL does have asn1 functions, and it does work, and it is ubiqutou... (by kbw)
|
by dushantha12
Function using in multi threaded environment
|
Hi, I have a doubt about function usage in multi threaded environment. Think, we have a small c file call "functiontest.c". This file contains a small functi... |
Nov 12, 2014 at 11:39am
[2 replies] Last: Hi, I understood. :) Thank you (by dushantha12)
|
by arortell
Segfault during malloc
|
Hello I am trying to load a large dictionary file into a hashtable for a spell checker.I am getting a segfault when word_count is 6318. I ran a backtrace in gdb... |
Nov 11, 2014 at 9:55pm
[4 replies] Last: > to use the variable name not the type name yes, it is less error pro... (by ne555)
|
by mzzz
how to start c programming on linux
|
Hi~,I am new here.i think that i already have basic understanding on C/C++. Now i want to try programming on Linux. unfortunately, i am not familiar with Linux.... |
Nov 11, 2014 at 1:50pm
[3 replies] Last: You don't need to know anything about the kernel, POSIX is the standar... (by kbw)
|
by bsnayak
data exchange between two clients Over sockets
|
Here the program echos the same messages which was sent by the client to the the same client. I want to interchange the data between clients. for example if two... |
Nov 10, 2014 at 10:40am
[1 reply] : I want to interchange the data between clients. Your loop should look... (by kbw)
|
by larry burns
make cmake_check_build_system error 1
|
I am trying to run the make command, but it says [cod |
Nov 10, 2014 at 7:55am
[1 reply] : cmake probably used static paths (i cant remember the proper name). tr... (by Little Bobby Tables)
|
by Dark0s S555
Decimal to Binary
|
I tired to make a c++ program that converts decimal numbers into binary, I got it right but the thing is when I input a number lets say 4 it gives the binary eq... |
Nov 9, 2014 at 3:42pm
[4 replies] Last: #include<iostream> #include<bitset> int main() { int i; std:... (by closed account 3hM2Nwbp)
|
by raju8438
how to take backup of a file without stopping the running process
|
Hi I need to take the backup of a debug file with out stopping that process. Could you please me how to make it in unix. Thanks in advance |
Nov 9, 2014 at 7:34am
[2 replies] Last: Find PID of your process: $ ps -C a.out 1234 ? 00:00:00 a.out Atta... (by Konstantin2)
|
by LEEFFM01
Tic Tac Toe Problom
|
The program seems to run fine until you hit 1 to play again it will let you move twice then say its a tie game. // Tic_Tac_Toe // Include libraries #... |
Nov 4, 2014 at 1:55pm
[2 replies] Last: Do you ever initialize the More variable in main()? Also, make sure yo... (by koothkeeper)
|
Problem Including OpenCL library |
Hi, I'm having what is probably a really basic silly problem but Google has failed me and I really want to figure this out. I'm learning OpenCL and trying... |
Nov 1, 2014 at 8:53pm
[2 replies] Last: Wow, yup that fixed it. I didn't even think about the directives. Than... (by blackbird8192)
|
by bostjanv
question on building a C++ library
|
Hello, I have about 80 short C++ programs (without main) which I would like to combine into a library. Each has the following structure: +++start of prog... |
Nov 1, 2014 at 7:49am
[16 replies] Last: thanks to modoran, dhayden and ne555 for your informative answers :+) ... (by TheIdeasMan)
|