No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
19 Posted Topics
Re: [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. | |
Re: [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. | |
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> … | |
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= … | |
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? ![]() | |
Man I got SVN up and I love it :) Does anyone else here use SVN for their projects? | |
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] | |
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() … | |
Re: [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 … | |
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. | |
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. | |
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 … | |
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 … | |
Re: [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 … | |
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 … | |
Re: I will say I won't but then get the first day it comes out:cheesy: and then be screaming because of huge bugs. | |
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.;) | |
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. | |
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: |
The End.