Thank you for your response, I just logged into the group again. I did find some commands in Kim King's book "C Programming A Modern Approach" c. 1966. This...
Is Dev Cpp a standard name in C compilers? In Bloodshed my system is in "Dev-Cpp" within C. It works for XP, maybe it will work in Vista. I downloaded several...
... That's quite interesting. Are you sure of the publishing date? C wasn't created until the 1970s. ... I don't see a history to this thread. If what you want...
... Most compilers do not come with programming instruction, only how to use its own interface (if even that). You can abort most programs in either Windows or...
Hi Guys I was just writing this simple queue implementation in C until I got this error. gcc -o queue-test queue-test.c queue-test.c:7: error: expected...
If what you want to do is ... What I want to do in the middle of running a program is to display a menu on the console with the most recently modified .bmp...
... Below is a program that will do most of what you want. It scans a directory, using wild cards (you can put *.bmp) and list those files. It also can...
Thank you, thank you thank you. I modified your program and made it a function to do specifically what I want. I save the first argument argv[0] in my main...
... From a command prompt in Windows, you can always use "dir *.bmp /S" to locate all files with a .bmp extension searching all sub directories. Or you can...
Hey Guys I have heard a lot about the various real time issues and concepts in advanced Embedded systems. In complex systems there is usually a task control...
We need someone with the ingenuity to design software for a gravity wave meter (magnetic flux). We need to be able to train the computer to differentiate...
i am an freshman I.t student, and i am having a hard time of understanding c++ can you give me some advise wherein i am able to catch up with our isp subject? ...
Hello Friends I have an problem in link list. how to print a link list in revers order From Chandigarh to Chennai - find friends all over India. Go to...
C'mon guys, someone must at least know what program language to recommend to a beginner. Even you don't love physics you can still work on this project. All we...
Hello friends I have a peoblem in link list. How to print a linklist in reverse order.Actually the problem is inserting nodes in it, searching nodes in...
... Hi Colleen, what you described is usually summarised under "expert systems". It does not matter what language they use [it's been quite some time that I've...
... It depends what operating system you are using. Typically each real time operating system will have a callable library to control things like tasks, ...
Jim Dougherty
j_dougherty@...
Jul 7, 2008 12:47 pm
8367
Hi Nico, The difference is in the wave form itself. It's all in the frequency between peaks and valleys and the size of the difference between the height and...
... <snip> Hi Colleen, that sounds as if you will have to analyse every wave form in terms of what function its form resembles, right? I mean, you will have to...
pls sent me a small project for which i can use my c&c++ knowledge. i m pursuing b-tech from j.e.c.r.c,jaipur(iii yr). i m very much interested to have some...
hello avi iam posting the coding of reverse linked list that i made and runned. in this case, i hv declared snode as the starting node n its global. the node...