Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

19 Posted Topics

Member Avatar for wraph

[quote=w00dy;165331]It's also said that Gates's DOS was mostly 'dumpster-dived' OS/2, No wonder he grins all the time.[/quote] I don't think thats very true OS/2 is more of a unix like OS like xenix with lots of DOS support.And MS DOS was made before OS/2.

Member Avatar for jwenting
0
632
Member Avatar for Dark_Omen

[quote=vegaseat;172301]Along comes Boo, looks like Python and Ruby rolled into one, and you can compile it to an executable file, or use it in the shell. [URL]http://boo.codehaus.org/[/URL][/quote] Well it is really a .Net language so it still is a JIT language.

Member Avatar for pkc
0
425
Member Avatar for Elfshadow

My friend who is a VB6 programmer is doing a benchmark against C and the VB is running faster than the C but we know this isn't a reliable benchmark Could you look at our benchmarks and tell us any thing that might be causing this. MINGW [code] #include <stdio.h> …

Member Avatar for Ancient Dragon
0
276
Member Avatar for Elfshadow

On my forum I go to we were talking about how some peoples C++ hellowords were 10x larger than the C version.On my GCC and G++ there is no difference but on some of theirs there is a huge one.If any of you wouldn't mind could you compile C [code= …

Member Avatar for jwenting
0
127
Member Avatar for Elfshadow

For a program I'm writing I only need two digits past the decimal.I was a c programmer and the way I would have done this was [code] printf("%2f",variable); [/code] Is there anything like this in cout?

Member Avatar for GreenDay2001
0
58
Member Avatar for Elfshadow

Man I got SVN up and I love it :) Does anyone else here use SVN for their projects?

Member Avatar for Ezzaral
0
85
Member Avatar for Elfshadow

Is this the right way to use fgets when its for non file input. [code=C] #include<stdio.h> int main() { char userinput[256]; printf("Enter a string:"); fgets(userinput,256,stdin); printf("%s",userinput); return 0; } [/code]

Member Avatar for WaltP
0
112
Member Avatar for Elfshadow

I have trying C and so far it's gone great but this has been driving me mad today. I could swear scanf worked earlier but its crashing my programs? I know you get this problem when you forget the pointer thing & but this should work [code] #include<stdio.h> int main() …

Member Avatar for Elfshadow
0
130
Member Avatar for Dani

[quote=cscgal;2019]I'm taking an Operating Systems course in which I need to write some really in depth programs (more specifically, along the lines of a terminal based program which implements many system level unix-like commands). However, the catch is that this must be written in straight C, which I have no …

Member Avatar for Elfshadow
0
570
Member Avatar for Elfshadow

Between NASM and FASM which one would you pick? And I pretty new to ASM but I think the Intel style looks better so I think that rules GNU out unless they have a Intel version syntax.

Member Avatar for Evenbit
0
112
Member Avatar for Elfshadow

For a while I have read stuff on GNU I don't agree with their views on copyrights.Is there any BSD like groups like GNU that are more about open source then anti copyrights. I like the BSD license for stuff better.

0
30
Member Avatar for Elfshadow

I like open source but sometimes I don't agree with gnu and all the rules you have to follow when you use it for your things.Is there one doesn't have as many rules that makes you have to make everything open source with it?This is for a pen and paper …

Member Avatar for jbennet
0
115
Member Avatar for Elfshadow

I started learning C++ as my first language. But some of the OOP stuff gives me trouble. I know C is a widely used language like C++ and has about the same syntax but isn't OOP.I have tried some basic C so i have not got parts that are different …

Member Avatar for Elfshadow
0
131
Member Avatar for BaD-AiM

[quote=Ancient Dragon;195854]lean to crawl before you try to walk and run. Before you even think about game programming take a year or so (depending on how fast you learn and how much time you are willing to spend at it) to learn the language. If you already bought an introduction …

Member Avatar for PirateTUX
0
266
Member Avatar for Elfshadow

I don't know if this too OT but so many people ask.I just got Sam's C++ in 21 days and it's great.Don't let the name fool you because the book is huge and I don't think I'll finish it in 21 days;). This is the best C++ book I have …

Member Avatar for Colin Mac
0
154
Member Avatar for krazywasabi

I will say I won't but then get the first day it comes out:cheesy: and then be screaming because of huge bugs.

Member Avatar for jbennet
0
322
Member Avatar for Elfshadow

I'm a learning C++ programmer but one of my friends is a VB 6 programmer.He wants to go to vb.net but it makes him mad because it's so different from VB 6.Could someone please tell me any good tutorials for VB 6 to VB.net programmers.;)

Member Avatar for waynespangler
0
104
Member Avatar for Elfshadow

Hi I'm a new C++ programmer and this site has a lot great info. It's my new homepage:cheesy: I just wanted to say hello to everyone and thanks for all the help.

Member Avatar for cecil.vera
0
63
Member Avatar for Elfshadow

Should I use the codeblocks IDE with MinGW or Dev C++ IDE with MinGW??? I'm only a beginner C++ programmer and I don't like VC++ express because of installing the platform SDK:eek:

Member Avatar for micdareall
0
107

The End.