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 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 35427 - 35456 of 67710   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
35427
hi friends, I am not getting what these people r doing.they don't publish the questions and they don't allow others to publish the questions.even the person...
vijay reddy system pr...
vijayreddy_sys
Offline Send Email
Mar 1, 2004
8:11 am
35428
That interview never existed. If you take a look at the FAQ in Stroustrup's Home Page you will see the answer to this question: Q: Did you really give an...
Hector Maldonado
hamaldonado
Offline Send Email
Mar 1, 2004
9:36 am
35429
Hi Saravana, I used ODBC to connect to Oracle database. -Partha...
Partha Sarathi Mukher...
p_s_mukherjee
Offline Send Email
Mar 1, 2004
11:25 am
35430
my real problem is to compile a very larg library made with C in VisualC++6.0 .The problem is that the library use #define for file name in included statment...
mastermindax
Offline Send Email
Mar 1, 2004
12:38 pm
35431
Hello, I need a good hash function to hash strings. For the given string it should return a hash index with mimimal clustering. Is there any good book or web...
Hemanath Thokur
hemanath_thokur@...
Send Email
Mar 1, 2004
2:39 pm
35432
if u r using C++ try in use STL. Hope helpfull bt. regds, DSS -- _______________________________________________ Check out the latest SMS services @...
Devender Singh
sarangdevotd...
Offline Send Email
Mar 1, 2004
4:36 pm
35433
Can you show an example of that error? Which source file in the freetype library does what you mentioned? Shyan...
Shyan Lam
sflam108
Offline Send Email
Mar 1, 2004
5:41 pm
35434
No, Not C++ I've implement it in C. thanks, Hemanath ... From: Devender Singh To: c-prog@yahoogroups.com Sent: Monday, March 01, 2004 8:37 AM Subject: Re:...
Hemanath Thokur
hemanath_thokur@...
Send Email
Mar 1, 2004
5:42 pm
35435
for this some pre compiler are availabvel for example TCS use Pro C Compiler for Oracle Database connectivirt for its dos ( or may be Unix , i am ! sure) based...
Devender Singh
sarangdevotd...
Offline Send Email
Mar 1, 2004
7:06 pm
35436
The hash_map is not part of the standard STL, it is a SGI extension that is only implemented by g++ and a couple other *NIX compilers (to the best of my...
David McKen
cic_3_b
Offline Send Email
Mar 2, 2004
2:24 am
35437
I need references of how to send files via infrared. And it would be great if you have the information about C++ API to do it. Rgds Leo...
Leonard Tambunan
leonard@...
Send Email
Mar 2, 2004
4:08 am
35438
hi , help me to write a template function.Two arguements to be passed to the function should be of type1,type2 the function's return type has to be the type...
harish murali
harishmurali
Offline Send Email
Mar 2, 2004
7:00 am
35439
well, its nice R&D. the return type is not known to compiler. return type should be any one of type of input parameter....... ... From: harish murali...
Muthalagu, Vaithiyali...
Vaithiyalingam_Muthal...
Send Email
Mar 2, 2004
7:27 am
35440
/* hi, i don't really understand why this core dumps. thanks a lot in advance + greetings guggach */ #include <stdio.h> #incluge <strings.h> int main(int...
guggach
Offline Send Email
Mar 2, 2004
8:51 am
35441
Hi, I dont know your compiler (as you did not mention it) not what the aim of it but the following seems to work on mine: #include <iostream> using namespace...
David Fleury
david.fleury@...
Send Email
Mar 2, 2004
8:53 am
35442
Hi- see below... ... doit_1 evaluates *tocheck = *NULL which is likely to cause the core dump. Regards John...
Matthews, John
johnmatthews...
Offline Send Email
Mar 2, 2004
8:54 am
35443
In C program you cant accesee memory at address 0x00000. i.e. int * ptr=NULL; a=*ptr; will cause core dump.... in the fourth printf (below) you are passing...
Mukesh Kumar Jalwal, ...
mukeshj@...
Send Email
Mar 2, 2004
9:02 am
35444
yes mukesh, my be the question war not clear: why does it NOT core in the SECOND and THIRD printf ?? guggach ... trying to...
guggach
Offline Send Email
Mar 2, 2004
10:29 am
35445
yes mukesh, my be the question war not clear: why does it NOT core in the SECOND and THIRD printf ?? guggach ... trying to...
guggach
Offline Send Email
Mar 2, 2004
10:30 am
35446
yes mukesh, my be the question war not clear: why does it NOT core in the SECOND and THIRD printf ?? guggach ... trying to...
guggach
Offline Send Email
Mar 2, 2004
10:30 am
35447 guggach
Offline Send Email
Mar 2, 2004
10:33 am
35448
By the way, you should remove the (char *) casts from before the NULLs....
Matthews, John
johnmatthews...
Offline Send Email
Mar 2, 2004
10:37 am
35449
Second: printf("%d\n",doit_1("")); /* returns: -1 */ return((*tocheck) ? strlen(tocheck) : -1); *"" = '\0' evaluates to FALSE so returns -1 - no...
Matthews, John
johnmatthews...
Offline Send Email
Mar 2, 2004
10:38 am
35450
for this you first neen to know following Case 1. char*ptr="" (a)Here ptr contains some address and we can access *ptr. (b)*ptr will definitely be zero('\0')....
Mukesh Kumar Jalwal, ...
mukeshj@...
Send Email
Mar 2, 2004
11:28 am
35451
That problem is certainly non-trivial. typeof(expression) does not yet exist in standard C++. for a rather thorough dissertation (and a proposal to change the...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Mar 2, 2004
11:49 am
35452
Hi, Does any one know from where I could get the implementation of macro "L". Thanks Mudit DISCLAIMER: This message contains privileged and confidential...
Mudit.Gogia@...
Send Email
Mar 2, 2004
12:08 pm
35453
can someone help me with this one?... im jst a beginner in c programming... tnx.. i need to write a program that assign a passenger seats in an airplane,...
lithium868
Offline Send Email
Mar 2, 2004
12:13 pm
35454
... Hi there, one possible method is to keep a 2D character array with the A,B,C,D as its contents and changing the corr. contents to X whenever the seat's ...
Saikat Dutta
duttasaikat
Offline Send Email
Mar 2, 2004
12:24 pm
35455
We don't do other people's homework here. Try to do it yourself, then if you have problems, ask. On 2004. március 2. 13:13:08, lithium868 wrote: l> can...
Tamas Marki
tamas_m
Offline Send Email
Mar 2, 2004
12:30 pm
35456
PROGRAM #include<stdio.h> int main(){ int pid,a; a=10; pid=fork(); if(pid) { sleep(20); printf(" hi i am parent and the value of a is %d and its address is %u ...
Mukesh Kumar Jalwal, ...
mukeshj@...
Send Email
Mar 2, 2004
1:00 pm
Messages 35427 - 35456 of 67710   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