958 Posted Topics

Member Avatar for MidiMagic
Member Avatar for ogwiz

[QUOTE=Ancient Dragon;884249]0 is the same as '\0' -- use which ever one you want. I just find 0 easier to type :)[/QUOTE] Except that the compiler sometimes will bitchslap me, with errors or warnings, if I use zero instead of a [I]'\0'[/I]. Well not with pointers, but with other things …

Member Avatar for ArkM
2
106
Member Avatar for catchmrbharath

If you need something faster, wrap your own crude i/o tools. I'm sure you could get them faster than most provided ones, but not as reliable. [QUOTE=s_sridhar;883307]I'm not sure, but instead of using cout, try placing it directly in the video memory(0x40000000). printf is more time efficient than cout, because …

Member Avatar for s_sridhar
0
152
Member Avatar for Intrade

[QUOTE=adatapost;884764]My answer is Yes. You have to use Microsoft Visual C++ and MFC class library. For further information, read [B]MFC Internet Programming [/B] at [URL="http://msdn.microsoft.com/"]http://msdn.microsoft.com/[/URL][/QUOTE] You don't have to use MFC or VC++. There's loads of other options out there.

Member Avatar for kvprajapati
0
145
Member Avatar for Traicey

DOB? That and most PiHKAL's will land you a long prison sentence. (This is why you should specify, and not use weird acronyms as questions. As well: [url]http://catb.org/esr/faqs/smart-questions.html#before[/url] )

Member Avatar for MosaicFuneral
0
152
Member Avatar for mathueie

First result[s] from Google: [url]http://linux.die.net/man/2/nice[/url], [url]http://linux.die.net/man/2/setpriority[/url] Also optimizing and resting at idle times works.

Member Avatar for MosaicFuneral
0
49
Member Avatar for vuphong2002
Member Avatar for vmanes

[QUOTE=vmanes;882085]Yes, I'm so 20th century - I use my cell phone for talking, not texting or surfing or emailing, or....usenetting.[/QUOTE] 0.0 Wha...wuh.. I only explode mine, as movie props.

Member Avatar for jephthah
0
120
Member Avatar for jephthah

[QUOTE=GrimJack;881376]There would not be any carbon-based life - maybe it would be silica-based.[/QUOTE] Like this [URL="http://www.youtube.com/watch?v=4FBQ6Ovr_s8"]Spongebob episode?[/URL] As we can see, Spongebob and Patrick are ahead of their time, in many fields of science. [QUOTE=sneekula;881898]Wow, imagine the silicon units are breathing out silicon dioxide (sand)![/QUOTE] Why not Silicon dibromide?

Member Avatar for jephthah
1
149
Member Avatar for Aia

Kids, play nice or [URL="http://www.youtube.com/watch?v=7wTb9Qd0npY"]go smoke your meds[/URL].

Member Avatar for jephthah
-1
765
Member Avatar for serkan sendur

Load it onto a SD card, shove it into the PPC, find the executable in explore, double click it with your pointing device.

Member Avatar for serkan sendur
0
110
Member Avatar for Chizl
Member Avatar for Evenbit
0
214
Member Avatar for tomtetlaw

Arguments are [U]push[/U]ed onto the stack before you call it, not what you're doing: [icode]call func, args[/icode] [url]http://www.cs.lmu.edu/~ray/notes/nasmexamples/[/url]

Member Avatar for MosaicFuneral
0
104
Member Avatar for tomtetlaw

The one nieke_e posted and this tutorial [url]http://www.codecolony.de/opengl.htm[/url] are my favorites, on OpenGL. I threw together a quick 2D engine, in about a day, after reading a few of those articles.

Member Avatar for DarthPJB
0
610
Member Avatar for Jupiter 2

I saw no such thing. What post might you be referring to(that contains the alleged abuse)? I believe you didn't need to bother posting this tale of caution, when an individual could just read the rules and other plainly stated notices.

Member Avatar for Narue
0
201
Member Avatar for chri5ty

[quote]Every stupid child now creates trojan viruses with Visual Basic, even if the virus needs the 100-Mb Framework, known as .NET, and furthermore, they don't want to give up that framework and learn a real programming language (not Visual Basic).[/quote] Wow, I feel old all of sudden. I remember virii …

Member Avatar for Jupiter 2
0
247
Member Avatar for kcomeby

On Windows you have to learn the PE file format, on *nix the ELF format. Yes it is possible. Best way is to isolate the particular code into its own section, with plenty if padding space to insert code without realigning everything.

Member Avatar for MosaicFuneral
0
78
Member Avatar for MosaicFuneral

We need a quarterly/bi-annual/annual coding challenge[s] here. There would be a suggestion box sort of thing, where challenge ideals can be submitted. Once a challenge is selected, permitted languages will be attributed along with minimum requirements. Then people can submit and vote; subsequently the top voted will be placed on …

Member Avatar for Ancient Dragon
0
162
Member Avatar for ibzee33
Member Avatar for sain24

[QUOTE=shakar lee;878527]I came here to talk about computer science. What does this have to do with computer science?[/QUOTE] What does your post happen to have with computer science - nothing?

Member Avatar for MosaicFuneral
0
238
Member Avatar for rukunaditya

You could hard code [icode]int main(){}[/icode] as [icode]char main[] { /*opcodes*/ }[/icode](with [icode]extern "C"[/icode] in VC++). So technically it would then be main[] not main() anymore.

Member Avatar for Narue
0
171
Member Avatar for ithelp

There's allot of C# and embedded development jobs, some C++ ones. But for the C++ ones you need a CS degree, 3-5+++++++ years experience, and a couple-dozen other weird requirements.

Member Avatar for Ene Uran
0
188
Member Avatar for Usura

setprecision() is for setting the decimal output of a stream. If your grid is just characters, you should just use chars, then: If you have the file already opened, and your pointer allocated, then just use fstream.read().

Member Avatar for Ancient Dragon
0
84
Member Avatar for jephthah

Movie violence is boring and pisses me off, so does most acting. Probably why I also hate television so much. I saw the trailer for it at the theaters a couple months ago, looks like a piece of crap.

Member Avatar for vmanes
0
207
Member Avatar for cristane

I've been taking advantage of outsourcing: [url]http://www.youtube.com/watch?v=rYaZ57Bn4pQ[/url]

Member Avatar for serkan sendur
0
186
Member Avatar for polo_coins

Those 40-pin DIPs are behemoths! You could break your back, trying to lift one. Why exactly is it so difficult?

Member Avatar for jephthah
-1
776
Member Avatar for soudruhcz
Member Avatar for soudruhcz
0
426
Member Avatar for BlackStar

He said you're not allocating aSome...... Oh yeah, delete everything when you're done.

Member Avatar for Stinomus
0
220
Member Avatar for VBNick

It's generally easier to use the inline assembler, unless you're in VC++(GCC's is far superior).

Member Avatar for MosaicFuneral
0
491
Member Avatar for cutieshunky

Drag mouse to highlight the text, Ctrl+C, go to place you want it copied, Ctrl+V.

Member Avatar for Ancient Dragon
0
105
Member Avatar for Majestics

Then learn the JPEG format, open it up, read it. To display it, that needs more information.

Member Avatar for MosaicFuneral
0
137
Member Avatar for firehazrd0
Member Avatar for firehazrd0
0
271
Member Avatar for deepglue555
Member Avatar for Liszt

I'm still mystified why people even bother to protect most software. When its lifespan/popularity will probably be to short to ever see a revenue drop, due to piracy. [QUOTE=tux4life;869750]You could get the computer's hard disk ID (hardware key)[/QUOTE] Quick few interrupts, yes. But I suffer hard-drive failure, all the time.

Member Avatar for Liszt
0
240
Member Avatar for cruisx
Member Avatar for serkan sendur

Maybe you should format your essay, before you post it. Also you should take a break soon and go do something like bike for a full week, tour another state or the coastline, or just get a hobby.

Member Avatar for serkan sendur
1
157
Member Avatar for spectrum6125
Member Avatar for tuse

You mean those format things: [url]http://www.cplusplus.com/reference/clibrary/cstdio/printf/[/url]

Member Avatar for MosaicFuneral
0
102
Member Avatar for rownak
Member Avatar for Dilbert137

Do you even know what all that gibberish in an executable means, or have you ever dealt with virii code or seen one disassembled and compared to just regular code?

Member Avatar for tux4life
0
120
Member Avatar for infinities

[QUOTE=orwell84;844054]Dev-C++ and gcc are a bit different. At the core, though, they should be the same.[/QUOTE] Dev-C++ is an IDE, not a compiler.

Member Avatar for orwell84
0
133
Member Avatar for amerabdullah
Member Avatar for abacuswalker

With [URL="http://en.wikipedia.org/wiki/2%CE%B2-propanoyl-3%CE%B2-(2-naphthyl)-tropane"]supercrack[/URL].

Member Avatar for MosaicFuneral
0
154
Member Avatar for serkan sendur

Lets begin:[quote]I'm listening to Melt Banana so this really doesn't take a single sane thought to begin my irrelevant posting adventure about irrelevance on a forum based on reason and logical postings formed in reality, not rambling diatribes about "threads I've read that told me to go off topic of …

Member Avatar for ditz
0
163
Member Avatar for serkan sendur

A small JIT compiler/runtime assembler thing. Lost all the code I had on a thumb drive, so I have to start over(better this time).

Member Avatar for William Hemsworth
0
250
Member Avatar for serkan sendur
Member Avatar for xponse
Member Avatar for ~s.o.s~
2
458
Member Avatar for hammans

[QUOTE=William Hemsworth;865103]Either way, the code is bad. You are using outdated files like "iostream.h", "dos.h" and "graphics.h".[/QUOTE] You forgot to mention the usage of [I]conio.h[/I], and that it's in violation of site rules.

Member Avatar for MosaicFuneral
0
120
Member Avatar for mathueie
Member Avatar for BimanD

The End.