| What is the BASIC code for the graphic calculator game Hero? I don't have a TI connectivity cable, so I have to manually input all of my programs... Anyway, there is a game for the TI-83+ called HERO, and I was looking for the program code for that. (Not the connectivity code, but the actual code you'd input for the game.) Links/help would be appreciated. Thank you! Catégorie : Programming & Design Par : Caleb C |
| What are some sites that include cartoon/sketch effects with colour? Or even one site, just one that's good and works. Sites like befunky.com. And if there are any PROGRAMS alike, I'd appreciate you name them, too. Catégorie : Programming & Design Par : That Girl... |
| I can't see the Korean script on my computer.? Well as the title says, i can't see my own Korean typing. Like some people can see but me myself can only see boxes. And on Firefox i see box's with number combination in it. Really confused help would be appreciated. Catégorie : Programming & Design Par : Daniel L |
| Writing formulas into English sentences ? Consider a language with the predicates friend (x,y) (meaning that x is a friend of y), child(x), animal(x) and dog(x) (meaning that x is a child, an animal or a dog, respectively, and the constant Fido. please help with formulas converting into English sentences A (other way round) x 3 (other way E) y friend(x, y) 3 x (dog(x) ^ A (other way round) y (friend(x, y) → child(y))) Catégorie : Programming & Design Par : ali v |
| What are the IT/Programmers people doing the whole day at there offices? Hello everyone, I have some programming experience, so I have a taste for what a program is, and I like mathematics/physics too. I always ask myself what are the people who call their selves programmers/IT managers etc… doing the whole day at their offices? Can someone please give me few examples of what they are doing, or let’s assume that I’m one of them (not senior sure, but a beginner), give me few examples of the projects or the work that I must do at such offices. Take Yahoo for an example what are the employees doing the whole day their? Are they solving mathematical equations (Linear Algebra, Differential Equations, Integration etc…) or are their many other things to do? Which skills should someone have to enroll in such offices, I have heard mathematics, but which kind of mathematics? Are all of those people who calls their selves programmers (or work in such offices) really good in mathematics and algorithms? Or is there other kind of work that is not based on mathematics and algorithms? What are managers? (economically and software) Please give explanations, books recommendations for self study, to become such one. Catégorie : Programming & Design Par : skyflowers |
| what website can i see movies in? Catégorie : Programming & Design Par : nathaly l |
| C++ file sorting problem? Please Help me with this C++ problem quick. A file grade.txt (available on Blackboard) is given to you. It contains 20 rows and two columns of data. The left column is the student ID number, and the right column is the corresponding student grade (a floating point number). Write a program that reads from this file and sort the given data according to the following requirements. First, sort the given data with respect to the student ID number in ascending order (i.e., from lowest to highest) and output to a file gradelistA.txt which has two columns with the left column being the ID number and the right column being the student grade. Second, sort the given data with respect to the student grade in descending order (i.e., from highest to lowest) and output to a file gradelistB.txt with two columns. (Note that when the ID numbers are reordered, the grades should be reordered correspondingly so that a student’s grade is still matching his/her ID in the same row). Here is what I got so far... #include Catégorie : Programming & Design Par : abotsch31 |