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 to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 6566 - 6598 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6566
Replies embedded and appended. ... ################################# Bad idea. There's a C++ standard header named <process>, and a programmer should always...
Nico Heinze
nico_heinze
Offline Send Email
May 2, 2005
11:11 am
6567
thanks for help regardes Nico Heinze <grollnar@...> wrote: Replies embedded and appended. ... ################################# Bad idea. There's a C++...
melo_fci
Offline Send Email
May 2, 2005
11:26 am
6568
To: cprogramming2@yahoogroups.com, c-prog@yahoogroups.com Can anyone please tell me what an enode is. It is different from a node of a (parse) tree? Thanks in...
john_voltaire
Offline Send Email
May 2, 2005
4:37 pm
6569
... <snip> Hi Melo_FCI, I am glad to see that you did not take my words as an offense. I sincerely apologise for the harsh words I've used; I could have been ...
Nico Heinze
nico_heinze
Offline Send Email
May 2, 2005
5:56 pm
6570
In list.h you have this... <snippet> wat=counter - current->pro.arrivaltime)/current->pro.runtime return wat; <\snippet> There is no ; at the end of the first...
madwhit
Offline
May 2, 2005
8:18 pm
6571
well I'm trying to put together a project involving infrared. I got the circuit and dll from a site which I thought would allow me to program using Visual...
relkin89
Online Now Send Email
May 2, 2005
8:33 pm
6572
... Relkin, I can't help you with re-compiling, but if you would post the warnings you've got together with the surrounding code we may be able to help you...
Nico Heinze
nico_heinze
Offline Send Email
May 3, 2005
8:13 am
6573
... [...] ... They can. the terms you may find helpful to include in your google search are [thunk] and [wow] (Windows on Windows) -- PJH For some years now...
Paul Herring
Shabble
Offline Send Email
May 3, 2005
10:30 am
6574
Hay, I want to Write a C program which create a Structure named ComputerSpec. Your program should ask the user to enter the computer specifications i.e. hard...
Muhammad Nasir Nadeem
mnnadeem81
Offline Send Email
May 3, 2005
6:47 pm
6575
We would love to help. That's what we're here for. Let us see the code you have already and then we can start from there. madwhit ... computer...
Don
madwhit
Offline Send Email
May 3, 2005
8:50 pm
6576
ok that Thunking looked kind of helpful but really complicated, and I'm pretty much a beginner when it comes down to Visual C. (actually I know almost...
relkin89
Online Now Send Email
May 4, 2005
1:22 am
6577
Hello , Any idea what this prototype means void olsr_parser_add_function( void (*)(union olsr_message *, struct interface *, union olsr_ip_addr *) ,int, int);...
Abhishek Misra
abhishekfish...
Offline Send Email
May 4, 2005
5:27 am
6578
Comments appended. "Abhishek Misra" <abhishekfishy2000@...> To: cprogramming2@yahoogroups.com cc: Subject: [C Programming] void * ...
Lenson Andrade
lenson18
Online Now Send Email
May 4, 2005
5:35 am
6579
no Abhishek Misra <abhishekfishy2000@...> wrote:Hello , Any idea what this prototype means void olsr_parser_add_function( void (*)(union olsr_message *, ...
srini vaas
srini_vaas_2004
Offline Send Email
May 4, 2005
6:03 am
6580
got it. Thank you ... and ... a ... to an...
Abhishek Misra
abhishekfish...
Offline Send Email
May 4, 2005
6:04 am
6581
Hello , Some one please explain what this signal means SIGUSR1...
Abhishek Misra
abhishekfish...
Offline Send Email
May 4, 2005
12:03 pm
6582
Hi, SIGUSR1,SIGUSR2,... are user signals. These signals can be used by applications for interprocess communication. Cheers, Rajith ... From:...
P R Rajith-in1099c
rajith_pr
Offline Send Email
May 4, 2005
12:16 pm
6583
... Is Google broken? http://www.google.co.uk/search?num=100&q=SIGUSR1+man+page -- PJH For some years now The Register has been of the opinion that Government...
Paul Herring
Shabble
Offline Send Email
May 4, 2005
12:20 pm
6585
guys, 1) struct Mystruct { static int i; static int J; }; the above code is compiled in vc++ but not in gcc when the above struct size 1 when compiled and run...
shanker s
shankertvm
Offline Send Email
May 5, 2005
3:19 am
6586
The problem is simple 1)vc++ by default makes a .cpp file thus file is compiled as a c++ source file should be Use .c extention and then see the following ...
abhishek misra
abhishekfish...
Offline Send Email
May 5, 2005
4:50 am
6588
Thanks abhisek sorry disturbing again how to declare a function pointer which takes no argument and returns a function pointer of the same function thanks ...
shanker s
shankertvm
Offline Send Email
May 5, 2005
5:15 am
6589
try this (*f())() { printf("hello\n"); } main() { f(); } output: hello It goes like this A function that takes nothing f() returns a pointer *f() to a function...
abhishek misra
abhishekfish...
Offline Send Email
May 5, 2005
5:59 am
6590
Comments appended... ... This is misleading. VC++ allows void, int, or implicit return type for C and C++ programs. Shyan...
Shyan Lam
sflam108
Offline Send Email
May 5, 2005
12:27 pm
6591
... IIRC, older versions of VC++ even allowed return types of struct and/or class without warnings. Not at all useful for things like: struct foo{ int bar; ...
Paul Herring
Shabble
Offline Send Email
May 5, 2005
12:43 pm
6592
hi lena and all group friends is there anyone who know abt b.e(computers) training and resourses to get that. vidhi c gp member lena_1432 <lena_1432@...>...
vidhi malhotra
vidhi_malhot...
Offline Send Email
May 5, 2005
12:59 pm
6593
... Both K&R and the ANSI standard say that main should return an int. Although most compilers will allow main to return void you should still write it to...
Don Shrout
madwhit
Offline Send Email
May 5, 2005
2:58 pm
6594
Regards, comments embedded. Fernando Gómez. ============================== Registered Linux User 381647. Usuario Registrado de Linux 381647 ...
Fernando Arturo Gó...
kith_kahnan
Offline Send Email
May 5, 2005
3:03 pm
6595
... You haven't seen http://homepages.tesco.net/~J.deBoynePollard/FGA/legality-of-void-main.html yet have you? :) ... That isn't being disputed - what we are...
Paul Herring
Shabble
Offline Send Email
May 5, 2005
3:17 pm
6597
... http://homepages.tesco.net/~J.deBoynePollard/FGA/legality-of-void-main.html ... Actually, we were discussing whether or not the MSVC++ compiler forces you ...
Don Shrout
madwhit
Offline Send Email
May 5, 2005
4:25 pm
6598
Hi All, I have created a new group, CodeTalkers<http://groups.yahoo.com/group/codetalkers/>, that is not specific to any one programming language. Here at my...
Don Shrout
madwhit
Offline Send Email
May 5, 2005
9:15 pm
Messages 6566 - 6598 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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