Search found 65 matches

by cndr
Sat May 22, 2010 9:11 pm
Forum: Programming Discussion
Topic: Programmer's Education Index
Replies: 63
Views: 64064

Re: Programmer's Education Index

I've been working on a chess program, I'm at the point where I start making the actual engine for it. I found a really good site, and thought that it should be shared with all, if you are interested in this kind of thing I suggest looking at the open source program gerbil, it is really well document...
by cndr
Fri May 21, 2010 11:22 am
Forum: Programming Discussion
Topic: problem with moving pieces[solved]
Replies: 1
Views: 215

Re: problem with moving pieces [solved]

never mind I solved it
by cndr
Fri May 21, 2010 8:58 am
Forum: Programming Discussion
Topic: problem with moving pieces[solved]
Replies: 1
Views: 215

problem with moving pieces[solved]

So I'm working on a chess program and am working on legal moves, so far I have pawns and knights fully implemented but am having a little bit more trouble with the rook, how the pieces move on the board is the user selects a piece that piece is on tempSquare, and selects the square they want to move...
by cndr
Tue May 18, 2010 9:06 pm
Forum: Programming Discussion
Topic: tips for memory managment
Replies: 8
Views: 608

Re: tips for memory managment

any really, I'm trying to improve my coding, so anything as basic as ints take up more space than short ints, I'm new at memory management so any help would be great.
by cndr
Tue May 18, 2010 8:54 pm
Forum: Programming Discussion
Topic: tips for memory managment
Replies: 8
Views: 608

tips for memory managment

does any one have any tips for memory management?
by cndr
Tue May 04, 2010 1:17 pm
Forum: General/Off-Topic
Topic: problems with ubuntu 10.04
Replies: 4
Views: 655

problems with ubuntu 10.04

whenever I unplug my computer so it is running on battery the power meter goes down to 60% after 10 seconds, is anyone else having this problem?
by cndr
Mon May 03, 2010 6:02 pm
Forum: General/Off-Topic
Topic: [Solved] Linux ip address help
Replies: 3
Views: 438

Re: Linux ip address help

* Reconfiguring network interfaces... SIOCDELRT: No such process WARNING: ifup -a is disabled in favour of NetworkManager. Set ifupdown:managed=false in /etc/NetworkManager/nm-system-settings.conf. [ OK ] did what it said, and it worked! thanks for the help!
by cndr
Mon May 03, 2010 5:36 pm
Forum: General/Off-Topic
Topic: [Solved] Linux ip address help
Replies: 3
Views: 438

[Solved] Linux ip address help

I just updated ubuntu to 10.04 and was wonder how to change my ip address to 192.168.1.123, below my interface file, followed by the ifconfig results, anyone know what I did wrong? /etc/network/interfaces auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.1.123 netmask...
by cndr
Thu Apr 29, 2010 7:56 am
Forum: Programming Discussion
Topic: opengl programming book
Replies: 7
Views: 561

Re: opengl programming book

Here is a link to nehe's opengl tutorials in pdf http://www.fdi.ucm.es/profesor/segundo/ ... 4_Book.pdf
by cndr
Tue Apr 27, 2010 7:41 pm
Forum: General/Off-Topic
Topic: The Official "I WILL RAPEZ YOU AT CHESS!!!!!" Topic
Replies: 91
Views: 522883

Re: The Official "I WILL RAPEZ YOU AT CHESS!!!!!" Topic

I challenged you, don't know how I'll do since I havn't played in months. my user name is cndr.
by cndr
Mon Apr 26, 2010 8:57 pm
Forum: General Gaming
Topic: Steam on Linux
Replies: 17
Views: 3026

Re: Steam on Linux

I'd rather not see steam, I hate the idea that I buy a game, and it gets linked to an email address, and you basically have to be online to play games, the only way to play offline is to go online and put it into offline mode.
by cndr
Mon Apr 26, 2010 8:49 pm
Forum: General/Off-Topic
Topic: The Official "I WILL RAPEZ YOU AT CHESS!!!!!" Topic
Replies: 91
Views: 522883

Re: The Official "I WILL RAPEZ YOU AT CHESS!!!!!" Topic

what is your rating arce?
by cndr
Mon Apr 26, 2010 5:49 pm
Forum: Programming Discussion
Topic: Programmer's Education Index
Replies: 63
Views: 64064

Re: Programmer's Education Index

Hi, I found a video tutorial on Lua, I watched some of it so far, and its pretty good for me (somebody just getting into lua), just thought I'd share it with you, I noticed some of the video is about garry's mod, but most of it is Lua specific. http://turck3.blip.tv/ and here is a link to Nehe's pdf...
by cndr
Mon Apr 26, 2010 5:09 pm
Forum: Programming Discussion
Topic: [solved]using lua with c++
Replies: 4
Views: 569

Re: using lua with c++

Thanks for the help I really appreciate it
by cndr
Mon Apr 26, 2010 3:13 pm
Forum: Programming Discussion
Topic: [solved]using lua with c++
Replies: 4
Views: 569

Re: using lua with c++

didn't work for me, maybe I should just stick with pure lua for a while, it seems getting the code to work with c++ is harder than I thought, when I ran the code I got the following error message:

Code: Select all

error: void value not ignored as it ought to be
the lua file just had

Code: Select all

x =5;