Forum: C++ Oct 8th, 2007 |
| Replies: 2 Views: 1,251 I don't believe so, but there is a C compiler (http://hpgcc.org/) for the hp-50g (A much superior calculator if I may interject my own opinion) |
Forum: C++ Jun 23rd, 2007 |
| Replies: 7 Views: 807 >How does the alphabet wrap around from the letter 'Z' to the letter 'A' while counting forward ????
I think you need to recheck and verify you posted the instructions correctly. If you did then... |
Forum: C++ Jun 22nd, 2007 |
| Replies: 9 Views: 3,060 if you really really want to get into graphics development, allegro is a very very easy API.
here (http://www.cppgameprogramming.com/cgi/nav.cgi?page=index) for tutorials and here... |
Forum: C++ Jun 21st, 2007 |
| Replies: 9 Views: 3,060 if your learning sdl look at some of my sdl functions under c++ code snippets. I think you will find them helpful. I know I do! |
Forum: C++ Jun 19th, 2007 |
| Replies: 4 Views: 1,359 >To answer your question, yes there are ways, but no there aren't any good ones. For example, you could add a boolean flag parameter that says whether to create or not. But that changes the meaning... |
Forum: C++ Jun 17th, 2007 |
| Replies: 2 Views: 2,069 heres (http://www.cplusplus.com/doc/tutorial/files.html)a good link. Apparently people have some problems with the coding techniques in this tutorial so be advised. |
Forum: C++ Jun 11th, 2007 |
| Replies: 7 Views: 1,994 you did not initialize a, b, c, d, and radius. Get the input than assign. |
Forum: C++ Jun 9th, 2007 |
| Replies: 3 Views: 10,238 From what I can glean from wikipedia a csv file is just like a normal text file. For reading and writing file info click here (http://www.cplusplus.com/doc/tutorial/files.html) |
Forum: C++ May 31st, 2007 |
| Replies: 14 Views: 2,780 Do you want to read the contents of the folder? |
Forum: C++ May 31st, 2007 |
| Replies: 14 Views: 2,780 So do you have a solution without using system calls? |
Forum: C++ May 31st, 2007 |
| Replies: 14 Views: 2,780 |
Forum: C++ May 31st, 2007 |
| Replies: 14 Views: 2,780 I mean lets say you have three text files in one folder.
the path for them would be:
c:\\<whatever>\\yourfolder\\file1
c:\\<whatever>\\yourfolder\\file2
c:\\<whatever>\\yourfolder\\file3 |
Forum: C++ May 31st, 2007 |
| Replies: 14 Views: 2,780 yeah, its just like reading any other files. Just instead of the file name, but the path to the file. If your using windows you need two backslashes. |
Forum: C++ May 30th, 2007 |
| Replies: 7 Views: 3,385 oh sorry missed the top bit. |
Forum: C++ May 30th, 2007 |
| Replies: 7 Views: 3,385 if it was a homework assignment. Wouldn't he use functions.... |
Forum: C++ May 30th, 2007 |
| Replies: 7 Views: 3,385 whats the point? The code is not complex enough to make a difference... |
Forum: C++ May 28th, 2007 |
| Replies: 7 Views: 1,283 how bout using a better api? qt or gtk are much easier. |
Forum: C++ May 28th, 2007 |
| Replies: 6 Views: 3,806 mono is pretty sweet..... |