Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 16 of 16
Search took 0.01 seconds.
Search: Posts Made By: proghelper
Forum: Java Sep 8th, 2005, 9:54 AM
Replies: 3
Views: 289
Posted By proghelper
String sFileName = c_sFilePath + c_sFileName; ...

String sFileName = c_sFilePath + c_sFileName;
File fFile = new File(sFileName);
Forum: JavaScript and Client-Side Browser Scripting Sep 4th, 2005, 11:14 AM
Replies: 11
Views: 354
Posted By proghelper
Hi , Check this code. Its...

Hi ,

Check this code. Its working.

<html>
<head>
<SCRIPT LANGUAGE='JavaScript'>
function checkrbtn() {
var radio1 = document.forms[0].mc2;
var radio2 = document.forms[0].truefalse4;
Forum: XML Aug 31st, 2005, 9:37 AM
Replies: 16
Views: 1,241
Posted By proghelper
HTML is for humans. Programs are supposed to turn...

HTML is for humans. Programs are supposed to turn html docs into visually pleasing documents.

XML are for computer to computer communicaion. They could be better processed by programs written to...
Forum: Java Aug 31st, 2005, 9:29 AM
Replies: 2
Views: 182
Posted By proghelper
Lightbulb There is no better tutorial than the one by Sun...

There is no better tutorial than the one by Sun http://java.sun.com/docs/books/tutorial/networking/

----------------------

Help on programming (C/C++, Java, C# or any other programming language)...
Forum: Java Aug 31st, 2005, 9:25 AM
Replies: 36
Views: 690
Posted By proghelper
Lightbulb I would say NO. Just learn Java. Applets are...

I would say NO.

Just learn Java. Applets are being replaced by better technologies like AJAX. But Java lives.

----------------------

Help on programming (C/C++, Java, C# or any other programming...
Forum: C++ Aug 31st, 2005, 9:12 AM
Replies: 4
Views: 209
Posted By proghelper
Lightbulb Reversing a cyclic list is pretty easy, you just...

Reversing a cyclic list is pretty easy, you just switch the head and tail of the list.

----------------------

Help on programming (C/C++, Java, C# or any other programming language) for homework,...
Forum: C++ Aug 28th, 2005, 6:02 AM
Replies: 12
Views: 410
Posted By proghelper
Well I do not think this is a fair comment....

Well I do not think this is a fair comment. Anyway you are free to have your viewpoint.

I like KDE, and QT toolkit is quite handy for the purpose of learning. But I also agree that GTK would be a...
Forum: C++ Aug 20th, 2005, 2:21 PM
Replies: 4
Views: 207
Posted By proghelper
Lightbulb Hmmm... I found many good ones with google :D...

Hmmm...

I found many good ones with google :D

-----------------------

Programming ( Assignment / Project ) Help (http://www.programminghelp4u.com/)
Forum: C Aug 20th, 2005, 2:17 PM
Replies: 12
Views: 861
Posted By proghelper
This is a very useful set of notes on the command...

This is a very useful set of notes on the command line arguments. Well Done :D

_______________

Programming ( Assignment / Project ) Help (http://www.programminghelp4u.com/)
Forum: Java Aug 8th, 2005, 8:07 PM
Replies: 2
Views: 197
Posted By proghelper
Lightbulb In the error messages you get on the console, you...

In the error messages you get on the console, you would get the line numbers of the code corresponding to error location.

You can use those information to help debug the...
Forum: Java Jul 29th, 2005, 8:27 PM
Replies: 2
Views: 196
Posted By proghelper
Xerces is an XML parser. You cannot convert Java...

Xerces is an XML parser.
You cannot convert Java program source to XML using Xerces.

It is not clear what you want here. Howevr there are tools to convert Java programs to HTML if you wish to do...
Forum: C++ Jul 14th, 2005, 5:36 AM
Replies: 3
Views: 230
Posted By proghelper
Lightbulb _FT_Close is the symbolic name used by the DLL to...

_FT_Close is the symbolic name used by the DLL to refer to the FT_Close name used in the program code.

I think there is nothing wrong here. The linker will handle it for...
Forum: C++ Jul 14th, 2005, 5:16 AM
Replies: 10
Views: 351
Posted By proghelper
Exclamation C++ is good for Object Oriented...

C++ is good for Object Oriented programming.
Ofcource, you need some decipline unlike in Java. However it is much faster than Java.

You can do so may things with C++. Do google for C++ open source...
Forum: C Jul 13th, 2005, 3:39 AM
Replies: 3
Views: 1,303
Posted By proghelper
YEs I think you are correct on this except for a...

YEs I think you are correct on this except for a single mistake:

char * getbuf(char *test){
static char temp[10];
//do something on temp;
test=temp;
return temp;
}

Using this in main()...
Forum: C Jul 13th, 2005, 3:20 AM
Replies: 7
Views: 287
Posted By proghelper
C is not an Object Oriented (OO for short)...

C is not an Object Oriented (OO for short) programming language. It is a functional language. What this means is that you write the programs as set of functions.

In OO, you write a program as a...
Forum: C++ Jul 13th, 2005, 3:12 AM
Replies: 15
Views: 430
Posted By proghelper
If you are familier with C, learning C++ would be...

If you are familier with C, learning C++ would be relatively easy.

For the sake of understanding programs, it is always better to learn C++, as you have to deal with memory management and the likes....
Showing results 1 to 16 of 16

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:36 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC