Emuforums.com

Go Back   Emuforums.com > General Discussion > Web development / Programming
Home Register Downloads FAQ Members List Calendar Arcade Mark Forums Read

WON'T YOU JOIN US?
You are not a registered member and
are viewing this site as a guest.
Registration is simple and FREE.
Join this CrowdGather community today.
Registration offers the following perks:

» Less advertising throughout
» Post and participate in discussions
» Network with other forum members
» Free private messaging

join

Reply
 
Thread Tools Display Modes
Old August 27th, 2005, 23:37   #41
Darklord_
Registered User
 
Join Date: Jan 2005
Location: Santa Catarina - Brazil
Posts: 7
Does someone have a good x86 assembly tutorial which don't use HLA?

Last edited by Darklord_; August 28th, 2005 at 08:59..
Darklord_ is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old August 28th, 2005, 13:48   #42
__Xzyx987X
あの人
 
__Xzyx987X's Avatar
 
Join Date: Oct 2004
Location: In Front of My Computer
Posts: 774
Here's one that seems decent that I ran across with a simple google search. I starts off with programs that mix C and ASM, but that's actually a good place to start since getting basic ASM code working is much easier if you piggyback on the excecution setup a compiled C program provides. If you don't already know C, I really do suggest you try to learn it first because it will familiarise you with many programming concepts that will make writing good assembler code much easier. Anyway, give it a shot and see if it suits your needs.
__________________


This week's top 3 songs:


Xzyx987X - The man with the name you can't pronounce.
__Xzyx987X is offline   Reply With Quote
Old August 28th, 2005, 19:42   #43
Darklord_
Registered User
 
Join Date: Jan 2005
Location: Santa Catarina - Brazil
Posts: 7
Good one. I liked it . Thanks dude, it covers lots of things I'd like to learn. Oh, I already know C (and C++), just like to learn some assembly to mix with my C/C++ code and thus enhance its speed.
Darklord_ is offline   Reply With Quote
Old January 19th, 2006, 07:25   #44
raksmey1309
បងស្រលាញ់អូន!
 
raksmey1309's Avatar
 
Join Date: Jul 2005
Location: ព្រះរាជាណាចក្រកម្ពុជា
Posts: 4,114
And how about code HTML and Java Script?
Where can i get those tutorials?
__________________
I am the keyblade that, hopefully, will unlock your heart someday.

Proud to be Asian, proud to be Cambodian.
CPU: intel Core i7 3770 - GPU: nVidia GTX 660
M/B: Asrock Extreme 4M - RAM: DDR3 8GB bus 1600 MHz
HDD: 3TB SATA 3 7200rpm - Windows 7 64bits SP1
raksmey1309 is offline   Reply With Quote
Old February 27th, 2006, 21:33   #45
Hard core Rikki
Moving into the beat
 
Hard core Rikki's Avatar
 
Join Date: May 2004
Location: Perpetual Hawaii
Posts: 11,283
JAVASCRIPT TUTORIALS:

http://javascript.internet.com/

http://www.javascriptkit.com/

http://www.javascript.com/


HTML TUTORIALS:

http://www.htmlgoodies.com/

http://www.htmlcodetutorial.com/

http://www.pagetutor.com/

http://www.yourhtmlsource.com/

http://www.htmltutorials.ca/

Hope it helps...
Hard core Rikki is offline   Reply With Quote
Old February 27th, 2006, 23:55   #46
raksmey1309
បងស្រលាញ់អូន!
 
raksmey1309's Avatar
 
Join Date: Jul 2005
Location: ព្រះរាជាណាចក្រកម្ពុជា
Posts: 4,114
Thank u very much.
One more question plz.
What is the best software to compile C++?
__________________
I am the keyblade that, hopefully, will unlock your heart someday.

Proud to be Asian, proud to be Cambodian.
CPU: intel Core i7 3770 - GPU: nVidia GTX 660
M/B: Asrock Extreme 4M - RAM: DDR3 8GB bus 1600 MHz
HDD: 3TB SATA 3 7200rpm - Windows 7 64bits SP1
raksmey1309 is offline   Reply With Quote
Old February 28th, 2006, 00:48   #47
Hard core Rikki
Moving into the beat
 
Hard core Rikki's Avatar
 
Join Date: May 2004
Location: Perpetual Hawaii
Posts: 11,283
Hmmm... THAT is a very subjective question! Everyone has his favourite. Okay:

Dev-C++. free from www.bloodshed.com. seems to work fine for most new users (must be idiot-proof)

Visual Studio .NET student edition (NOT best but rather known)

VCToolkit

Visual Studio

GCC

I have a personnal preference for djgpp, and I've tried lots of compilers (Borland, Turbo, VC++, MingW, Digital Mars...). As an editor, I prefer Crimson Editor.

HOWEVER, those I consider the best C++ compilers for Windows are :

GNU BloodShed at http://www.bloodshed.net/devcpp.html, rated 1st (the VERY best among all)

Borland C++ compiler http://www.borland.com/bcppbuilder/freecompiler, rated 2nd

Microsoft Visual C++ compiler http://msdn.microsoft.com/visualc, rated 3rd

MSDOS C++ compiler http://www.delorie.com/djgpp (odd, I know!!)

But I believe people would rather choose depending on what they need:

How can you compare a particular C++ compiler with others?
By checking whether it fully supports the ISO C++ Standard. That should
sort out the REAL compilers. After that, just try a few and see how
FAST they can make *your* programs run.

If you have particularly non-optimized [but otherwise efficient]
code, GCC can produce faster code.

Benchmarks: don't believe 'em.

Hope this isnt too confusing...
Hard core Rikki is offline   Reply With Quote
Old February 28th, 2006, 01:16   #48
Proto
Knowledge is the solution
 
Proto's Avatar
 
Join Date: Dec 2002
Location: Pittsburgh, US. Previously in Mexico City
Posts: 7,160
Just to clarify, you have two concepts mixed up there. The compiler is the program that does the conversion from one language to another (c code to machine code for example). As such, some of the ones you have mentioned are indeed compilers like the Visual C++ compìler (one of the worst if you ask me, in the sense that it deviates A LOT from the ANSI standard), or gcc, or Windows implementations of gcc like mingw

Then we have IDE's, which stand for Integrated Development Environment, and those come in different flavors as well, like Dev-C++ and Visual C++ for Windows; Anjuta and code::blocks for Linux
__________________
Proto is offline   Reply With Quote
Old December 6th, 2006, 15:37   #49
Xtreme2damax
Mr. Technological
 
Xtreme2damax's Avatar
 
Join Date: Aug 2005
Location: Auburn, New York
Posts: 4,426
I just downloaded Microsoft Visual C# And Microsoft Visual C++ 2005 Express Editions from the Microsoft Website.

I'm not Sure if they use their own form of syntax, due to using forms in combination of coding similar to the forms in Visual Basic.

My Question is where can I find tutorials on using the Interface, The Syntax it uses, and Programming in Microsoft Visual C# and Visual C++ 2005 Express Editions?

Thanks if anyone can let me know
__________________
Xtreme2damax is offline   Reply With Quote
Old February 15th, 2007, 02:50   #50
Blacknemesy
Registered User
 
Join Date: Feb 2007
Location: Portugal
Posts: 7
Thanks for all those tutorials on C.
Im taking a degree in programming , just started going C.
Its being pretty good , i have done some small progs on Bloodshed but
i have a big prob:Im using winxp and after compiling when i try running it , all getchar() commands are like ignored and sometimes the window closes and i cant see the result.Any way of fixing this?Thanks
__________________
Intel E6600 4mb cache
Asus P5N32-E NForce680i SLI
XFX 8800GTS 320mb GDDR3
Corsair XMS2 PC640 DC CL4 Dominator 2x1gb
Maxtor 160Gb SataII 8mb cache
Tuniq Tower-120
Audigy 2 ZX Sound Card
Creative Inspire P5800 5.1 Sound System
Blacknemesy is offline   Reply With Quote
Old March 2nd, 2007, 00:39   #51
blueshogun96
Last Xbox Emu Author
 
blueshogun96's Avatar
 
Join Date: Jun 2004
Location: Seattle, WA, USA
Posts: 5,843
try getch();
__________________

Official Website of Shogun3D's RyuAwai!

Shogun3D Game Development Blog

Zengjük a Dalt: Manliest Song Ever!
blueshogun96 is offline   Reply With Quote
Old May 2nd, 2007, 10:34   #52
Smooth Criminal
 
Smooth Criminal's Avatar
 
Join Date: Aug 2006
Location: india<<hyderabad..it rocks>>
Posts: 3,608
Quote:
Originally Posted by Xtreme2damax View Post
I just downloaded Microsoft Visual C# And Microsoft Visual C++ 2005 Express Editions from the Microsoft Website.

I'm not Sure if they use their own form of syntax, due to using forms in combination of coding similar to the forms in Visual Basic.

My Question is where can I find tutorials on using the Interface, The Syntax it uses, and Programming in Microsoft Visual C# and Visual C++ 2005 Express Editions?

Thanks if anyone can let me know

i think here
__________________


Quote:
and if I don't care , do I still get to suck your scrotum? please say yes xp
^^posted bysonic

Smooth Criminal is offline   Reply With Quote
Old August 30th, 2007, 14:42   #53
Galway no Sora
~¤ PanZeR ¤~ idRO Thor
 
Galway no Sora's Avatar
 
Join Date: Mar 2003
Location: Valhalla, on Odin's throne
Posts: 3,165
OK guys, you're talking about C, C++, PHP here, but now I have question about CSS for web style. This code :

Code:
A.menulink1 {
   	font-size : 11px;
   	font-family : Arial, sans-serif;  
   	text-decoration : none;
   	color: #00407C; 
}
A.menulink1:visited {
   	color: #00407C;
	text-decoration: none; 
}
A.menulink1:active {
   	color: #E2EDF9;
	text-decoration: none; 
}
A.menulink1:hover {
   	color: #f74ae5;
	text-decoration: none; 
}
are for link, but I don't know how to make the text (link) as bold with this CSS. I don't know what I should write in the CSS. Can you get me the code to make it BOLD?

Thanks in advance.
__________________
One can't get something from nothing in this world. If life is the one you seek, then life is the price you must pay.

Last edited by Galway no Sora; August 30th, 2007 at 14:49..
Galway no Sora is offline   Reply With Quote
Old December 8th, 2008, 09:30   #54
Qwin
 
Qwin's Avatar
 
Join Date: Dec 2005
Location: Netherlands
Posts: 643
A.menulink1{
font-style: bold;
}
__________________
yooooo cool cool ..... no realy .... cooool!!!!!!
click here for pcsx2 1.0 beta works full speed
Qwin is offline   Reply With Quote
Old December 14th, 2009, 12:00   #55
rajkamaliya
Nihil...
 
rajkamaliya's Avatar
 
Join Date: Nov 2009
Location: Narnia
Posts: 72
Quote:
try getch();
getch(); is borland specific and it won't work with rest of the compilers.

Here is one article for C++ compilers. If you're interested in learning C++ programming under ubuntu try this site.
__________________

GAMEAUCTIONS
rajkamaliya is offline   Reply With Quote
Old April 13th, 2010, 17:21   #56
Linda Moon
Registered User
 
Join Date: Apr 2010
Location: Ukraine
Posts: 3
A lot information is located at this tutorial resource: php form tutorials
Linda Moon is offline   Reply With Quote
Old April 19th, 2010, 15:49   #57
Linda Moon
Registered User
 
Join Date: Apr 2010
Location: Ukraine
Posts: 3
I know you can look here:
html tutorials
Linda Moon is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +1. The time now is 05:26.

© 2006 - 2012 Emu Forums | About Emu Forums | Advertisers | Investors | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.