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