Forum: Computer Science Mar 18th, 2006 |
| Replies: 5 Views: 3,706 Too many highschool math teachers fail to inspire their students, presenting math in a dull and boring manner. If you have one of those teachers, not all is lost! Go to self-action!
Ask some of... |
Forum: Computer Science May 18th, 2005 |
| Replies: 11 Views: 3,464 How about a distance converter with a menu driven convert from/to. For instance convert light-years to miles, or millimeters to inches, yards to rods and so on. |
Forum: Computer Science Mar 24th, 2005 |
| Replies: 4 Views: 6,061 To get started with programming concepts I would recommend Python. Python borrows a lot from C, C++ and Java, also makes it easy to write and test your programs. Once you feel comfortable with... |
Forum: Computer Science Mar 12th, 2005 |
| Replies: 7 Views: 19,635 Need a bit more info. Do you want to start the game from the server? |
Forum: Computer Science Mar 10th, 2005 |
| Replies: 2 Views: 9,155 Darn, I have seen those little program codes float around and never saved one. You need to google, it should uncover one of them. Got to narrow it down from just "wallpaper" though, or you get 99%... |
Forum: Computer Science Feb 19th, 2005 |
| Replies: 7 Views: 12,820 The .NET Framework combines a number of languages. If you want to create Windows GUI programs, C# would be the choice.
I parked a number of Csharp snippets on DaniWeb, click the Code Snippets... |
Forum: Computer Science Feb 15th, 2005 |
| Replies: 20 Views: 8,725 The problem with google is that it gives you 99% BS.
Try:
http://computer.howstuffworks.com/
for only 77% BS.
Darn, one of the little guys just fell out of the side of my PC. Got to use more... |
Forum: Computer Science Feb 15th, 2005 |
| Replies: 18 Views: 6,875 I recommend Visual C# .Net. You can pick up the whole package for less than $100 (amazon.com). You need Windows on your computer, preferably XP and a good amount of free disk space.
It is easy... |
Forum: Computer Science Feb 12th, 2005 |
| Replies: 67 Views: 25,265 A jpeg picture encrypter/decrypter I wrote for a friend, after his little brother spread the somewhat compromising digital pictures he took of his fiancee amongst his play buddies. Sorry, I don't... |
Forum: Computer Science Feb 9th, 2005 |
| Replies: 6 Views: 2,913 Most browsers leave a heck of a trail all over your drive, there is no escape! So use your best judgement what you are browsing for ... |
Forum: Computer Science Feb 9th, 2005 |
| Replies: 1 Views: 1,791 I would say use HTML and a little JavaScript to change the cursor. Look at this code snippet here on DaniWeb to get a hint.
http://www.daniweb.com/code/snippet179.html |
Forum: Computer Science Feb 9th, 2005 |
| Replies: 7 Views: 4,634 My advice, learn C++
When you learn C++ you also learn C, Java and C# to a fair extent, since they are so closely related. Sort of like classical English at Harvard and street English in certain... |
Forum: Computer Science Dec 28th, 2004 |
| Replies: 5 Views: 4,061 Professors that don't know how to teach are part of academic life. Get a tutor, or drop the course and hope somebody else will actually know how to teach it later on. |
Forum: Computer Science Dec 28th, 2004 |
| Replies: 3 Views: 4,079 Imagine this, and it's not even April 1st yet ...
I think somebody is trying out the bigots! |
Forum: Computer Science Dec 28th, 2004 |
| Replies: 8 Views: 3,047 Narue,
with your permission I will make a copy of this and hang it on the wall next to Albert Einstein's famous dictum. |
Forum: Computer Science Dec 28th, 2004 |
| Replies: 27 Views: 10,813 Always a hot topic!!!
Which is the best language to learn and otherwise? Start with C, you can write unbelievably bad and undecipherable code with it. There is a huge amount of sample code out... |
Forum: Computer Science Oct 4th, 2004 |
| Replies: 12 Views: 7,725 Learning to program is like learning to play the piano, it has to be a mixture of study and doing. Read the book to get the concepts, and when you get bored, go and take some existing code and... |
Forum: Computer Science Oct 3rd, 2004 |
| Replies: 12 Views: 7,725 I posted a Calculator (Windows GUI) in the C snippets, not the worlds easiest code in C. Look at it with an open mind! If you like, I could send something simpler like a clone of the the excel... |
Forum: Computer Science Oct 3rd, 2004 |
| Replies: 12 Views: 7,725 Well some folks are helpful, others like to complain. BCX is not an interpreter. By the way I like your code snippets. Is there way I can post some BCX snippets there? Greetings from the Sin City... |
Forum: Computer Science Oct 3rd, 2004 |
| Replies: 12 Views: 7,725 To get your feet wet, go from basic to C/C++.
I like BCX, a free basic to C translator. The generated C/C++ code that is then compiled. You don't have to get involved with C/C++ right away.... |
Forum: Computer Science Oct 3rd, 2004 |
| Replies: 6 Views: 9,689 :o The best compiler may be a preprocessor that uses a set of macros and easy to understand code to write your program, then translates this to C/C++ code that one of those free C/C++ compiler can... |