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 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 7861 - 7893 of 8809   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7861
hello some doubts regarding seutid, below is its description, please throw some light on it. I'll mention my doubts in italics. NAME setuid - set user...
abhishek misra
abhishekfish...
Offline Send Email
Jan 4, 2007
5:34 am
7862
Mr.abhishek misra, Pls could you tell me from where you got a command to set the user id . I am a amateur in C++ programming and i do not command much strngth...
young_programmer_7
young_progra...
Offline Send Email
Jan 4, 2007
4:43 pm
7863
Unix/Linux platform ???...
Abdulla Alwabel
aalwabel
Offline Send Email
Jan 4, 2007
5:43 pm
7864
I'm using linux dear young you may find setuid in man page or follow links bellow http://www.homeport.org/~adam/setuid.7.html ...
abhishek misra
abhishekfish...
Offline Send Email
Jan 5, 2007
5:21 am
7865
Hi favor... Can you please help doing my simple program in c the function. i got some code but i need to add something to get better grades. This is I want to...
mikmoken2003
Offline Send Email
Jan 5, 2007
10:33 pm
7866
Don't cross post! [cross-replied to save a lot of hassle for others to C-Prog, CProgramming(2) and Programmers-Town - not a member of compprogramming so...
Paul Herring
Shabble
Offline Send Email
Jan 10, 2007
5:03 pm
7867
how to create a function that displays a random number each time... (there is a function called random() but i need to know how to create it) ...
Praveen Kumar
praveen_octa
Offline Send Email
Jan 13, 2007
9:19 pm
7868
... You don't create this function; it's provided by standard libraries, so you can USE it. That's a completely different story from CREATING a function. There...
Nico Heinze
nico_heinze
Offline Send Email
Jan 13, 2007
9:22 pm
7869
Dear all, My program scenario is as follows. Three threads (thread 1-3) will fetch values from the ring buffer. E.g. after one thread gets one value from ring...
luis_mikkle
Offline Send Email
Jan 14, 2007
8:10 am
7870
... <snip> This is the exact point of failure: you cannot unblock a thread from within itself while it's blocked. Look at it this way: if a thread is blocked,...
Nico Heinze
nico_heinze
Offline Send Email
Jan 14, 2007
8:15 am
7871
Hi Nico, Thanks for your reply. However, the thread function init() never be executed after the ResumeThread( Handle_1 ) is called, in the main(). Here,...
luis_mikkle
Offline Send Email
Jan 16, 2007
9:08 pm
7872
how can i print non fibonacci numbers between 1 to n where n is a very very large number inputed by the user (say n > 1 google)...
shiv_tec
Offline
Jan 16, 2007
9:08 pm
7873
Dear Nico, Thanks for your reply and suggestions. They are really helpful. However, I met one further problem about resuming the thread. The thread function...
luis_mikkle
Offline Send Email
Jan 16, 2007
9:11 pm
7874
#include<stdio.h> #include<dos.h> #include<conio.h> void main() { int a; randomize(); a=random(10);//it will assign a random value betwwen 0-9 printf("%d"); ...
nitinbali7
Offline Send Email
Jan 16, 2007
9:12 pm
7875
... You write a program to do it. Next question? -- PJH #713059 +(1255)- [X] <SaintAlvus> Does the name Doctor Pavlov ring a bell?...
Paul Herring
Shabble
Offline Send Email
Jan 16, 2007
11:30 pm
7876
... <snip> Hi Luis, I think you're wrong. I don't know the thread library of Windows, but your code seems to execute the init() function only when a thread is ...
Nico Heinze
nico_heinze
Offline Send Email
Jan 17, 2007
8:22 pm
7877
The purpose of this posting is to ask for your participation in a very short survey that gathers information on offshore software development efforts. It is a...
charbelelkhoury
Offline Send Email
Jan 20, 2007
6:25 pm
7878
Dear Mr.Nico, As a part of Project I have been asked to interview(throught the net) some professional's in the field of software engineering. Could you please...
young_programmer_7
young_progra...
Offline Send Email
Jan 29, 2007
6:42 pm
7879
hy i can't find factorial.h in c all i have is : #ifndef _FACTORIAL_H 00048 #define _FACTORIAL_H 00049 00050 namespace Go { 00051 00055 00056 template<int N> ...
diana_cccc
Offline
Feb 13, 2007
6:31 am
7880
if i have a bitmap saved in file, how can i display it to a Win32 window???...
krome152001
Offline Send Email
Feb 13, 2007
6:32 am
7881
i was wonderning how i can control a motor cotrol using c++??? like to control it speed...
krome152001
Offline Send Email
Feb 14, 2007
8:52 pm
7882
Hello Programmer, The International Institute of Information Technology, Hyderabad, India cordially invites you to be a part of Felicity, the annual cultural...
sandy007smarty
Offline Send Email
Feb 14, 2007
8:53 pm
7883
i need very fast a program for conditional probability density function for y_t with mean m and variance v...
diana_cccc
Offline
Feb 15, 2007
8:11 pm
7884
please what is factorial.h? is it header file describe in detail diana_cccc <no_reply@yahoogroups.com> wrote: hy i can't find factorial.h in c all i have is : ...
worldlight_star snf
worldlight_star
Offline Send Email
Feb 16, 2007
10:09 pm
7888
//how to use msgboxes #include<iostream.h> #include<shellapi.h> main() { if(MessageBox(NULL,"PRESS YES OR NO","MY MSG TITLE",MB_YESNO|MB_ICONQUESTION)==IDYES) ...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Mar 13, 2007
7:16 pm
7889
... it can control yaar...
pushp_hib
Offline Send Email
Mar 20, 2007
9:34 pm
7890
Hey guys i w'll like to share my skills with u guys...
vinay_nair_21
Offline Send Email
Mar 20, 2007
9:35 pm
7891
#include<iostream.h> #include<shellapi.h> main() { char wTit[255]; int wHand; for(wTit=0;wTit<6000;wTit++) { if(GetWindowText(wHand,wTit,255)) ...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Mar 20, 2007
9:36 pm
7892
... I don't think this will work. Mixing stdio and Windows I/O is just not supposed to work together, as far as I know. You will have to use normal message...
Nico Heinze
nico_heinze
Offline Send Email
Mar 20, 2007
9:38 pm
7893
... Hai I want to know your skill (vinay_nair_21@...) can you Prove??????????????????????...
senthil_1com
Offline Send Email
Mar 21, 2007
8:07 pm
Messages 7861 - 7893 of 8809   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