Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~9K People Reached
Member Avatar for ~s.o.s~

Hello to all programmers out there. Considering the growing request for practice problems by the beginners, we ( Me, Joey, Niek, Aaron..) have decided to start a sticky which will host some common practice problems which would help the beginners in understanding the programming concepts in a better way. (Did …

Member Avatar for gyno
22
7K
Member Avatar for everlast

can anyone give me a reference to a great tutorial for programming Ti 89 graphic calculator using BASIC?

0
62
Member Avatar for everlast

[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 …

Member Avatar for everlast
0
122
Member Avatar for everlast

is there a way for me to write OOP programs in c++ for Texas Instruments TI 89 graphic calculator?

Member Avatar for everlast
0
1K
Member Avatar for everlast

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 …

Member Avatar for everlast
0
105
Member Avatar for everlast

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!

Member Avatar for DimaYasny
0
137
Member Avatar for everlast

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 …

Member Avatar for everlast
0
195
Member Avatar for everlast

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 …

Member Avatar for everlast
0
76
Member Avatar for everlast

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 …

Member Avatar for masijade
0
90