Search the web
Sign In
New User? Sign Up
c-prog · C/C++ Programmer's Mailing List
? 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 47994 - 48023 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
47994
... This is just a guess... when it goes to figure out which piece of code to use it has two choices one requires calling a user supplied function ......
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Oct 1, 2005
7:24 am
47995
... I think it did... see previous reply ... Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There oughta...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Oct 1, 2005
7:25 am
47996
Thanks everybody. I am using the same(fork & then exec call). Just wanted to know if there is any function call which internally does these both. Thanks, Vijay...
balasubramanian.vijay...
vijayatmdu
Online Now Send Email
Oct 1, 2005
7:29 am
47997
... Your explanation (previous e-mail) makes sense, but I have compiler warnings turned up to level 4. IMO, if it is going to auto-promote a char to int to...
Thomas J. Hruska
shininglightpro
Offline Send Email
Oct 1, 2005
7:51 am
47998
... Write your own? It isn't that hard to write a function that does that. Use this as an exercise in starting your own modular coding library that you link...
Thomas J. Hruska
shininglightpro
Offline Send Email
Oct 1, 2005
7:54 am
47999
... The system function is probably doing these two calls internally (fork + execl). and wait for the child to terminante. (adding '&' to the command detach ...
David
dfleury2@...
Send Email
Oct 1, 2005
9:02 am
48000
... and ... comparisons. ... the ... any ... elements, in ... log ... than ... the ... solution. ... array ... low, ... (n) ... to ... I've mentioned twice...
dm_451
Offline Send Email
Oct 1, 2005
11:35 am
48001
... Go into the files section, into the Split It folder, and download FUC_1.txt. The FUC program inside, uses the clock tick to time certain parts of the FUC...
dm_451
Offline Send Email
Oct 1, 2005
11:47 am
48002
How do you interpret this line of code? char (* (* x() ) [] ) ()...
Nadig
nadig15
Offline Send Email
Oct 1, 2005
12:27 pm
48003
Hello Friends; I am working on FC4. I have to connect to a database in MySQL. Please help me connecting to MySQL with C. Anand...
Anand Vardhan Mathur
anand_mathur...
Offline Send Email
Oct 1, 2005
12:28 pm
48004
hi, if any body can tell me how to develop a function in that will generate a delay according to the speed of processor...
umesh k tangnu
umeshtangnu
Offline Send Email
Oct 1, 2005
7:51 pm
48005
the input and the output format should be as given in after the problem below.. The Cat in the Hat Background (An homage to Theodore Seuss Geisel) The Cat in...
suman_june25
Offline Send Email
Oct 1, 2005
7:52 pm
48006
input and output format should be strictly as shown after the problem Problem E - Camel trading Time Limit: 1 second Background Aroud 800 A.D., El Mamum, Calif...
suman_june25
Offline Send Email
Oct 1, 2005
7:52 pm
48007
... <snip> Show us what you've done thus far. -- Thomas Hruska Shining Light Productions Home of BMP2AVI, Nuclear Vision, ProtoNova, and Win32 OpenSSL. ...
Thomas J. Hruska
shininglightpro
Offline Send Email
Oct 1, 2005
7:58 pm
48008
... <snip> Show us what you've done thus far. -- Thomas Hruska Shining Light Productions Home of BMP2AVI, Nuclear Vision, ProtoNova, and Win32 OpenSSL. ...
Thomas J. Hruska
shininglightpro
Offline Send Email
Oct 1, 2005
7:58 pm
48009
... Hi Umesh, You can just write function that runs a little test loop, and see how long that takes to run. From that info, you can set up your delay number....
dm_451
Offline Send Email
Oct 1, 2005
8:34 pm
48010
... Doggone it, I couldn't even finish reading the dang post in only 1 second! I guess you'll have to solve this problem yourself. :) Seems like you could have...
dm_451
Offline Send Email
Oct 1, 2005
8:41 pm
48011
Hi all, thank you for all your help. This is what I came up with. int Search(int A[], int B[], int n, int v) { i = 0; j = n-1; while (i < n && j >= 0) { ...
Wu Wei Dong
wu_weidong
Offline Send Email
Oct 2, 2005
2:07 am
48012
... a lot of books i've read warn you about possibly handing a 0 to something that can accept an int or a T* the conversion from char to in you really want, or...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Oct 2, 2005
2:20 am
48013
... I'm baffled that it became "urgent" after 1204 years. ... Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Oct 2, 2005
2:26 am
48014
... Both would be ideal. It would force me to make sure all conversions produce the desired behavior. The more things the compiler can catch, the more I can...
Thomas J. Hruska
shininglightpro
Offline Send Email
Oct 2, 2005
2:42 am
48015
I need help ... Can anyone help me the implementation of Fair-share scheduling algorithm in C. Please reply asap Manu...
manu
syracuse_manu
Offline Send Email
Oct 2, 2005
5:16 am
48016
... Tried Google? http://www.google.com/search?hl=en&q=fair+share+scheduling&btnG=Google+Search -- Thomas Hruska Shining Light Productions Home of BMP2AVI,...
Thomas J. Hruska
shininglightpro
Offline Send Email
Oct 2, 2005
5:17 am
48017
hi all, i am writing a garbage collector for c++ on linux platform. i am not able to decided the feasibility between two implementations 1.write a user level...
ajaysm85
Offline Send Email
Oct 2, 2005
5:18 am
48018
... What did C++ ever do to you that it deserves such a terrible punishment? With that out of the way, I can't think of a good reason to write a garbage...
Thomas J. Hruska
shininglightpro
Offline Send Email
Oct 2, 2005
5:30 am
48019
I studying B.Sc.This program is my practical subject pls teach me what are the action can be done in the below program.U pls teach in written words. The...
Gokulakrishnan
gokulakrishn...
Offline Send Email
Oct 2, 2005
5:30 am
48020
... <snip> Either you wrote the code and have no clue as to what it means or you didn't write the code and your assignment is to describe what the program...
Thomas J. Hruska
shininglightpro
Offline Send Email
Oct 2, 2005
6:01 am
48021
... if A[i] > ... which ... the ... Question for you, Rayne. Do you get the O(n) performance you were looking for with this program? Dave...
dm_451
Offline Send Email
Oct 2, 2005
7:07 am
48022
... Turbo C WILL allow video captures, and always has. I used to draw chess pieces on the monitor, save them to memory, and have my program move them all...
dm_451
Offline Send Email
Oct 2, 2005
9:14 am
48023
... Yes. In the worst case scenario, the algorithm would access all of A and B's elements, meaning it runs in 2n time, which gives the O(n) performance. Rayne...
wu_weidong
Offline Send Email
Oct 2, 2005
11:38 am
Messages 47994 - 48023 of 71513   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