Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. #1 2012-05-24 21:05:55
CompilerCan anyone suggest a good and easy(and free and small in size to download) to use compiler for Windows 7? 'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.' 'God exists because Mathematics is consistent, and the devil exists because we cannot prove it' 'The whole person changes, why can't a habit?' -65 #2 2012-05-24 21:51:25
Re: CompilerI can suggest the Notepad ++. Includes syntax highlight for many different languages-Pascal,C,C++,html,Ruby and many more. Let me know if it is okay to use. The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #3 2012-05-25 18:00:37
Re: CompilerWill it be able to compile to exe? 'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.' 'God exists because Mathematics is consistent, and the devil exists because we cannot prove it' 'The whole person changes, why can't a habit?' -65 #4 2012-05-25 18:01:32
Re: CompilerQBasic and GNU C++ can do that. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #5 2012-05-25 18:06:00
Re: CompilerBut again they do not run on Win7, do they? 'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.' 'God exists because Mathematics is consistent, and the devil exists because we cannot prove it' 'The whole person changes, why can't a habit?' -65 #6 2012-05-25 22:37:41
Re: CompilerHi Agnishom; In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #7 2012-05-26 01:04:17
Re: Compiler
I think it will,but you can try it,it is not large,I think. The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #8 2012-06-01 22:47:15
Re: CompilerPlease give me the link to GNU C++ 'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.' 'God exists because Mathematics is consistent, and the devil exists because we cannot prove it' 'The whole person changes, why can't a habit?' -65 #9 2012-06-01 23:04:55
Re: CompilerHi; In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #10 2012-06-12 05:23:52
Re: CompilerI disassembled the QBASIC exelutabce with IDA after I realized that it consistently hangs with anything except a real IBM BIOS ROM. What to look for is a call to INT 15h, fn 22h. After calling that, QBASIC does the XOR thing on its own code segment. I'm not sure if this has been analyzed/documented elsewhere. I was comparing the execution with/without IBM BIOS and found that with non-IBM BIOS, QBASIC hung in code that just didn't look right at all.I'd suggest using a newer QBASIC (from IBM DOS 5.02, or even 5.00.1 if you have it I don't). A TSR is not worth the effort unless it's just for fun. I can't comment on the relative qualities of IBM vs. AWARD BIOS, so I don't know which is the least painful solution for you. #11 2012-06-12 08:24:01
Re: CompilerHi; In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. |