No announcements
Found 2827177 threads
-
1 Votes
Cannot Instantiate an Abstract Class
AutoRepeatKey::repeatKey is a pure virtual function, making AutoRepeatKey an abstract class.Answered | 1 Replies | 4493 Views | Created by En Xie - Sunday, May 30, 2010 1:37 AM | Last reply by ildjarn - Sunday, May 30, 2010 3:17 AM -
2 Votes
Weird "cannot instantiate abstract class" error
This is not possible, because the thread class is abstract.Answered | 6 Replies | 6605 Views | Created by kauaianspunger - Monday, January 18, 2010 6:12 AM | Last reply by kauaianspunger - Monday, January 18, 2010 10:31 PM -
2 Votes
Compiling 64-Bit Results in a 2259 (Cannot instantiate abstract class)
Actually, I'm compiling on a 64-bit system.Answered | 3 Replies | 12555 Views | Created by Jerry Camel - Wednesday, April 22, 2009 7:06 PM | Last reply by Jerry Camel - Thursday, April 23, 2009 1:37 AM -
0 Votes
C2259: cannot instantiate abstract class
Without the virtual inheritance I actually get 2 copies of InterfaceClassLevel1 and naturally the compiler cannot determine to which one the implementation of ...Answered | 5 Replies | 5167 Views | Created by ak505 - Saturday, February 21, 2009 1:50 PM | Last reply by ak505 - Monday, February 23, 2009 5:35 PM -
0 Votes
Confused about instantiating an abstract class.
you cannot do like Creator objcreator = new Creator() as said by Konrad.Answered | 2 Replies | 7603 Views | Created by witdaj - Friday, May 27, 2011 5:25 PM | Last reply by Arif Sarwar - Friday, May 27, 2011 9:54 PM -
0 Votes
How can a class be not instantiable
So the vehicles would be an abstract class.Answered | 4 Replies | 15503 Views | Created by janets20 - Thursday, August 12, 2010 3:23 AM | Last reply by Konrad Neitzel - Thursday, August 12, 2010 6:46 AM -
3 Votes
what is abstract class ?
Like that abstract classes cannot be instantiated.Answered | 8 Replies | 3373 Views | Created by sacchd - Thursday, March 25, 2010 5:49 AM | Last reply by cool gags - Monday, March 29, 2010 11:51 AM -
1 Votes
64 bit Compiler
_WIN64 is one of the Predefined Macros which get set when you compile for a 64-bit target; if you want to build a 64-bit ...Answered | 5 Replies | 4601 Views | Created by Acceltree - Wednesday, August 24, 2011 1:44 PM | Last reply by Jesse Jiang - Friday, September 2, 2011 6:46 AM -
0 Votes
abstract CLASS
an abstract class CAN inherit another abstract class.Answered | 1 Replies | 3835 Views | Created by kkkJoe - Thursday, November 13, 2008 7:25 AM | Last reply by Manuj Aggarwal - Thursday, November 13, 2008 8:14 AM -
0 Votes
Compiling for 64 bit on a 32 bit machine
However that does NOT mean you cannot do mixed mode debugging under a 64-bit OS.Answered | 12 Replies | 60553 Views | Created by jbrake - Tuesday, March 20, 2007 5:14 PM | Last reply by rahul karurkar - Tuesday, September 2, 2008 6:51 AM -
0 Votes
Abstract class with console application
Hi Pure Deal, Generally whenever I use abstract classes, I use them for when I plan to have a class family or a hierarchical class structure.Answered | 3 Replies | 1605 Views | Created by Pure Deal - Thursday, July 21, 2016 8:40 AM | Last reply by DPCodesalot - Thursday, July 21, 2016 2:16 PM -
1 Votes
Why Abstract types can never be instantiated?
Since an abstract class is by its very definition incomplete, it is not possible to instantiate one.Answered | 7 Replies | 1768 Views | Created by KenStudio - Wednesday, August 31, 2011 8:40 AM | Last reply by Adavesh - Wednesday, August 31, 2011 11:55 AM -
0 Votes
abstract class
"Abstract classes are closely related to interfaces.Answered | 2 Replies | 4427 Views | Created by Gopi kakileti - Friday, July 1, 2011 1:21 PM | Last reply by Min Zhu - Monday, July 4, 2011 2:42 AM -
0 Votes
64-bit .NET CLR profiler Cannot be compiled.
I also find out that it requires ml64 to compile the assembley code.Answered | 5 Replies | 6502 Views | Created by LinkPrincess - Tuesday, July 3, 2007 12:16 AM | Last reply by doug65536 - Monday, May 26, 2008 3:35 AM -
0 Votes
Cannot create an abstract class
JR.LRVAnswered | 2 Replies | 1809 Views | Created by James Roe LRV - Tuesday, February 3, 2015 3:44 PM | Last reply by James Roe LRV - Tuesday, February 3, 2015 6:45 PM -
0 Votes
beta2: compiling for 64-bit Windows
configuration manager and add 64-bit but any cpu would be better to the list in the form that pops up.Answered | 2 Replies | 1817 Views | Created by michaelgreenwald - Monday, March 5, 2012 8:38 PM | Last reply by The Thinker - Monday, March 5, 2012 11:13 PM -
0 Votes
abstract class needs to implement interface
David M Morton said: The abstract class is still a class, regardless of whether or not you can directly instantiate it.Answered | 6 Replies | 3128 Views | Created by Michał Januszczyk - Wednesday, March 11, 2009 6:27 PM | Last reply by Rudedog2 - Wednesday, March 11, 2009 11:54 PM -
0 Votes
Abstract class in C# ( i can't create the object of abstract class but i can create the object of class which is derived from abstract class , even thoug there also its call abstract class constr
You cannot instantiate abstract classes because they are abstract, that's all.Answered | 11 Replies | 13560 Views | Created by aniruddha84 - Thursday, December 16, 2010 11:59 AM | Last reply by Louis.fr - Monday, December 20, 2010 3:03 PM -
3 Votes
c# classes abstract
If the OP attempts to instantiate an abstract class it's apparent he doesn't (didn't) understand the purpose of abstract classes.Answered | 16 Replies | 1944 Views | Created by Sambo H - Friday, March 7, 2014 10:39 AM | Last reply by JendaPerl - Monday, March 10, 2014 9:29 AM -
0 Votes
Error: Task cannot execute in 64-bit...pre-compile script
also please check this thread ...Answered | 2 Replies | 5901 Views | Created by JohnDMP - Tuesday, May 31, 2011 12:41 PM | Last reply by RamJaddu - Tuesday, May 31, 2011 1:04 PM - Items 1 to 20 of 2827177 Next ›
No announcements