-
Gave Reputation to anish.prasad.7739 in C++
help me in my project -
Replied To a Post in when to use paper book and when ebook?
Just ordered me 2 thick paper books. Study guides that are going to have a lot of dogears, sticky notes, yellow and green highlights, and penned in notes. Can't do … -
Replied To a Post in Java RMI help (in 'running' a simple ''Hello World'' program
and you're wrong. You have to use rmic to create the stub classes which then are compiled together with the rest of the code using javac. -
Replied To a Post in java application that will print to patterns
wonder what happened to the moderator who said he'd close this zombie 3 years ago. Did he die before hitting the close button? -
Replied To a Post in java problems
A company were to set that requirement for "security" I'd hand back the assignment and tell them I won't be responsible for the inevitable breach of security. -
Replied To a Post in Gender-Specific Toys and Tech
nope, just stating facts. I'm dead against forcing "gender neutral" anything. Let the children choose themselves, rather than force boys to be girls and girls to be boys for the … -
Replied To a Post in An alternative to java.util.Date;
and the library has major flaws in that it's very hard to use, and has no way to rapidly (if at all) convert to and from the old Date logic. … -
Replied To a Post in Gender-Specific Toys and Tech
> "Action figure" is only a marketing term used to sell dolls to boys. uh, I see precious few girls interested in GI Joe play sets, and very few healthy … -
Replied To a Post in How to inbuild java or c or c++ compile in java applet project
good luck! -
Gave Reputation to S1nfulAngel in Dining Philosophers Problem
Can someone tell please, this solution prevents a problem of starvation? -
Replied To a Post in Gender-Specific Toys and Tech
There's ample evidence that "gender specific toys" are far from evil, they're natural. As late as last year there was for example a study where newborns and toddlers were placed … -
Gave Reputation to albu.sorin.calin in Best programming language for video games
For learning I think Unity with C#, but for advanced games c++. -
Replied To a Post in Is this a easy way to stop a hacker from taking control of your PC?
and oh, make sure to do all that while you're not connected to any network, including the internet. Physically unplug network cables and turn off WiFi hotspots. -
Replied To a Post in How do you delete data from broken hardware?
Sure way to ensure data is irretrievable is what I saw in actual use at a major bank: shred the hardware. Seen those big shredding machines for turning large tree … -
Replied To a Post in Career path? (Microsoft dynamics CRM consultant)
Nothing wrong with Microsoft products, but don't stare blindly at any one product when building experience. If you want to switch jobs, and there's an offer open using something else … -
Replied To a Post in Java Suggestion needed
however, 1.441 will AFAIK box to a Float, not a Double. 150 might box to a Byte. This is of course a specific problem here because of the use of … -
Replied To a Post in how to call method non static in method static
hmm, I'd make some small changes to the User class as well. Declare the data fields to be final, and declare the constructor arguments to be final as well. If … -
Replied To a Post in ATM with pin number
he's waiting for the pin to drop... -
Replied To a Post in project ideas
I think you missed the intent of your teacher which is for you yourself to come up with an idea rather than to just browse the internet and ask others … -
Replied To a Post in Are coders running out of ideas
or not create an FB account in the first place. Just keep running into them when redirected automatically from other pages to such FB crap... -
Replied To a Post in when to usee c++ over java?
> If you use something from a newer version of Java it might not work on some machines running an older runtime. I ran into this in my Java class. … -
Gave Reputation to NathanOliver in when to usee c++ over java?
Yes Java is multi-platform but that can misleading as well. Different java runtimes can produce different behavior. If you use something from a newer version of Java it might not … -
Replied To a Post in when to usee c++ over java?
> database program for a school small and big, which i use c++ or java? what your teacher tells you to use. -
Gave Reputation to ishan_1 in Why constructors don't have return types
constructor do have return type a class object is getting memory this is the return type of a constructor -
Replied To a Post in Are coders running out of ideas
@Dani if you can't even see what the offers are... They're fishing for likes just to get higher FB rankings. No different from buying likes from clickfarms IMO. -
Replied To a Post in Are coders running out of ideas
Seeing them used for corporate advertising. "Like us to see our special offers", etc.. Dishonest. -
Replied To a Post in Unfortunately Stopped
never heard of any database engine giving as an error "the database has stopped unfortunately". Again, list the actual error... -
Replied To a Post in Java Project Ideas and Suggestions
it won't be, he's just a spammer... -
Replied To a Post in Beginner Game developer
both Mario and Tetris are registered trademarks, so don't use the names or artwork in your own project... -
Replied To a Post in Are coders running out of ideas
There's now facebook users who won't let you even view their pages unless you "like" them first. And you wonder what's wrong with Facebook? -
Replied To a Post in when to use paper book and when ebook?
depends on how long you'll be on that boat :) And it's a conundrum. If you're going to be there long you're going to need many books but won't have … -
Replied To a Post in what do you prefere for naming: database - c++ - java - php?
ah, I much prefer everything in capitals rather than lowercase if we're going to use underscores between words. Anyway, it's not USER_NAME but USERNAME, single word. USERID or USER_ID, your … -
Gave Reputation to Suadabdullah in Video chatting application in java
please any one can helpe meeeeeeeeeeeeeeeeeeee i want the sourcse code for this project my project same as this please help mee -
Replied To a Post in Are coders running out of ideas
yay, I'm now "kewl" for never having got on the facebook bandwagon... -
Replied To a Post in double and float
making any assumption about equality between floating point numbers is a mistake. http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html read this for the nitty gritty details. To summarise: it's impossible to map a floating point number … -
Replied To a Post in Unfortunately Stopped
might help if you tell us what the error is... -
Replied To a Post in Beginner Game developer
You should ask your teacher, not us, what the scope and requirements of his course work are. -
Replied To a Post in Good second programming language?
Any well rounded programmer should know at least C and Assembler. And can't go wrong knowing a bit of Cobol. But maybe I'm old fashioned :) -
Replied To a Post in Whats better Python or Rudy?
There is no "best". Therefore asking for "the best" is a by definition useless exercise. There might be something that's more appropriate for specific purposes in specific scenarios than something … -
Replied To a Post in final year project
finding all that out is part of your work, not ours. You should have learned how to perform your own research by now, make use of those skills. Feel free … -
Replied To a Post in Find a guide to using an Interactive Development Environment
Visual Studio has a lot of very useful features, but most only become useful in fairly large products with multiple developers working on it as a team, and of course … -
Gave Reputation to rubberman in Find a guide to using an Interactive Development Environment
Two popular multi-platform IDE's for software development are Eclipse and Code::Blocks. I have quite a bit of experience with Eclipse and little with C::B, but I have heard a lot … -
Replied To a Post in eclipse taking too long to open
think I still have one of those, in an old machine I've never gotten around to dismantling and and destructing :) -
Replied To a Post in Are coders running out of ideas
coders aren't the ones inventing business plans. There's a lot of ideas out there, problem is getting funding. You might have noticed the world's in a bit of an economic … -
Gave Reputation to C-Money in 5 methods within 1 class
If you want 5 methods in one class, then one way to do it is, let's say for example, you create an array named A, and it's numbers, or characters, … -
Replied To a Post in eclipse taking too long to open
yes, and Eclipse isn't known for being friendly to your memory OR your CPU. If he's running a machine with 32bit Win7 and only 2GB RAM, his CPU will also … -
Replied To a Post in Random Facts
he's the one who cherry picked unrelated factoids to come up with a lie though... -
Replied To a Post in Random Facts
nope. Maybe there's multiple Mikes here though and you misunderstood which I'm addressing :) -
Replied To a Post in Bad Grammar
first usually is used to set conditions that have to be met for something to happen, second describes the event itself. Of course the language is often so completely butchered … -
Replied To a Post in Random Facts
all of which means nothing at all, Mike. You claimed the main reason people buy guns for is to commit suicide. That's such a blatant lie you can't even come …
The End.