Forum: C# Feb 19th, 2008 |
| Replies: 5 Views: 526 |
Forum: C# Feb 16th, 2008 |
| Replies: 5 Views: 526 |
Forum: C++ Feb 5th, 2008 |
| Replies: 16 Views: 1,154 |
Forum: C++ Feb 4th, 2008 |
| Replies: 3 Views: 222 Re: Who can? post up some of your source and the exact issues are that you are having. |
Forum: C++ Feb 4th, 2008 |
| Replies: 10 Views: 509 Re: How will i start fastest/funnest way (for me at least):
find a friend or ask your parents for a very simple program that they would like to see
* Temperature calculator
* Recipe Program (for saving drink... |
Forum: C++ Feb 4th, 2008 |
| Replies: 16 Views: 1,154 Re: Which C++ complier to use I use Microsoft Visual Studio Professional
if you are just starting out i would recommend the express versions.
I've dabbled around in other IDEs and with other compilers but i happen to like the... |
Forum: C# Jan 25th, 2008 |
| Replies: 8 Views: 586 Re: UI techniques well the developers at microsoft have years and years of experience in UI design, and are more then likely NOT using C# or the .NET framework to develope applications for their OS.
with time and... |
Forum: C++ Nov 30th, 2007 |
| Replies: 7 Views: 607 |
Forum: C++ Nov 30th, 2007 |
| Replies: 4 Views: 1,128 |
Forum: C++ Nov 30th, 2007 |
| Replies: 3 Views: 932 Re: comparing char with constant char Aside from the major syntax and naming issues:
thats because your array of 20 looks like
Rudolf00000000000000
--------------------
// each 0 is actually a null character |
Forum: C# Oct 31st, 2007 |
| Replies: 6 Views: 1,299 Re: c# Console check out http://support.microsoft.com/kb/319257
it really should be as simple as Console.Clear() |
Forum: C# Oct 31st, 2007 |
| Replies: 6 Views: 1,299 Re: c# Console why not give it a shot ;)
System.Console.WriteLine("hello world");
System.Console.clear();
System.Console.WriteLine("Hello world again");
give it a shot. |
Forum: C# Oct 31st, 2007 |
| Replies: 6 Views: 1,299 |
Forum: C++ Oct 5th, 2007 |
| Replies: 5 Views: 700 Re: problem with iterator this statement is entirely different from what you have in your code.
/*
toupper returns an INT value
toupper(a) will return 65 the ascii value for an uppercase A
*/
// the following statement... |
Forum: C++ Oct 5th, 2007 |
| Replies: 19 Views: 2,047 |
Forum: C++ Oct 4th, 2007 |
| Replies: 5 Views: 700 Re: problem with iterator your code worked and compiled fine for me (besides a typo in your post)
what exactly are you referring to as not working?
cout<<toupper(*pos)<<" "; //without cast it doesn't work, why?
while it... |
Forum: C++ Oct 2nd, 2007 |
| Replies: 14 Views: 845 Re: Round Robin I've learned that what i actually write for clients and what I learned in class and books is pretty darn far apart and for the most part the instructor has become too far seperated from reality to... |
Forum: C++ Sep 27th, 2007 |
| Replies: 12 Views: 2,085 Re: C++ vowel counter from inFile Here is a version I wrote based on your code and heavily commented :)
#include <iostream>
#include <fstream>
using namespace std;
int main( void )
{
ifstream inFile; // create a file reader
... |
Forum: C++ Sep 27th, 2007 |
| Replies: 12 Views: 2,085 Re: C++ vowel counter from inFile Make sure to test if the stream is open
inFile.is_open()
if it's not open your vowels.txt file is in the wrong directory.
that being said if you want I can PM you a working version, a little... |
Forum: C++ Sep 27th, 2007 |
| Replies: 19 Views: 2,047 Re: How do you include sound files in C++? It can be tricky, there is a playSound function in C++ but it's not all that powerful so you may be best suited to look for a library to do that, or feel free to get your hands dirty with some... |
Forum: Legacy and Other Languages Sep 27th, 2007 |
| Replies: 5 Views: 6,776 |
Forum: C++ Sep 24th, 2007 |
| Replies: 8 Views: 2,234 |
Forum: C++ Sep 24th, 2007 |
| Replies: 8 Views: 2,234 Re: find 100 first prime number lol sure, that works i wrote that in about ~5min before because i just wanted to solve a problem real fast, optimizations will come later when i get to the much harder problems on projecteuler.net... |
Forum: C++ Sep 23rd, 2007 |
| Replies: 8 Views: 2,234 Re: find 100 first prime number hehe, i just wrote a counter that will go all the way up to 10001 instantly, though i havnt tested it for higher values.
super simple and absolutely NO goto's.
#include <iostream>
#include... |
Forum: C++ Sep 11th, 2007 |
| Replies: 12 Views: 1,786 |
Forum: Search Engine Optimization Sep 11th, 2007 |
| Replies: 10 Views: 1,142 Re: The Google Killer Has Arrived. The interface is far to cluttered to use efficiently especially when browsing search results.
I had to close the page as soon as my results came back because it was far to much work for my eyes to... |
Forum: Legacy and Other Languages Sep 10th, 2007 |
| Replies: 66 Views: 11,019 Re: was windows made with BASIC? hehe, well i do all my developing on my windows box :D
however i liked gentoo because i found it easy to work with, setup, install...etc
i found install applications on it to be easier than any... |
Forum: Legacy and Other Languages Sep 9th, 2007 |
| Replies: 66 Views: 11,019 |
Forum: Legacy and Other Languages Sep 9th, 2007 |
| Replies: 66 Views: 11,019 Re: was windows made with BASIC? haha well i wont argue with fedora not being a good distro.
They used to be pretty big ( am sure they still are ) but they dont seem to be as appealing as SuSE is or even Ubuntu.
Not sure what... |
Forum: Legacy and Other Languages Sep 9th, 2007 |
| Replies: 66 Views: 11,019 Re: was windows made with BASIC? hahahah impossible, now that is niave about OS
in fact my first time running fedora when i was trying to update the system it crashed, locked up and i couldnt do anything. I had to hard restart... |
Forum: Legacy and Other Languages Sep 9th, 2007 |
| Replies: 4 Views: 1,099 Re: A C++ Tutorial Converted to Smalltalk: actually have a handfull of those books at work. the only important ones to use are from visual works or just smalltalk80 books because of the age of the distro we are using. |
Forum: Legacy and Other Languages Sep 8th, 2007 |
| Replies: 66 Views: 11,019 Re: was windows made with BASIC? ummm...i've had linux crash and be just as flaky as windows.
It is hard to call one version of an OS more stable than another. In fact a properly treated install of windows runs great and can... |
Forum: Legacy and Other Languages Sep 8th, 2007 |
| Replies: 4 Views: 1,099 |
Forum: Legacy and Other Languages Sep 8th, 2007 |
| Replies: 90 Views: 24,857 |
Forum: Legacy and Other Languages Sep 8th, 2007 |
| Replies: 66 Views: 11,019 Re: was windows made with BASIC? a lot of windows instability comes from the need to support so much, IE 95% of the market share.
It is hard to write an OS (i would assume) that requires the support of nearly every peiece of... |
Forum: Legacy and Other Languages Sep 7th, 2007 |
| Replies: 5 Views: 6,776 |
Forum: Legacy and Other Languages Sep 7th, 2007 |
| Replies: 4 Views: 1,099 A C++ Tutorial Converted to Smalltalk: Since i am going to have to learn Smalltalk well enough to convert it to .NET ( or so i have been told )
i decided to convert some of the C++ tutorials to Smalltalk.
Namely this one:
Write a... |
Forum: C++ Sep 6th, 2007 |
| Replies: 40 Views: 36,928 |
Forum: Legacy and Other Languages Aug 31st, 2007 |
| Replies: 3 Views: 1,036 Re: Smalltalk no way
after reading up on some tutorials it is actually poorly written if you ask me.
| myFile myStream myLine addrIP mySet contents sFound eFound logDirectory |
Transcript clear.
... |
Forum: Legacy and Other Languages Aug 30th, 2007 |
| Replies: 3 Views: 1,036 Smalltalk how many of you out there use and what about it do you find usefull or to be a headache.
I will be using it on a new system i was just picked up to support, the primary interface will be written in... |