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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 7879 - 7911 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
7894
yes u can share ur skill, quickly respond me help for better understanding of newer programming....
nitinbali7
Offline Send Email
Mar 21, 2007
8:07 pm
7895
Sorry but did u tried it on pc? Vstudio is just environment 2 devlope programs .U can use turbo c++ 4.5 2 compile it by using shellapi.H library i reachd to...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Mar 21, 2007
8:08 pm
7896
hi i need some help i m new in this group.so i dont know anything clearly.i have to make a C project i.e TEXT EDITOR.so how can i find its help here. thnx...
get_bia
Offline Send Email
Mar 29, 2007
10:17 am
7897
... like to...
mca_janaa
Offline Send Email
Mar 29, 2007
10:21 am
7898
I found a board which can control 3 motors in the same time and you can extend it by connecting other identical board until 32 motor it is so easy just send...
Abdulla Alwabel
aalwabel
Offline Send Email
Mar 29, 2007
11:29 am
7899
... Hi, first welcome to this board. Second we can't help you with this requirement if you don't give us more information first. Here are but a few basic...
Nico Heinze
nico_heinze
Offline Send Email
Mar 29, 2007
4:07 pm
7900
... <snip> And who does manufacture this board? What's its name? How expensive is it? How is it connected to a computer? Any SDK available? This is a request...
Nico Heinze
nico_heinze
Offline Send Email
Mar 29, 2007
4:10 pm
7901
Board cost is 399$ connected the PC throw Serial Cable just receive command as asci text. *R364 3-AXIS...
Abdulla Alwabel
aalwabel
Offline Send Email
Mar 29, 2007
5:04 pm
7902
This seems quite slow and like it was written by a 7th grader. Wouldn't the EnumWindows be a better choice? Or is that limited to Windows environments?...
scottiet812
Offline
Mar 30, 2007
3:30 pm
7903
Thanks, I always accept corrections May u r right,i wanted to open anew part for disc about winapi u can type ur code here to allow others to get benifit from...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Mar 30, 2007
6:31 pm
7904
Ah, fair enough. I don't mean to be critical. I just thought the "wHand,wTit" thing seems a bit juvenile. As far as the answer to my question, I don't know....
scottiet812
Offline
Mar 30, 2007
9:19 pm
7905
No problem,but i hav2tell u that code i wrote i used the keypad of my smartphone u know its not easy to do that. I think its better to breakdown college...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Mar 30, 2007
9:57 pm
7906
In c we can deal with ports as LPT it's quit easy to do under win9x or winme os. On winxp u need to break the security on the port bcus its not allowed to deal...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Apr 2, 2007
10:40 am
7907
... Why do you want to use the parallel port directly? In order to interface with some hardware directly? If so, you should write a device driver and not try...
Nico Heinze
nico_heinze
Offline Send Email
Apr 2, 2007
11:59 am
7908
Hi, I got some data files in matlab and I want to read them in C. I tried but got 0.0000 for each values. Let us say I have a vector comprising N points and is...
asif_md
Offline Send Email
Apr 4, 2007
3:17 am
7909
... Asif, how does Matlab store the information you're trying to retrieve? I don't know this software myself, that's why I am asking. Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Apr 4, 2007
6:05 am
7910
Hi, in the pdf files of matlab help there r file called (m-file format) book it contains information about how this file store information in it , i think it...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Apr 4, 2007
9:28 am
7911
you can use Windows API functions like CreateFile, ReadFile, WriteFile etc.. to access different comm resources (serial ports, parallel ports, fax, modems...
rabinarayan biswal
baappi
Offline Send Email
Apr 4, 2007
1:48 pm
Messages 7879 - 7911 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