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
~604 People Reached
About Me

I'm a student of ecology. I aim to discover ways in which biological diversity is generated and maintained. To this end, I develop mathematical and logical models, program them in Matlab or C++ and do simulations on my Linux operated computer.

Favorite Tags
Member Avatar for Daan

Hi, I'm trying to use a program, written by others, that has C/C++ code compiled as part of its setup procedure (it's called Content - integrated environment for the analysis of dynamical systems). However, c++ (or g++ actually) complains about invalid conversions and cannot compile: [code]autodif.c: In function ‘char* Mult(char*, …

Member Avatar for vijayan121
0
141
Member Avatar for potpaLaptop

Greetings, I have recently acquired a free Toshiba Tecra 8100 laptop. After getting a WORKING power cord for it from ebay i plugged it in. When the power button is pressed the light on the front shows that the computer is on, the power cord is plugged in, and that …

Member Avatar for caperjack
0
159
Member Avatar for Daan

Hello :-) I'm trying to pass a filestream to a function: [code]template <class T> void grid<T>::print(std::ofstream file) { for (int i = 0; i < h; i++) { for (int j = 0; j < w; j++) file << cell[i][j] << "\t"; file << std::endl; } }[/code] so that I …

Member Avatar for Daan
0
151
Member Avatar for Daan

I'm writing small command line programs that for instance numerically solve systems of differential equations. The programs are so simple, that I think it would be an overkill to use a development environment like MS Visual Studio or Anjunta. I'm progamming on a Linux computer, and I use Gedit to …

Member Avatar for joe_blow
0
82
Member Avatar for Daan

I stumbled uppon these forums and they seemed like a place with friendly people so I thought I'd introduce myself here. I'm a biologist, and I recently got a job as a researcher at an intstitute for ecological research. I'll be doing theoretical research on biodiversity, and I'll use my …

Member Avatar for Daan
0
71