No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
[QUOTE=iamthwee;307602]Personally, the semantics behind a specific programming language do not interest me in the slightest. The link provided is good for extending one's problem solving skills in any programming language. [url]http://www.topcoder.com/[/url] Sign up and go to > software competitions > problem and set analysis and pit your wits against some …
can anyone give me a reference to a great tutorial for programming Ti 89 graphic calculator using BASIC?
[code=cplusplus] #include <iostream> #include <iomanip> using namespace std; class Matrix { public: Matrix (int =0, int =0); ~Matrix (); Matrix (const Matrix&); void operator = (const Matrix&); Matrix operator + (const Matrix&); Matrix operator * (const Matrix&); Matrix operator - (const Matrix&); int* getMember(int =0, int =0) const; //returns pointer …
is there a way for me to write OOP programs in c++ for Texas Instruments TI 89 graphic calculator?
i'm quite new to programming. i'm a mechanical engineering grad student and i've been learning c++ for a year now on my own. so far i can program only win32 console programs i'll soon finish literature on OOP c++ like Robert Lafores interactive c++, C++ How To Program (Deitel) and …
im having trouble finding and downloading openSUSE linux. the opensuse.org won't open. where else can i find this distribution and download it quickly? thank you in advance!
I'm in a desperate need of help with gcc 4.2.2 installation on Linux OpenSUSE 10.2. I'm a mechanical engineering student and i need it installed on my home PC for my diploma thesis - it's quite urgent, i've been battling with it for a month. I need gcc 4.2.2. compiled …
i've obtained alot of literature for vim editor and i've started working, but then i realised there aren't any books on shell scripting (at least i could'nt find any) containing many examples. can anyone suggest a good by example book on bash shell? also, what is the importance of scripts …
i'm an absolute beginner in shell scripting so i need adivice: what is the best editor, and where is the best place to find tutorials for them? i'm a somewhat experienced in c++ so i understand the shell code quite quickly but i'm having truble writing it in vi because …
The End.