Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8342 - 8371 of 8809   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8342
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...
gailquilter
Offline Send Email
Jun 4, 2008
10:59 am
8343
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...
gailquilter
Offline Send Email
Jun 4, 2008
11:16 am
8344
... 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...
~Rick
thefirstrepa...
Offline Send Email
Jun 4, 2008
1:19 pm
8345
... 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...
~Rick
thefirstrepa...
Offline Send Email
Jun 4, 2008
1:24 pm
8346
... I found this link. It's a guide for programming with DevC++ http://wxdevcpp-book.sourceforge.net/ ~Rick...
~Rick
thefirstrepa...
Offline Send Email
Jun 5, 2008
3:29 am
8347
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...
Shiva Kumar
cshivain2000
Offline Send Email
Jun 6, 2008
2:01 am
8348
... You need to specify "struct node *next" here ... Try using sizeof (struct node) here...
~Rick
thefirstrepa...
Offline Send Email
Jun 6, 2008
2:44 am
8349
... Whoops that was a typo date is 1996, that's what happens when I don't wear my glasses <g>...
gailquilter
Offline Send Email
Jun 6, 2008
4:28 am
8350
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...
gailquilter
Offline Send Email
Jun 6, 2008
4:46 am
8351
On Fri, Jun 6, 2008 at 3:01 AM, Shiva Kumar <cshiva.in@...> wrote: [...] ... You haven't typedef'd the struct as 'node', and even if you had, you ...
Paul Herring
Shabble
Offline Send Email
Jun 6, 2008
10:23 am
8352
... 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...
~Rick
thefirstrepa...
Offline Send Email
Jun 6, 2008
1:28 pm
8353
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...
gailquilter
Offline Send Email
Jun 7, 2008
9:07 am
8354
... 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...
~Rick
thefirstrepa...
Offline Send Email
Jun 9, 2008
1:05 pm
8355
An excellent resource on C - programming Please dont miss http://www.youtube.com/user/hhemanth - awork in progress...
hhemanth
Offline
Jun 16, 2008
7:38 pm
8356
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...
Shiva Kumar
cshivain2000
Offline Send Email
Jul 4, 2008
8:58 am
8357
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...
Colleen
colesakick
Offline Send Email
Jul 4, 2008
6:30 pm
8358
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? ...
jm_mldpt
Offline Send Email
Jul 4, 2008
6:30 pm
8359
Hello Frinds How to print revers link list. Bollywood, fun, friendship, sports and more. You name it, we have it on...
Ashish Jain
jainashish_0088
Offline Send Email
Jul 4, 2008
6:31 pm
8360
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...
Ashish Jain
jainashish_0088
Offline Send Email
Jul 4, 2008
6:31 pm
8361
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...
Colleen
colesakick
Offline Send Email
Jul 5, 2008
4:37 pm
8362
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...
Ashish Jain
jainashish_0088
Offline Send Email
Jul 5, 2008
4:37 pm
8363
... That depends on how you've set up your linked list. Is it a singly linked list, or is is a doubly linked list? Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Jul 7, 2008
5:40 am
8364
... 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...
Nico Heinze
nico_heinze
Offline Send Email
Jul 7, 2008
5:45 am
8365
... Again: how exactly is the linked list set up? Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Jul 7, 2008
5:46 am
8366
... 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@...
Send Email
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...
Colleen
colesakick
Offline Send Email
Jul 7, 2008
6:37 pm
8368
... <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...
Nico Heinze
nico_heinze
Offline Send Email
Jul 8, 2008
7:01 pm
8369
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...
anshulausome
Offline Send Email
Jul 8, 2008
7:02 pm
8370
... ANS: i think recursion is helpful: send begin ptr of list to function void rev_linkl(node * p) { if(p==NULL) return; rev_linl(p->next); ...
om_sidhaye
Offline
Jul 8, 2008
7:05 pm
8371
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...
spondon ganguli
spondong_2001
Offline Send Email
Jul 8, 2008
7:05 pm
Messages 8342 - 8371 of 8809   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help