User profile: Baelix

User info
User name:Baelix
Name:Mitchell Barnett
Location:Texas
Bio:Senior Computer Science major. Extensive work in C++ Data Structures.
History
Joined:
Number of posts:16
Latest posts:

functions using a structure - homework help
The first thing I notice here, is that your prototype and function definition do match in the parame...

Seg fault in custom C Shell
@Moschops The input that leads to the error is anything to do with piping. I.e. ls -al | ls -al Or ...

Seg fault in custom C Shell
Hey all. I'm writing a C Shell for my Operating Systems class, and was hoping you could help me find...

Recursive Polynomial Help
Hopefully I don't sound too dumb here, but would you break that down a little bit more for me, in la...

count function for queues
[code]template<class Type> void queueType<Type>::addQueue(Type newElement) { if (!isFullQueue())...