179,854Messages
9,130Senders
30Years
342mboxes

← archive index

Re: [idm] cex / NOW!

2 messages · 2 participants · spans 1 day · search this subject
2000-05-26 06:58christian.adam.hresko. [idm] cex / NOW!
2000-05-26 14:11alex_tea Re: [idm] cex / NOW!
expand allcollapse allclick any summary to toggle that message
2000-05-26 06:58christian.adam.hresko.> yesiree. Cex (tigerbeat6, underscore) aka me will be performing at "Now! > Music and Fas
From:
christian.adam.hresko.
To:
Date:
Fri, 26 May 2000 06:58:32 +0000
Subject:
[idm] cex / NOW!
permalink · <392E2096.283C0E14@ix.netcom.com>
quoted 14 lines yesiree. Cex (tigerbeat6, underscore) aka me will be performing at "Now!> yesiree. Cex (tigerbeat6, underscore) aka me will be performing at "Now! > Music and Fashion" record store, http://www.nowmusicandfashion.com, which is > 3100 Clarendon Blvd. in Arlington, VA. > > i will be attempting to demonstrate how laptop sets can be exciting for the > nonbelievers and also i will be shouting. > the show starts at 3 pm, i'll go on after DC electro heads SK and the > Aerialist. > > there's some more info in the news section of the Cex home page.. > http://tigerbeat6.com/cex/ > > -rk >
hey wow. anyone else on this list going to this show? btw, NOW is a very cool store for those of you who don't know about it. laptop hyperprism trackpad mania //interface #ifndef IDM_H #define IDM_H #include<iostream.h> #include<string.h> class IDM { public: IDM(); void makeBand(string); void loadSoftware(string); void addTrack(string); void deleteTrack(string); void setFreeSpace(double); double getFreeSpace(): private: string band; string software; string track; double fSpace; }; //implementation IDM::IDM() { fSpace = 0.0; } void IDM::makeBand(string a) { band = a; } void IDM::loadSoftware(string b) { software = b; } void IDM::addTrack(string c) { track = c; } void IDM::deleteTrack(string d) { if (d = track) { track = " "; } else { cout << "track does not exist"; } } void IDM::setFreeSpace(double sp) { fSpace = sp; } double IDM::getFreeSpace() { return fSpace: } #endif delete [ ] christianADAMhresko boolean true! boolean false! boolean true! boolean false! etc, etc, etc... -- Music ransoms us from the past, declares an amnesty, brackets and sets aside the old puzzles. - W. Percy
2000-05-26 14:11alex_teaqu'est-ce ca? what language is it (supposed) to be in? hmm reminds me a bit of oldschool q
From:
alex_tea
To:
, idm
Date:
Fri, 26 May 2000 15:11:12 +0100
Subject:
Re: [idm] cex / NOW!
permalink · <000201bfc71c$6dd74760$0100005a@fatcat.com>
qu'est-ce ca? what language is it (supposed) to be in? hmm reminds me a bit of oldschool qbasic, but i guess it's java or something...
quoted 85 lines file://interface> > file://interface > #ifndef IDM_H > #define IDM_H > > #include<iostream.h> > #include<string.h> > > class IDM > { > public: > IDM(); > void makeBand(string); > void loadSoftware(string); > void addTrack(string); > void deleteTrack(string); > void setFreeSpace(double); > double getFreeSpace(): > > private: > string band; > string software; > string track; > double fSpace; > }; > > file://implementation > IDM::IDM() > { > fSpace = 0.0; > } > > void IDM::makeBand(string a) > { > band = a; > } > > void IDM::loadSoftware(string b) > { > software = b; > } > > void IDM::addTrack(string c) > { > track = c; > } > > void IDM::deleteTrack(string d) > { > if (d = track) > { > track = " "; > } > else > { > cout << "track does not exist"; > } > } > > void IDM::setFreeSpace(double sp) > { > fSpace = sp; > } > > double IDM::getFreeSpace() > { > return fSpace: > } > > #endif > > > delete [ ] christianADAMhresko > > boolean true! > boolean false! > boolean true! > boolean false! > etc, etc, etc... > > -- > Music ransoms us from the past, declares an amnesty, brackets and sets > aside the old puzzles. - W. Percy > >
--------------------------------------------------------------------- To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org For additional commands, e-mail: idm-help@hyperreal.org