Topic profile page for A Different Class.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: A Different Class.
Topic "A different class" was discussed 8,856 times on 1,542 sites in last 3 months
Started 1 day, 8 hours ago (2010-03-18 16:28:00)
by shundley85
i know there is a thread about this already but the servers i usually play on still arent working do i need to restart or something or does anyone know of a good server that is up and running i could play on?
Started 1 day, 10 hours ago (2010-03-18 14:48:00)
by Dragonlor01
When I try joining a server after the update, it comes up with an error when its done loading saying "Server uses different class tables." My friend has somthing similiar too, his says "Your name was a Uni code" or somthing like that.
Started 4 days, 9 hours ago (2010-03-15 15:58:00)
by SayAgain
Hi, Im having trouble with making a Linked List, using different Class Objects (Inherited objects), here are the classes which I have simplified (I know the functions should be defined outside the class :-P ) I understand the basics of the linked list, but implementing one which uses different objects I cant seem to do, and theres not much help from Google either on this......
Started 6 days, 1 hour ago (2010-03-13 23:46:00)
by jhintw
I'm new to writing several different class files.. and trying to make a set of boxes that expand/collapse by mouse click and timer.. I have 4 class files, Box, BoxGroup, BoxTimer, and Main. I can call the functions in Box class from BoxGroup class, but not the functions in the BoxTimer class. it keeps throwing this error. I don't understand why since i'm using the same method between...
Started 5 days, 3 hours ago (2010-03-14 22:22:00)
by sparX
Yes u have to do something like this, ActionScript Code: package { //import public class CollapsingBoxTimer extends Sprite { private var _box_timer: Timer; private var _delay: Number ; private var _repeat: Number ; public function CollapsingBoxTimer ( d: Number , r: Number ) : void { ...
Started 6 days, 4 hours ago (2010-03-13 20:30:00)
by jhintw
I'm new to writing several different class files.. and trying to make a set of boxes that expand/collapse by mouse click and timer.. I have 4 class files, Box, BoxGroup, BoxTimer, and Main. I can call the functions in Box class from BoxGroup class, but not the functions in the BoxTimer class. it keeps throwing this error. I don't understand why since i'm using the same method between ...
Started 1 week ago (2010-03-12 16:49:00)
by chazparks2
When I do this Public Class cInherits : Inherits Panel I get this: Base class 'System.Windows.Forms.Panel' specified for class 'MenuButton' cannot be different from the base class 'System.Windows.Forms.UserControl' of one of its other partial types. How do I inherit?
Started 2 days, 11 hours ago (2010-03-17 13:57:00)
by Paul110
( Is there a way to create a report to track inventory by class. In this case class has been used to indicate different physical locations? Said another way I want to track inventory in different locations. , class="post_actions inline_edm"> ...
Started 4 days, 9 hours ago (2010-03-15 16:02:00)
by gejsiv
bonk! for pyros. now they can actually get in range of you before being cut down... razorback for medics. losing the blut would be a touch trade, but without it you'd still have +3 healing regen and spies would not be able to stab you. however, my perfect equation for victory is heavy with sticky launcher, sandvich, and eyelander. he's got enough hp to win melee against pyros or spies or etc, ...
Started 3 days, 19 hours ago (2010-03-16 06:23:00)
by SayAgain Junior Member
Quote: Originally Posted by Paul McKenzie Was this assignment given to you in a class that emphasizes data structures? If not, I have to ask -- why were you given an assignment to write a linked list? Regards, Paul McKenzie We basically have to create a database using c++ linked lists, using run-time...