Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

c-prog · C/C++ Programmer's Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 13582
  • Category: C and C++
  • Founded: Sep 7, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 22907 - 22936 of 75377   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
22907 amit_chuks Send Email Sep 1, 2002
7:30 am
hi there, i m trying to write a compiler for my collage project . and for that i need to create a dfa . so any tell me how to do it. i m using lex and yacc (...
22908 Leslie Olding
byter346 Send Email
Sep 1, 2002
8:11 am
... I'd take a look at The data compression book by Mark Nelson. ISBN 0-13-202854-9 printed by prentice hall and M & T books. Regards Les...
22909 Ketev Miriri
kmiriri Send Email
Sep 1, 2002
2:16 pm
Hi, Can anybody tell me where I can get the source code (any language will do) for a HDD formatting program? I am working on a college project. This includes a...
22910 Gareth Poulton
gpoulton Send Email
Sep 1, 2002
5:07 pm
... You sure you're not writing a virus there? ;)...
22911 Pavel Jiranek
pavel.jiranek@... Send Email
Sep 1, 2002
5:59 pm
Use DOS INT 21H function for writing to sector in LOGICAL disc. I don't know if there is a C function for this but if yes it is probably in somewhere dos.h. On...
22912 dim
aether13 Send Email
Sep 1, 2002
7:54 pm
Hi, does mingw support asm code in c code? Or do I need to use some flags to enable that? I'm using dev-cpp ide with mingw. thanks, dim...
22913 alex ra
alexrafal Send Email
Sep 2, 2002
3:42 am
If you have more jobs than you can handle or you are overloaded with jobs please contact me. alexrafal@... ... Do You Yahoo!? Yahoo! Finance - Get...
22914 Gopalan Sivathanu
sgopalan80 Send Email
Sep 2, 2002
4:26 am
What do u mean ? I don't understand ?! Gopalan ... From: alex ra <alexrafal@...> Date: Sun, 1 Sep 2002 20:42:08 -0700 (PDT) To: c-prog@yahoogroups.com ...
22915 Eric Johnson
eric726960 Send Email
Sep 2, 2002
4:45 am
On Sun, 1 Sep 2002 20:42:08 -0700 (PDT) ... Do you really think that anyone here is going to hire a spammer to help out? Hah! Eric Johnson...
22916 john_voltaire Send Email Sep 2, 2002
7:36 am
#include<stdlib.h> #include<conio.h> #include<iostream.h> randomize() my problem is not really about generating random numbers but how to generate number once....
22917 yuki_y2000 Send Email Sep 2, 2002
8:27 am
If there are only 100 values to choose from, then I won't generate them. I would create an array of 100 numbers, fill them with the values to choose from, and...
22918 Monir-SCS
mnrsbgh Send Email
Sep 2, 2002
8:52 am
Hi, Use XOR to generate your own random numbers. If you want to generate (2 power n) real random number (say 2 power 8= 256) write a function to compute the...
22919 Eric Johnson
eric726960 Send Email
Sep 2, 2002
8:55 am
On Mon, 02 Sep 2002 08:27:49 -0000 ... Wouldn't that require you to generate large numbers of random numbers? I'd think that you would want to go through the...
22920 arindam30 Send Email Sep 2, 2002
9:21 am
Can anybody tell me a practical example where ww really need to use the keywords 'extern&#39; and 'auto'. Please some example where we actually need 'auto'. Bye ...
22921 Raghu Ram Murthy
me_rams Send Email
Sep 2, 2002
9:35 am
what is Xi here. can you explain in detail ... __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes ...
22922 Eric Johnson
eric726960 Send Email
Sep 2, 2002
9:44 am
On Mon, 2 Sep 2002 11:54:16 +0200 ... ^^^^ "real" random numbers cannot be generated by an algorithm. Random numbers, by definition, are unpredictable....
22923 dim
aether13 Send Email
Sep 2, 2002
9:45 am
d> Hi, d> does mingw support asm code in c code? d> Or do I need to use some flags to enable that? d> I'm using dev-cpp ide with mingw. how come code like this...
22924 aagarwal@... Send Email Sep 2, 2002
10:02 am
Hello all, Can someone tell me , how can I can dynamically insert A toolbar in my app? Thankyou, Avinash...
22925 Bruce Ambraal
Bruce.Ambraal@... Send Email
Sep 2, 2002
10:05 am
Hi all, This function generate the initial weight vectors for a feedforward neural network. This generator is pointer related see the error, I have given up...
22926 Raghu Ram Murthy
me_rams Send Email
Sep 2, 2002
10:08 am
see the link given below http://www.holub.com/compiler/compiler.html this compiler project is written by alen I holub... there is also a book written by him.....
22927 Imran Hameed
imran@... Send Email
Sep 2, 2002
10:23 am
Hi all, Key Word "Auto" Key word auto is normally not used because a local variable is an auto variable. Key Word "Extern" When we use/define a variable as...
22928 prasadar78 Send Email Sep 2, 2002
10:50 am
Hi all, Below pasted is the code for populating the the vector. I would like to know how to sort the populated vector in decending order based on the...
22929 Anand BHARADWAJ
Anand_BHARADWAJ@... Send Email
Sep 2, 2002
11:28 am
Hi, Do you mean Floating Tool Bar? If, Yes, just "create" an instance of the toolBox dialog. If you need to manipulate the icons in a static toolbar.... I am...
22930 Pavel Jiranek
pavel.jiranek@... Send Email
Sep 2, 2002
11:32 am
Just create it same as through initialization. Do you mean in Windows ?? If you do, so do you mean in MFC or Win API (which are quite similar) ? On 2 Sep 2002...
22931 aagarwal@... Send Email Sep 2, 2002
11:52 am
Either way :) ... From: Pavel Jiranek [mailto:pavel.jiranek@...] Sent: Monday, September 02, 2002 5:02 PM To: aagarwal@...; c-prog@yahoogroups.com ...
22932 Paul Herring
shabble Send Email
Sep 2, 2002
12:13 pm
From: glenmcq [mailto:o1396c@...] ... Examine the help files for the compiler, searching for something along the lines of 'static linking,' or find...
22933 Paul Herring
shabble Send Email
Sep 2, 2002
12:13 pm
From: joandre@... [mailto:joandre@...] ... Nope. It's written in Delphi. Would anyone else interested in what language their...
22934 Paul Herring
shabble Send Email
Sep 2, 2002
12:16 pm
From: arindam30 [mailto:arindam30@...] ... In a header file that can be included numerous times: extern int globalvariable; In the c or cpp file: int...
22935 Paul Herring
shabble Send Email
Sep 2, 2002
12:16 pm
From: Eric Johnson [mailto:eric@...] ... Not the way I understand it - only 100. #include <uncompiled> int array[100]; int swap, temp; ...
22936 Bruce Ambraal
Bruce.Ambraal@... Send Email
Sep 2, 2002
12:16 pm
Hi, Is there anyone out there to help me... thanks in advance. Hi all, This function generate the initial weight vectors for a feedforward neural network. This...
Messages 22907 - 22936 of 75377   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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