polymorphism #8519 (6/12/2009 10:15:11 AM) comp.lang.c++ Dear Fellows: I am using visual studio 2008. Can anyone help, why does the following polymorphism not working? It is keep giving "base" as output :( #include using namespace std; class base { public: base... Anees
Compile Time decision static or member238 (6/1/2009 12:18:53 PM) comp.lang.c++ Dear Fellows: I have following scenario: class A { public: void me_print () { cout << "A" << endl; } static void print() { cout << "static A" << endl; } }; class B { }; class C : public A, public B { publ... Anees
My Sample Device driver crash423 (8/19/2008 1:06:09 AM) comp.os.linux.misc Dear fellows: I am learning to program linux device driver. The sample device driver I am trying to write is to give me hello world string each time I read from it, the driver code is as follows: #include #i... Anees
Automatically Starting my applications on my xlogin146 (8/11/2008 3:49:45 AM) comp.os.linux.misc Dear Fellows: I am wondering is there any way that when I login the gnome, xwindowing system, some of my applications, spread sheets and text files automatically open, like as there are sequence of files execu... Anees
Linux terminal, putty behavior562 (8/4/2008 5:00:25 AM) comp.os.linux.misc Dear all: I have been using putty since a long time. Now, for my job, I have to use use linux XWindow and its terminal software. How can i make it behave like putty (selecting text to copy, right click to past... Anees
c++ compilation issues915 (5/14/2008 7:01:01 AM) comp.lang.c++ Hi, I am using vector in my program, when i try to compile the program I am getting following error: 'class std::vector >' has no member named 'wclear' pointing to the line: vt.clear(); where Dt is a class... Anees
Actual devices of /dev544 (2/17/2008 3:08:29 PM) comp.os.linux.misc Dear Fellow, how can we find, which entries in /dev/ represents actual devices? for example, i have a dvd writer, now i dont know whether linux has identified by writer or not. So there are multiple entries f... Anees
aria2c daemon status032 (2/16/2008 8:24:01 AM) comp.os.linux.misc Dear Fellows: I have made an script which start on system boot, this script start the aria2c and specify a filename to it which contains URIs. Is there any way to get the status of aria2c at any point of time... Anees
Script in process list127 (2/7/2008 6:24:47 PM) comp.os.linux.misc Dear fellows: I have written a bash script. I load this script at system startup using /etc/rc.d/rc.local, so how can i see after login, whether the script is running or not as we do for some process using ps ... Anees
Is LINUX Program always under GNU license?1630 (12/8/2007 6:31:26 PM) comp.os.linux.misc Dear Fellows: I am wondering, is the program written in C/C++ using standard C/C++ libraries available in Linux, come under the GNU license? Can we sell the program under another license (may be under closed s... Anees
anees.haider's replies:
Items(8) /1
Is LINUX Program always under GNU license?1630 (12/8/2007 6:31:26 PM) comp.os.linux.misc Dear Fellows: I am wondering, is the program written in C/C++ using standard C/C++ libraries available in Linux, come under the GNU license? Can we sell the program under another license (may be under closed s... anees.haider(24)
Script in process list127 (2/7/2008 6:24:47 PM) comp.os.linux.misc Dear fellows: I have written a bash script. I load this script at system startup using /etc/rc.d/rc.local, so how can i see after login, whether the script is running or not as we do for some process using ps ... anees.haider(24)
Actual devices of /dev544 (2/17/2008 3:08:29 PM) comp.os.linux.misc Dear Fellow, how can we find, which entries in /dev/ represents actual devices? for example, i have a dvd writer, now i dont know whether linux has identified by writer or not. So there are multiple entries f... anees.haider(24)
c++ compilation issues915 (5/14/2008 7:01:01 AM) comp.lang.c++ Hi, I am using vector in my program, when i try to compile the program I am getting following error: 'class std::vector >' has no member named 'wclear' pointing to the line: vt.clear(); where Dt is a class... anees.haider(24)
Linux terminal, putty behavior562 (8/4/2008 5:00:25 AM) comp.os.linux.misc Dear all: I have been using putty since a long time. Now, for my job, I have to use use linux XWindow and its terminal software. How can i make it behave like putty (selecting text to copy, right click to past... anees.haider(24)
My Sample Device driver crash423 (8/19/2008 1:06:09 AM) comp.os.linux.misc Dear fellows: I am learning to program linux device driver. The sample device driver I am trying to write is to give me hello world string each time I read from it, the driver code is as follows: #include #i... anees.haider(24)
Compile Time decision static or member238 (6/1/2009 12:18:53 PM) comp.lang.c++ Dear Fellows: I have following scenario: class A { public: void me_print () { cout << "A" << endl; } static void print() { cout << "static A" << endl; } }; class B { }; class C : public A, public B { publ... anees.haider(24)
polymorphism #8519 (6/12/2009 10:15:11 AM) comp.lang.c++ Dear Fellows: I am using visual studio 2008. Can anyone help, why does the following polymorphism not working? It is keep giving "base" as output :( #include using namespace std; class base { public: base... anees.haider(24)