Jump to content
SSForum.net is back!

Recommended Posts

Posted
I use Microsoft Visual C++ 6.0 (C++/C) or NetBeans 5.0 (java) and ofcourse notepad when i dont have access to these applications, for coding stuff smile.gif.
Pwn3D
Posted (edited)

List of tools i activily use: (indicates language)

 

Eclipse (Java) http://www.eclipse.org

TextPad (php,html,asp) http://www.textpad.com/

SharpDevelop 2.1 (c#) http://www.icsharpcode.net/OpenSource/SD/

Microsoft visual web developer express (ASP.net) http://msdn.microsoft.com/vstudio/express/vwd/

Turbo Delphi Explorer (delphi) http://www.turboexplorer.com/delphi

Lazerus (FreePascal) http://www.lazarus.freepascal.org/

Dev-Cpp (C/C++) http://www.bloodshed.net/devcpp.html

Microsoft Office (VBA) http://www.microsoft.com

Edited by doc flabby

Rediscover online gaming. Get Subspace.

Owner of the PlaySubSpace Network (level 0 BanG) and PSSF server

Posted
:/ i want to learn C++ and how do you use a notepad to code?

If your coding in C++ you have 2 filestypes.

.cpp and a .h

 

Both of these files are text files which can be edited by notepad/MSword.

Pwn3D
Posted
notepad can also edit .java files and .htm/html files too

http://i157.photobucket.com/albums/t54/badgersocks/FHTG/FHTG%20-%20redone%20shizniz/tgmember11.png

rootbear75> here is me nude <spoiler tag: Pervert... how many of you actually clicked this?>

Samapico> I actually clicked the spoiler before reading what it was

Corey> I clicked it cause i read what sama said first.

darkreb0rn> I clicked it because I wanted to see you naked...

rootbear75> O.o __________________________________

2:IdleRPG> Mr Snuffleluphagus walked face-first into a tree. This terrible calamity has slowed them 0 days, 00:01:22 from level 18.

2:rootbear75> for fucks sake...

Posted

Microsoft Visual Studio 2005 Team System SP1 with MSDN Library

 

!@#$%^&* am I glad I have work to buy me these things, I sure couldnt find the 5k in change to drop for this stuff ^^

And I used to be hardcore C++ pure Win32 API fanboy.... buuut.. Ive been learning C# and .NET lately, and while its only about a 10th of the speed and efficiency of c++ pure api, the dev time is also about the 10th of c++ as well ^^. So for anything where speed isnt a huge concern, C# is sure lookin like the way to go.

- Programmer of Many SS Related Apps

- Former Owner of MetalGear CTF

- http://kirk.sscentral.com

Posted

by and far interpreted languages have come a long way though, kirk

 

This shows it closer to 5x btw

_UU___UU__SSSSS____AAA____UU___UU__SSSSS____AAA___

_UU___UU_SS_______AAAAA___UU___UU_SS_______AAAAA__

_UU___UU__SSSSS__AA___AA__UU___UU__SSSSS__AA___AA_

_UU___UU______SS_AAAAAAA__UU___UU______SS_AAAAAAA_

__UUUUU___SSSSS_AA____AA___UUUUU___SSSSS_AA____AA

J.C. Dento> prime example of why america will never be a world super power.

Moscato> d1 is mad he will never have a job outside subspace

I can't see this because I turned signatures off. ps VT

Posted (edited)
by and far interpreted languages have come a long way though, kirk

 

This shows it closer to 5x btw

remember as well mono is slower than native c# on windows blum.gif

 

Most of the software we use at work is now written in .net

 

I'm selling .net based software as well (wrapped in delphi however), For business desktop applications its perfect, where its mostly data entry and reports.

Edited by doc flabby

Rediscover online gaming. Get Subspace.

Owner of the PlaySubSpace Network (level 0 BanG) and PSSF server

Posted
Exactly, infact I was about 3 months into a Service manager program written in C++ and pure Win32 API, an ODBC style frontend app. Man that thing was speedy, every window appeared instantly, no flickering, well I could go on, but it ran top speed on the slowest test machine I could find to test it on. Just recently, given new time constraints, ive had to move to C# and .NET. I have almost completely rewritten the entire 3 months worth of C++ work in C# in the last 2 weeks ^^... Buuut... When I tested it on the slow test box (P3-733, 256mb ram, XP) it ran at about a 20th the speed of the C++ app, specificly when dealing with UI elements. On faster machines the differnce in speed was much less noticable, but still thier, and on average I measured about between a 10th to a 5th the speed of the C++ app depending on the speed of the machine. Keep in mind of course that both apps use essentialy the same UI, but between the abstraction of .NET and the interpitation of the byte code, its just slower. But given the drasticly reduced dev time, and the fact that the app runs at acceptable speeds on somewhat recent hardware, its worth the trade off in this case. I never though I'd hear myself say it, but I actualy like C# blum.gif

- Programmer of Many SS Related Apps

- Former Owner of MetalGear CTF

- http://kirk.sscentral.com

Posted
Kirk, if I'm using a ListBox with SelectionMode.None, is there a way for me to get/set/know when the DISPLAYED item changes? I can only find properties and events for the SELECTED item, which does me no good.

_UU___UU__SSSSS____AAA____UU___UU__SSSSS____AAA___

_UU___UU_SS_______AAAAA___UU___UU_SS_______AAAAA__

_UU___UU__SSSSS__AA___AA__UU___UU__SSSSS__AA___AA_

_UU___UU______SS_AAAAAAA__UU___UU______SS_AAAAAAA_

__UUUUU___SSSSS_AA____AA___UUUUU___SSSSS_AA____AA

J.C. Dento> prime example of why america will never be a world super power.

Moscato> d1 is mad he will never have a job outside subspace

I can't see this because I turned signatures off. ps VT

Posted
I honestly dont know, I've only been coding in C# and .NET for about 3 weeks now blum.gif And I havnt yet had a chance to use a ListBox yet ^^. A good place to ask might be ##csharp on freenode, thiers mostly ASP.NET coders thier but ive gotten a few .NET questions answered thier before. Otherwise, I duno ^^.

- Programmer of Many SS Related Apps

- Former Owner of MetalGear CTF

- http://kirk.sscentral.com

Guest
This topic is now closed to further replies.
×
×
  • Create New...