Dev Shed Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDev Shed Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 22nd, 2003, 03:42 AM
spybreak's Avatar
spybreak spybreak is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2001
Posts: 121 spybreak User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
What language should I use? Please help :/

I'm searching for a language to write a prog for windows in.

I don't want the prog to be bloated (vb) and I want it to work with all Windows Versions starting from Windows 95 if possible.

All this Programm has to do is to take a parameter when it is called:
myprog.exe parameter

This parameter is a path to a file. Then it should copy this file to another place. That's basically* it.

* I still need functions that allow me to:
- check a file size
- delete a file
- popup a Message Box
- replace something in a string
- if possible something like explode() like in php

Does anyone know some alternatives (no vb: bloated, no c: it seems to be to difficult for a starter like me)


Thank you very much, this is for a non-profit project I'm doing

Reply With Quote
  #2  
Old May 22nd, 2003, 04:17 AM
TechNoFear TechNoFear is offline
Offensive Member
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2002
Location: in the perfect world
Posts: 594 TechNoFear User rank is Sergeant (500 - 2000 Reputation Level)TechNoFear User rank is Sergeant (500 - 2000 Reputation Level)TechNoFear User rank is Sergeant (500 - 2000 Reputation Level)TechNoFear User rank is Sergeant (500 - 2000 Reputation Level)TechNoFear User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 14 h 6 m 15 sec
Reputation Power: 21
I would do it in WIN32 API so I could do away with the command line arguments and use a GUI.

But that would require C or C++

DELPHI uses a form of OO PASCAL and is a GUI wrapper for the WIN32 API.
__________________
The essence of Christianity is told us in the Garden of Eden history. The fruit that was forbidden was on the Tree of Knowledge. The subtext is, All the suffering you have is because you wanted to find out what was going on. You could be in the Garden of Eden if you had just kept your f***ing mouth shut and hadn't asked any questions.

Frank Zappa

Reply With Quote
  #3  
Old May 22nd, 2003, 05:11 AM
SilkySmooth's Avatar
SilkySmooth SilkySmooth is offline
Newbie :P
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2001
Location: In the PHP Engine :-)
Posts: 2,880 SilkySmooth User rank is Sergeant (500 - 2000 Reputation Level)SilkySmooth User rank is Sergeant (500 - 2000 Reputation Level)SilkySmooth User rank is Sergeant (500 - 2000 Reputation Level)SilkySmooth User rank is Sergeant (500 - 2000 Reputation Level)SilkySmooth User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 11 h 32 m 23 sec
Reputation Power: 15
C can be difficult to grasp but as you mentioned the PHP function I am assuming you are familiar and PHP is loosely based on C, therefore if you can learn one you can learn the other. Visit amazon and search up the C++ Bible this is a fantastic reference book esp. for beginners and it will be reallly useful in getting your non profit job done and you will also be able to continue learning for future possible contract projects.

HTH
__________________
---------------------
-- SilkySmooth --
---------------------
Proxy | Little Directory

Reply With Quote
  #4  
Old May 22nd, 2003, 05:34 AM
spybreak's Avatar
spybreak spybreak is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2001
Posts: 121 spybreak User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
ok.. i think i'm gonna do that.
a question: whats the difference between c and c++.
and another: can i code in c/c++ without very expensive software?

Reply With Quote
  #5  
Old May 22nd, 2003, 05:37 AM
spybreak's Avatar
spybreak spybreak is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2001
Posts: 121 spybreak User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Delphi costs too much :/

Reply With Quote
  #6  
Old May 22nd, 2003, 07:45 AM
Ctb's Avatar
Ctb Ctb is offline
An Ominous Coward
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jan 2002
Posts: 4,425 Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level) 
Time spent in forums: 3 Weeks 10 h
Reputation Power: 0
There are a couple of free c and c++ compilers and tools floating around for Windows like lcc-win32, but I don't know of what quality they are. I think Borland also has a free C++ Builder compiler that you can download. Many moons ago I used 3.0 of their IDE / compiler tools and I thought they were pretty good, but that's been years.

Reply With Quote
  #7  
Old May 22nd, 2003, 08:01 AM
dcaillouet's Avatar
dcaillouet dcaillouet is offline
Big Endian
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: May 2001
Location: Fly-over country
Posts: 1,173 dcaillouet User rank is Sergeant (500 - 2000 Reputation Level)dcaillouet User rank is Sergeant (500 - 2000 Reputation Level)dcaillouet User rank is Sergeant (500 - 2000 Reputation Level)dcaillouet User rank is Sergeant (500 - 2000 Reputation Level)dcaillouet User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 16 h 29 m 5 sec
Reputation Power: 24
Quote:
Originally posted by spybreak
can i code in c/c++ without very expensive software?
There are some free compilers available:
http://www.bloodshed.net/compilers/index.html

One good one that wasn't on the above list is here:
http://community.borland.com/articl...0,20633,00.html

You said that Delphi was too expensive. I just wanted to make sure you knew there was a personal edition for producing non-commercial software for $99 and an edition of C++ Builder for $69.
http://shop.borland.com/dr/v2/ec_MA...771140000077276
http://shop.borland.com/dr/v2/ec_MA...771140000077276

I've seen boxed sets of older commercial products selling on eBay for as little as $30 (Delphi 2, C++ Builder 4, etc.)

Reply With Quote
  #8  
Old May 24th, 2003, 12:26 AM
jimmy2k1 jimmy2k1 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2002
Posts: 89 jimmy2k1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 48 m 50 sec
Reputation Power: 7
use Python, it's great for everything

Reply With Quote
  #9  
Old May 24th, 2003, 03:15 AM
spybreak's Avatar
spybreak spybreak is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2001
Posts: 121 spybreak User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
can Python be compiled? and can one really do that with Python? Because I liked Python. The debugger always showed me where my errors were


and thanks for all that compiler Links I have not decided yet on what to use.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDev Shed Lounge > What language should I use? Please help :/


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway