Forum: Python Jun 29th, 2009 |
| Replies: 8 Views: 414 Awesome! Thanks a lot! Finally fixed the problem!
I'm kind of new to python, so thanks a lot for bearing with my questions! |
Forum: Python Jun 29th, 2009 |
| Replies: 8 Views: 414 I'm using 2.6.2 at the moment.
I've attached a picture to go along. I'm not exactly good at explaining all of these, because I'm as confused as it is...
Anyway, I've added some additional stuff... |
Forum: Python Jun 29th, 2009 |
| Replies: 8 Views: 414 Ah, I've gotten it to work in the interpreter. However, I'm still rather confused about the usage of it when I actually code it down.
I've tried several times (while reading the filter and lambda... |
Forum: Python Jun 29th, 2009 |
| Replies: 8 Views: 414 Thanks for the help!
However, I'm really confused at the filter and lambda. This is the first time that I've ever touched Python, so I'm quite new to all the stuff that Python uses.
I tried... |
Forum: Python Jun 29th, 2009 |
| Replies: 8 Views: 414 I'm a little stuck on this particular piece of code that I'm working on. I'm supposed to check the contents of 1 text file (original), and compare it with another text file (filter) to see if there's... |
Forum: C++ Jan 26th, 2009 |
| Replies: 1 Views: 326 Hello, I'm currently programming a C++ Snake game and I'm stuck at a particular part of the program.
This particular part had me wondering for sometime now, and I've got absolutely no idea how to... |
Forum: C++ Dec 2nd, 2008 |
| Replies: 12 Views: 886 Ah yes. I'm sorry for leaving out these information.
Basically, this is a "game" of the mouse and cheese. The mouse is represented with M, which is the starting point of the maze itself. C is the... |
Forum: C++ Dec 1st, 2008 |
| Replies: 12 Views: 886 As much as I would like to change the maze, it's not really possible for me to do that, as the maze stated in standard.txt is what I need solve.
I'll paste the whole code here again. I've fixed... |
Forum: C++ Nov 30th, 2008 |
| Replies: 12 Views: 886 Okay, so far so good. I understood what you've suggested to me. However, I'm still in a pinch.
I got this whole chunk of code done up, and the backtracking works to a certain extend. I know... |
Forum: C++ Nov 29th, 2008 |
| Replies: 12 Views: 886 Alright, noted and changed my void main() to int main(). Thanks for the advice!
I've use structs before, but not stacks. Haven't learned of that as of yet.
I'm still trying to figure out how to... |
Forum: C++ Nov 29th, 2008 |
| Replies: 12 Views: 886 Hello guys, I'm new here, and this is my first post in this forums. Please bear with me if I can't explain what I'm in need of well.
Basically, this is part of my assignment, and I'm supposed to... |