Hi,
I am a vc++ programmer. I like to learn chip level programming . Please can any one give
an idea about how to start and what all the devices are needed for that and from wh...
Dear experts,
I would like to write a small C++ module for a specific task. The module will run on an HP-UX 11. However, I want that if the module runs more than 5-minutes while performing ...
I have a problem:
relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/home/letharion/server_stable/api/libboinc_api.a: could no...
Hey I wrote some code that is doing some strange things:
I just want to read in a word, check to see if it has any vowels and if so how many. Then print out how many...I have to seperate ...
I need help to Write a program in C which creates 3 child processes and wait for them to return.
Child 1 is to calculate and display the average of 10 integers input by the user (ie. the ke...
I read the attached document but I dont know how to fix my code to implement the bounded buffer problem both in unix and in windows.
Hi Experts,
I am working on a application written long time back by someone. It basically receives messages from a server and distributes them to registered clients. It has multiple threa...
WHY IS EOF NOT BEING DETECTED ????
and
Why is the file not being filled with the data ???
Hi,
could anyone please help...how could i get invalid read of size 1 just by printing the string...thanks a million.
==13560== Invalid read of size 1
==13560== at 0x4021283: strlen ...
Many years ago (I think even before C++) I came across a C program that was a palindrome i.e. the source code was identical read forward and back. When executed it would print out it's own so...
help in writing the C code for the below question
Write a program to check the given number is a Palindrom. below are the steps.
1.Read the numbe from the console and store it in an ...
Hi!
In the book Building Open Source Network Security Tools the author gives an example script on libnet.
All I want to do is compile the script!
I've installed libnet libnet-dev on my fe...
hello experts.
i have written this question some time earlier also. but with more knowledge, i get more confused.
now i have read that C is (partially) weakly typed whereas C++ is strongly ...
Hi
I'm trying to import a DLL created in C# in my Win32 application, I have found some solutions for it - but one thing which are annoying me is that you have to generate a tlb file which ...
Please help me on this question of how we can compress and decompress file. Is there any inbuilt library functions in c language that will help to reduce coding. like in java when I searched f...
It's been a long day of intensive C learning and I think it's getting to me .... does someone want some easy points and tell me what I've done wrong here to get the message below ?
warning:...
I've been having a number of issues with strtok. Probably very basic stuff for a C guru to answer !
(1) My prevous version of the code below used int types in the typedef section and I was...
Hello, i need to know the code that will show the precision of a integer thanks in advance
Hi guys Greetings.........
Can you guys tell me how to read input from a file to an array of structure using fgets()..............
For example....the information in the ...
I am taking an OS class and some of the coding examples are a little difficult to grasp as they are presented using C which of course Iam not familar with. I know a little some C++ but the syn...
Hi, I have a program (I wrote myself) wich I trust at 100%. I have a big problem on vista: the DEP just refuse to allow it to run. If I go in DEP setting and then try to add an exeception, it ...
Hi there;
(If there is) What is the mathematical explanation that a function can only return one value? (except for pointers or & operator for the input parameter)
Any language that retu...
I am trying to compare two array of words for the reversal of the words. However i am getting a warning:
Also when i run the executable i get a core segmentation error. Please help
Hi guys greetings....
I have written a programme to find mean, median, mode, std. deviation and varience. Everything is good and my programme calculates everything. But I w...
The question says it all: how do I do it?
V8.02