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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2979 - 3008 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2979
Hello, I want to write a DEBUG_TRCE function in wich to call printf(): void DEBUG_TRACE(const char* format, ...) { #ifndef NDEBUG printf(format, ...); #endif }...
Ionut Filip
ionut_filip
Offline Send Email
Jun 1, 2002
1:54 pm
2980
... nopes! Please see http://groups.yahoo.com/group/cncppassist/message/10024?expand=1 Hasan...
hasan_official
Offline Send Email
Jun 1, 2002
7:04 pm
2981
how to write a c program to encrypt a file? pleaz reply me sooon....
srirec
Offline Send Email
Jun 2, 2002
9:20 am
2982
great going man ... _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com...
Syed Raza
qfaranian
Offline Send Email
Jun 2, 2002
8:49 pm
2983
I want to read/ write binary data to a buffer without writing to a file, File I/O has READBINARY and WRITEBINARY options associated with it. If I write data...
gauravkheterpal
Online Now Send Email
Jun 3, 2002
6:22 am
2984
... The above phrase, "it gets interpreted as ASCII text," is a little confusing. Binary data is binary data; so if you're storing a char array full of byte...
oldcootfromva
Offline
Jun 3, 2002
8:49 pm
2985
Today is the birthday of the late Jefferson Davis (1809-1889), former U.S. military officer, U.S. Congressman, U.S. government cabinet member, U.S. Senator;...
oldcootfromva
Offline
Jun 3, 2002
9:05 pm
2986
hi group? is there any idea where the code of the header files stored?(stdio.h..etc).as,in a header file it's the declaration of a function or varibale,what so...
apurv mehta
mehta_apurv
Offline Send Email
Jun 4, 2002
5:32 am
2987
The definitions of the functions are in respective .c files, which are normally not provided along with the compiler. These files are present in pre-compiled...
Gaurav Kheterpal
gauravkheterpal
Online Now Send Email
Jun 4, 2002
6:41 am
2988
Hello group, I was wondering if anyone could help me. I am doing this project where i have to sort an array using qsort. The array is made up of structs: ...
afa334
Offline Send Email
Jun 4, 2002
7:00 am
2989
... http://groups.yahoo.com/group/cncppassist/message/10024?expand=1 Yeah Checked it out . The first pt. that is , the first index starting at zero is...
uday kumar
itsruk
Offline Send Email
Jun 4, 2002
8:17 am
2990
Hi fella's! I need a C/C++ program that can read the serial number of the CPU of a PC. The idea is to use this serial number as an identifier of a CPU, just...
mohsin_abbas
Offline
Jun 4, 2002
8:32 am
2991
Should be like: int PolyComp(void* Poly1, void* Poly2) { polygon* p1 = (polygon*)Poly1; polygon* p2 = (polygon*)Poly2; return p1->zVal == p2->zVal ? 0 :...
yuki_y2000
Offline Send Email
Jun 4, 2002
9:29 am
2992
... Thanks a lot!! To change this to c, do i just use an if else statement to return the differen int values?...
afa334
Offline Send Email
Jun 4, 2002
11:04 am
2993
I´m just beginning to learn C (coming from Java), and currently I´m trying to grasp the concept of pointers, in particular the pointer of type 'void *'. I...
michelpetrovic
Offline Send Email
Jun 4, 2002
2:09 pm
2994
Hi everyone. I am a student and have c++ as a couse this term . I need help in managing my project. How do you have to define 2 classes as friend? or this this...
woody_2000_11
Offline Send Email
Jun 4, 2002
2:52 pm
2995
Hi everyone. I am a student and have c++ as a course this term . I need help in managing my project. How do you have to define 2 classes as friend? or this...
woody_2000_11
Offline Send Email
Jun 4, 2002
2:52 pm
2996
I don't know exactly what you want to know, but... class A { ..... friend class B; // This allows class B member functions to access all the class A members...
yuki_y2000
Offline Send Email
Jun 5, 2002
4:32 am
2997
Type void* does not carry any information about the actual size of the object the pointer is pointing to, hence, you need to pass the object size, in addition...
yuki_y2000
Offline Send Email
Jun 5, 2002
4:42 am
2998
int PolyComp(void* Poly1, void* Poly2) { polygon * p1, * p2; p1 = (polygon *)Poly1; p2 = (polygon *)Poly2; return p1->zVal == p2->zVal ? 0 : p1->zVal >...
yuki_y2000
Offline Send Email
Jun 5, 2002
4:44 am
2999
i have a project to make a c++ program that create two box by the user input coordinate of the rear_top_right and the front_bottom_left corner or one corner...
skywalker2070
Offline Send Email
Jun 5, 2002
7:52 am
3000
Hello yuki Thank you for your prompt answer, I really appreciate it! Would it be possible for you to create some sample code to illustrate your answer? What I...
Michel Petrovic
michelpetrovic
Offline Send Email
Jun 5, 2002
11:06 am
3001
Hello!, I'm a Spanish student that needs information about how to use Mysql with C. And I've got a question:Is it possible to use a Graphic Library with C??...
emmabp
Offline Send Email
Jun 5, 2002
5:42 pm
3002
1 - Look the MySql documentation for the C API. 2 - Yes. HTH, Andre St-Clair. Embratel SP...
andress@...
bechtinger2002
Offline Send Email
Jun 6, 2002
2:15 am
3003
Suppose you have an array of doubles. In most implementations, a double uses 8 bytes of memory, or 8 times that of a char. If you cast a void pointer to a...
yuki_y2000
Offline Send Email
Jun 6, 2002
5:23 am
3004
Hi, I need some guidance on cross-compilation and linking between GCC and Forte compiler. I have 3 .c files a.c #include <stdio.h> void a(); void a() ...
Gaurav Kheterpal
gauravkheterpal
Online Now Send Email
Jun 6, 2002
7:05 am
3005
Hi all, I am looking for some assistance writing a program. Here are the details..... Given the following info: Mangoes Pears Strawberrys Blueberries Papayas ...
Jacksonville_1999
Jacksonville...
Offline Send Email
Jun 6, 2002
6:47 pm
3006
Hi, I am using linux machine and trying to compile a file which is calling functions from another file. I have included the header file and all but it gives me...
fadulous
Offline Send Email
Jun 6, 2002
11:58 pm
3007
While we're happy to help, there seems to be a consensus in this group that we don't do people's homework for them. Your assignment looks as if it could be a...
ceedeep99
Offline
Jun 8, 2002
12:35 am
3008
//This should work #include <stdio.h> #include <string.h> #define MAX 6 void concat( char *to, char* from, int n ); main() { char from[] = "Text1"; char to[] =...
miscomp
Offline
Jun 8, 2002
3:53 pm
Messages 2979 - 3008 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