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
~630 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

5 Posted Topics

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
143
Member Avatar for potpaLaptop

Hey! I'm having the same trouble with the same laptop. I dropped it on the floor yesterday. It was still in it's bag, it happend before and all was ok. When I switched it on this morning, it wasn't though... Have you fixed the problem yet?

Member Avatar for caperjack
0
161
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
168
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
87
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

The End.