No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hello, all. I am in the process of writing a peg solitaire solver in Python. It will allow the user to select the shape of the board in the future but for now I'm testing it with a standard 5 row triangle game, like the ones you find in Cracker …
[QUOTE=Momerath;1496433]I once worked for a man who said "If you call yourself a software engineer you better have some engineering background". He rejected peoples resumes based on this thought.[/QUOTE] I see where he is coming from. Engineering has many specific divisions and software engineering is no exception. Engineering courses in …
[QUOTE=Lardmeister;1518046]A computer savvy accountant, that sounds like one of those over-bonused Wall street jobs![/QUOTE] I was going to point out that he could try to minor in CS because that could help him in the accounting field but then you reminded me of all those financial folks that wrote all …
I think one good way to try to make system calls portable is to simply put them in a separate library file within a custom made function. You can call that function anywhere in your code and only really need to change the platform specific implementation that exists in the …
The End.
zekish