thnx cod actually i am making prog in vc++ which pass the data to another prog written in VB. i have to draw graphics in vb and vc++ handles interrupt of irq7....
Hi, first question .. why you want to manage the IRQ7 under win? you must use windows api to manage lpt port. A callback is a pointer to function that a...
... About command-line programs: have you ever tried to automate programs using a graphical user interface (GUI)? Have you ever tried to feed one such program...
does the gnu c lib for file system interface (readdir, opendir, stat, etc) only works(rather i say, perfectly works) on POSIX platforms?? if yes, what library...
Hi I've just joined this group. I am a class XII student. I am supposed to make a C++ project. Please give me some ideas regarding the same. Also, is there any...
to add, ive tested(compiled) my code on cygwin, it works ok, directories and files have different mode_t output, but still on win32, it doesnt...sigh!...
... <snip> Windows is no POSIX conformant platform, this much is true. opendir(), readdir(), and closedir() are not supported by Windows. Period. You basically...
Dear group, First of all, thank you very much for your explanation. however, i must tell you that i am second year student, and i have just studied the major...
Hi All, I am facing compilation problem..The problem is like that, Let's we have four files: 1) file_1.h 2) file_1.c 3) file_2.h 4) file_2.c I have defined one...
Hi I've just joined this group. I am a BCA 1 year student. I am supposed to make a C++ project. Please give me some ideas regarding the same. Also, is there...
hi, can somebody explain whether it is better to use a reference/pointer/value in a following situation class A { public: int i_a; }; class B { public: int...
I have created a object as like as a window. And I want to destroy the object automatically after few seconds but not exit from the program. How can i do that....
... Many members of this group are students, and in fact everyone of us has to learn more and more during the course of time. That's life. Of course you may...
I know that it is silly..... but we was asked to code a program that teach math for kids how to do (sum. subtract, dividing, multiblecation) using c++ i could...
hey sup guys i have a q? can an y one provide me with port scanner code in c++ and my turbo doesnt have winscok.h and windows.h i tries to find it on net but...
Hi Mr.Dinesh, can you be a little more specific about what kind of project you have to do ?? i think c++ is just a way to do the project. you need to know what...
create the object in heap ... From: person man <personman_01@...> To: c-prog@yahoogroups.com Sent: Monday, 4 June, 2007 11:27:21 AM Subject: [c-prog] How...
... No. Reference objects are only alias names for the existing objects, so they don't occupy any memory of its own. ... A pointer would occupy memory to space...
Hi, does anyone know whether it's possible to "set breakpoints" for gdb *in the source code*? like on windows, you can use the __asm int 3 command to have your...
well, C programming is easy,there are many ways to solve one given problem, in your case if you wanna build a maths function, it can be done through pass by...
hi i am a biginner to computer programming and i need advice and help 1 what is the easyest language to start with 2 where can i find tutoriels to help me...
Jamie Coady
darklordjamie@...
Jun 4, 2007 4:21 pm
62541
... <snip> In Turbo Pascal (as it was a MS-DOS compiler and never meant for Windows programming) you cannot and will never find winsock.h and windows.h . Get a...
... <snip> Stop, stop, stop, stop, stop. The first paragraph above refers to some particular potential problems of the OP. However, we do not know whether...
... That's what we're here for. :-) ... In my opinion Pascal. ... Google for "FreePascal". It's available for many systems, it's free, and there are good...
... Correction: actually reference type do occupy space, and it would be equal to the size of pointer on the host machine. So it doesn't matter with respect to...
Dear All, Does C++ can create web application? if yes, How to create Web Application using C++? What library i use? Thanks Before, Rinto Harianja bst rgrds, ...
... Unless you have an overriding reason to use C++, I'd stick with modperl, PHP or JSP for web applications. -- Brett ... "In the rhythm of music a secret is...