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> ...
Hello Programmer, The International Institute of Information Technology, Hyderabad, India cordially invites you to be a part of Felicity, the annual cultural...
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 : ...
//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) ...
... 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...
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...
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...
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...
... 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...
... <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...
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?...
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...
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....
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...
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...
... 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...
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...
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...
you can use Windows API functions like CreateFile, ReadFile, WriteFile etc.. to access different comm resources (serial ports, parallel ports, fax, modems...