-
Replied To a Post in [question] Operator overload
Java being programmed to make bad code harder to write (it's still possible, the moment you make things more fool proof nature creates a batter fool after all) they decided … -
Replied To a Post in Create a BankAccount class that has the following:
your instructor can only help you if you're willing to learn. You seem only to be caring about getting your homework accepted with minimal effort, that's not going to make … -
Replied To a Post in Oracle 11g default username and password to start sqlplus
if you'd taken 10 seconds to read previous responses... -
Replied To a Post in OracleCommand Object in C# brings back 1 less row
You're either looping through the results incorrectly or you're connecting to a different schema where there's a different number of rows to be returned. Any other possible options are so … -
Replied To a Post in Please help
see the error description, most likely there's a problem in your project setup that causes it to not find something during the link phase. -
Replied To a Post in writing a program that allow replacement of the first character, loops/stri
loop, test character chode, if one that needs replacing replace it, win. -
Replied To a Post in [question] Operator overload
operator overloading isn't bad in theory, but it has such massive opportunities for abuse, and in the wild is hardly ever used except incorrectly, that the designers of Java decided … -
Replied To a Post in java is architectural neutral
Any general purpose programming language is effectively neutral, in that it doesn't restrict you in what you can do with it except for those restrictions imposed upon you by the … -
Gave Reputation to dansmith1234 in Deathbycaptcha
Can someone help me with implementing the deathbycaptcha API into Denodo? Thanks -
Replied To a Post in attendance register for subject in schools
what "the system"? What technology, what image, where is it coming from, why are you stuck, what have you tried? It's utterly impossible to give any meaningful response based on … -
Replied To a Post in Do you feel old yet?
hmm, the first "computer" I had was an electric typewriter with memory for one page of text, where you could enter a text, go through it and apply formating (on … -
Replied To a Post in 4K file size?
blame people who don't know that K means Kilo to invent something meaning something else that causes confusion when used outside of its intended context... -
Replied To a Post in C++ Books
> sn't only show you how is something done and how to do it your self. Instead, it throw you into the sea of the problem and let you experience … -
Gave Reputation to Saranika in how to create as a programe
Consider the following class hierarchy of preschool teachers of ABC school, to answer the questions from i to iv. *Preschool teachers full time teachers part time teachers All Preschool teachers … -
Replied To a Post in how to create as a programe
seeing as all his "questions" have just been verbatim dumps of homework assignments, I seriously doubt he's capable of seeing how to do anything himself... -
Replied To a Post in A fault in C++ !
First rule of programming: when in doubt about whether something is a bug in the compiler/language spec or a bug in your code, assume it's a bug in your code. … -
Gave Reputation to Đăng in [question] Operator overload
my teacher asked me "Why c++/c## support operator overloading and java don't?" I have an answer for Java. anything I read, just said about how to write, define or something … -
Replied To a Post in best programming language for game programming?
there is no "best". Read all the other threads about it, several with the exact same title... @Hericles: C# is becoming ever more popular, especially as engines like Unity become … -
Gave Reputation to Alson in best programming language for game programming?
i want to know which is the best language for the game programming? -
Replied To a Post in how to add org.apache.xerces.parsers package in netbeans
find and download the library somewhere on the net, and add it to your project as explained in the documentation of your IDE. That's all there is to it. -
Replied To a Post in An idea to prevent undergoing redundant medical tests
main reason for superfluous tests in the US is covering yourself so you can't get sued for malpractice in case you failed to diagnose something, anything, however unlikely. Over here … -
Gave Reputation to seh1 in Feasibility of "Hacking" Game
Hi, My friend is thinking of creating a game in which you hack into a fake safe/vault "A" and once you are in that "safe" you write code/create a firewall … -
Replied To a Post in i need practice..
come up with idea you think is just past your current skill level. Start implementing, start learning, win. -
Replied To a Post in 4th dimension
> You seam to know alot, so tell me why the dimension of Koch's curve is log(4)/log(3)? mathematically dimensions can be broken numbers. Fractal geometry explains how those are calculated. … -
Replied To a Post in Looking to get into programming. (for game development in specific)
And don't start trying to write games until you're a pretty decent programmer AND designer, it'll only end in tears. Games are complex pieces of code, you'll get utterly swamped. -
Replied To a Post in HOW THE PROGRAMS CRACKED ?
hmm, what's up with the flood of "I wanna be a script kiddie" style posts. Must be the school vacations are here and all the kiddos normally posting homework questions … -
Replied To a Post in Java writing/reading from database
`Class.forName("com.mysql.jdbc.Driver");` This hasn't been needed for years. Stefan, read about how Java works. That's an extremely basic question. The driver jar needs to be on your classpath. -
Replied To a Post in Java rmic error when running?
And HF Java isn't all that good a book anyway. You get what you pay for... -
Replied To a Post in Compile question, command line
As long as all the sources you need to compile the application are on the source path for the compiler it will compile them all into the output path (granted … -
Replied To a Post in How Do Game Engine Get Designed? Can they be downloaded?
Unity isn't so much dual license as much as offering a limited version with reduced functionality for free (they I think also introduce some advertising into your game when you … -
Replied To a Post in Looking for assistance please - I am stuck on a Java assignment
you'll need to get used to reading, as there's a lot of things to know and just watching videos on youtube or watching your teacher demo things isn't going to … -
Replied To a Post in null in my 2d array
well, that array element contains "nulla" because that's what you put in there... -
Stopped Watching null in my 2d array
So I am writing a program to read text from a file. Save from an array list to an array and then parse that array for ',' and use that … -
Began Watching null in my 2d array
So I am writing a program to read text from a file. Save from an array list to an array and then parse that array for ',' and use that … -
Replied To a Post in Inventory Part 6
`\\` he means :) -
Replied To a Post in Picture Slideshow in Java
I think he figured out that the best way to get to where he wants to go is to try to trick other people into writing the actual code... -
Replied To a Post in Search algorithm
ah, another attempt at solving the traveling salesman problem by dumping the problem in a public forum for others to solve... -
Replied To a Post in Checking Occurrence in a String
what have you tried, where did you go wrong? Show some effort, we're not your personal homework service. -
Gave Reputation to chandu503 in How to know when a thread ends.
hai new_2_java can you please send me a java program to play list of audio files using JMF -
Replied To a Post in Need a demo Program for bank account c class
good luck writing that demo program. If you wrote that class, I'm sure you can do it. -
Replied To a Post in Doubt in for each
as they say: there is no doubt, only do. And what you should do is learn to crawl before you can walk, learn to walk before you can run. Learn … -
Replied To a Post in Which language now??
never liked Python. Java and LSL though... And I've always had a soft spot for Pascal. -
Replied To a Post in Which laptop should I buy?
power consumption, and space. Those fast drives need more "stuff" to keep them stable, and use more electricity. And of course laptops are traditionally not intended for the uses that … -
Replied To a Post in Contrary to Popular Belief...
contrary to popular belief, most popular beliefs are wrong. -
Replied To a Post in Geographical segregation order?
not really. Sadly the reality behind those stories is often so ludicrous that people think it's a joke when it isn't... -
Replied To a Post in Capturing Image from WebCam - JMF and JSP
you can't. JSP runs on the server, you'd end up using the webcam (if there is one, there shouldn't be) on the server. Which is of course not what you … -
Replied To a Post in Geographical segregation order?
I'm sure they'll soon come up with a politically correct alternative for him... -
Replied To a Post in convert pdf to jpg java code examples to follow
why go that way anyway... There's perfectly servicable libraries to show PDF documents in Swing (and I guess JavaFX) applications, as well as standard browser plugins to show them in … -
Replied To a Post in Lists and ArrayLists
hmm, I'd always return List<Y> where X implements Y :) -
Replied To a Post in Which laptop should I buy?
Mac? In general overpriced compared to similarly spec'd machines from other brands. But sweet machines if you can get them at a discount (which are rare, Apple tightly controls its …
The End.