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 8356 - 8386 of 8807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
8373
Someone Help me please! does any body know how can I convert General(ordinary)Trees to Binary Trees With linked List( and classes ) in C++ ? does any body have...
S Sheida Nehzati
p6r3r
Offline Send Email
Jul 13, 2008
1:36 pm
8374
On Windows XP platform, I was trying some code with MS Visual C++. I defined function to get the path of exe program. It works if i run when I double-click the...
dullohmail
Offline Send Email
Jul 13, 2008
1:37 pm
8375
... why are you returning the main dir do you have any reason for that please return the main function you call then return the function but think first and...
R B
basharat_azad
Offline Send Email
Jul 13, 2008
3:55 pm
8376
Dear Candidates, We required software faculties in C, C++, JAVA, ORACLE (DBA), Php & mySql, Web Design, Web Development, .Net Technologies, Unix for our...
Parity Computers
paritycomputers
Offline Send Email
Jul 13, 2008
7:08 pm
8377
recursion is not success to print a link list in reverse order...
jainashish_0088
Offline Send Email
Jul 15, 2008
1:25 pm
8378
check every level with (2 power i-1) to convert a genral tree in binary tree where i=level...
jainashish_0088
Offline Send Email
Jul 15, 2008
1:36 pm
8379
It is a singly link list first node contain data and address of next node same as above all nods inserted in the list. I have an idea shift all nodes...
Ashish Jain
jainashish_0088
Offline Send Email
Jul 15, 2008
1:47 pm
8380
... Could you please explain with an example? I don't understand what you mean [I'm not the original poster]. Thanks and regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Jul 15, 2008
6:05 pm
8381
... Actually pretty simple. Someone else already posted the suggestion to recursively print the list backwards: typedef struct node { int data; NODE * next; }...
Nico Heinze
nico_heinze
Offline Send Email
Jul 15, 2008
6:11 pm
8382
Does anyone know of any programs I can use to test the #ifdef's and #endif's in my C code. I think I may have some of these mismatched somewhere. FYI This is...
Basic Poke
basicpoke
Offline Send Email
Jul 15, 2008
6:12 pm
8383
I make program that it has open and save function so I need default path for open or save as when the program starts first or get file failed Thank for your...
Subhan Abdul
dullohmail
Offline Send Email
Jul 15, 2008
6:12 pm
8384
LINT on UNIX systems or PC-Lint for Windows (commercial) should do what you need. There may be a GNU version, I'm not sure. ~Rick...
~Rick
thefirstrepa...
Offline Send Email
Jul 15, 2008
6:40 pm
8385
/* I need some advice on program bellow,this program is text program in this program by pressing arrow key you can change your position in the text and by...
v.qasemi
Offline
Jul 16, 2008
1:09 pm
8386
i think my method can solve this problem the method consider you are having 8 nodes first node will contain the address of next node... the last node does not...
venkatesh waran
ineicanwin
Offline Send Email
Jul 16, 2008
1:10 pm
Messages 8356 - 8386 of 8807   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