confusion Programming Software Development by narendra_jntu I am very new to java . I am having some confusion in java versions. Actually what is java2 java 5 ,jdk1.…5 alot of confusion i am having . Is there any special meaning in that… to move forward in learning java.plz somebody clear this confusion. Confusion Community Center by swaira umar hi swaira here Hey all there i m student of bsse and nw i m in final year n i have 2 do final year project bt i m in gr8 confusion to which field i must go either to Networking or AI or Hardware/Software mixed.Plz Help me in chossing correct field and correct project. confusion Programming Software Development by linabeb …).... ![gila4](/attachments/large/3/gila4.jpg "gila4") my confusion is..... my code suppose to show like (vb.net) (as… confusion with char datatype Programming Software Development by palavi i have confusion, like when we give Char var='A';how is it … confusion access specifier Programming Software Development by jiten_raulo Hi experts, I have confusion about the point I read in my book: I. In … Confusion with regards to type casting of pointers Programming Software Development by abhimanipal Hello Everybody, I have a small confusion with regards to pointers. Here is some code [CODE] int … Confusion: Binary Operator Overloading Programming Software Development by aparichit4evr Hello friends...I'm having confusion about binary operator overloading in the following program. The question … Confusion in Time function output Programming Web Development by arupface … => nil irb(main):007:0> > Now my confusion is why that "=> nil" coming? what concept… Confusion in an Assembly code Programming Software Development by Mahnoor_1 … the statement , Inc color like this? I have a slight confusion in it. Re: confusion Programming Software Development by khizer03 …-z8JfOIKw[/COLOR][/QUOTE] hey i am really in a big confusion how can i do this please guide me this is… Re: confusion Programming Software Development by Phaelax Java2 typically means 1.4, but started with 1.2. Java 5 is version 1.5. Check this link for further info: [url]http://en.wikipedia.org/wiki/Java_version_history[/url] Re: Confusion Community Center by WaltP sms 2 me tht u hv a prblm. snc we no u so well, we sgst cndl mkg. its mch ezr thn cptr Re: Confusion Community Center by vmanes [QUOTE=WaltP;659031]sms 2 me tht u hv a prblm. snc we no u so well, we sgst cndl mkg. its mch ezr thn cptr[/QUOTE] Should I be worried that I'm able to read that? Or worried that that's all so many kids these days seem to be able to write? Re: confusion Programming Software Development by brylle just put ByVal before sender.. ^_^ Re: confusion Programming Software Development by linabeb ermm...is the [by val] will make any difference?? hohohho... Re: confusion Programming Software Development by Denden17 might not installed properly (i guess) but why not try Re install it again ? or download another IDE. and also ByVal make difference. theres a two Type ByVal and ByRef http://www.youtube.com/watch?v=zo716UJ5r60 Re: confusion Programming Software Development by Reverend Jim When a paramer is passed By Val then the sub/function gets a copy of the parameter.Any changes made inside the sub/function will not affect the original parameter. However, if you pass By Ref then any changes will affect the calling parameter. For example Dim x As Integer = 5 MySub(x) MsgBox(x) Private Sub MySub(ByVal p As … Re: confusion Programming Software Development by TnTinMN The ommision of ByVal is a non-optional "feature" MS added in VB2010 SP1. ByVal is the default parameter passage mechanism in .Net. Supposedly MS originally used the placement of ByVal as a reminder for those migrating from VB6 where ByRef is default. Re: confusion Programming Software Development by linabeb hhohoho.....ok2..i will try to reinstalling it...by the way thanzzz all 4 the reply n for the xplanation... Re: confusion Programming Software Development by linabeb yup...i need to reinstall my vs hehehe...thank you all for the responses.. ^^, Re: confusion in a coding Programming Software Development by Salem … changes value just enough to cause a shed-load of confusion. The 0.7 in your if statement is actually a… Re: confusion about increment operator(++) Programming Software Development by deceptikon This: strncpy(p->name[(p->count)++], q, 20); Is roughly equivalent to this: strncpy(p->name[p->count], q, 20); ++p->count; I'm not sure where your confusion lies, but I'm all but certain you're overcomplicating things. Re: confusion about increment operator(++) Programming Software Development by L7Sqr …). The example I provided in my previous post removes the confusion entirely. If you are not certain how these things work… Re: Confusion: Copying Objects Programming Software Development by pspwxp fan … to post this as it is directly tied to the confusion above. float[] temp = matrix[r1]; for(int i=0; i… please remove my confusion Hardware and Software Networking by Frank Wallis … and knowledgable IT professional answers my question and removes my confusion. For example if I have a DNS Server in my… Container Adapter Confusion Programming Software Development by Yuruke …. -create the methods/constructors used for stacks. Overall the main confusion I myself am having is how to go about this… Hoping someone can clear up some confusion. Programming Software Development by Fyrbeast I have an assignment that asks me to pick a third-party control available for Visual Basic.Net. Color me a newbie...but I am not sure what that means. I googled the question "What is a third-party control for VB.Net?" and the results did not really give me a definitive answer. So could someone please clear up my confusion. Thank You Let me clear the confusion regarding voting! Community Center Meta DaniWeb by Dani … am going to try to clear up all of the confusion, so bare with me :) The reputation system still exists in… Re: Let me clear the confusion regarding voting! Community Center Meta DaniWeb by Dani Thanks for the positive feedback. OK I have some more confusion tidbits to add :) As I mentioned, if you give reputation … Need your help confusion in FUNCTIONS Programming Software Development by ishaiman … the student of MIT. C++ is my subject. I feel confusion in FUNCTIONS. can you help me? > It works if…