Jump to content

Help on creating a program


l1o2l

Recommended Posts

I'm new to programming but would like to create a basic data entry program that reads off a list in a .txt and then enters them into a separate program.

Share this post


Link to post
Share on other sites

If you can write the algorithm for the calculation in to the program it would be a quick less then 100 lines of C++ code to be written.

 

When you say long numbers are we talking between -2147483648 and 2147483647 or like +/- 1.7e +/- 308 (~15 digits)

Share this post


Link to post
Share on other sites

Visual Basic Net is ok, what sucks is the Visual Studio and MSDN help.. help is horrible.

 

I love java help..

- bfiref description of method

- parameters

- suitable for X java version

 

that's all u need but Microsoft can't keep it simple and clean... T_T

Edited by loco_frags

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...