Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 166
Search took 0.04 seconds.
Search: Posts Made By: niteice
Forum: C Aug 24th, 2007, 9:29 PM
Replies: 16
Views: 473
Posted By niteice
whoops, didn't read the thread, didn't notice it...

whoops, didn't read the thread, didn't notice it was int* and not int.
Forum: C Aug 24th, 2007, 8:17 PM
Replies: 16
Views: 473
Posted By niteice
it should be &, not *.

it should be &, not *.
Forum: C Aug 17th, 2007, 5:57 PM
Replies: 5
Views: 236
Posted By niteice
you need to use pkg-config for gcc to find the...

you need to use pkg-config for gcc to find the headers:
gcc `pkg-config --cflags gtk+-2.0` `pkg-config --libs gtk+-2.0` main.c -o main
First pkg-config invocation gets the required compiler flags to...
Forum: C Aug 17th, 2007, 9:23 AM
Replies: 5
Views: 236
Posted By niteice
What's your compilation command line?

What's your compilation command line?
Forum: C Aug 16th, 2007, 10:58 PM
Replies: 5
Views: 202
Posted By niteice
Does Test_read have the same declaration as the...

Does Test_read have the same declaration as the function pointer?
Forum: Coder's Corner Lounge Aug 16th, 2007, 12:51 PM
Replies: 11
Views: 291
Posted By niteice
Not exactly. Newer models don't have TPM chips...

Not exactly. Newer models don't have TPM chips (or at the least, OS X doesn't use them in any way). You have 2 main factors preventing you from running OS X on a mainstream PC:

1) EFI, the Macs use...
Forum: C Aug 14th, 2007, 3:04 PM
Replies: 17
Views: 556
Posted By niteice
if(MONTHLY == mode) You can't assign to a...

if(MONTHLY == mode)
You can't assign to a constant (which I assume MONTHLY is), so the compiler will catch that immediately.
Forum: Coder's Corner Lounge Jul 19th, 2007, 11:16 PM
Replies: 24
Views: 620
Posted By niteice
I DO hope everyone in this thread knows that The...

I DO hope everyone in this thread knows that The Onion is SATIRE.

LAUGH a little.
Forum: Software Design and Algorithms Jul 13th, 2007, 10:59 PM
Replies: 1
Views: 83
Posted By niteice
Java-style classes in C++

http://strlen.com/rants/javaclassesincpp.html

Just some food for thought...
Forum: Coder's Corner Lounge Jul 12th, 2007, 3:45 PM
Replies: 11
Views: 300
Posted By niteice
I tend to read the programming forums over there,...

I tend to read the programming forums over there, they usually get more intelligent postings...
Forum: Coder's Corner Lounge Jul 11th, 2007, 10:34 PM
Replies: 11
Views: 300
Posted By niteice
That situation is all too common at gamedev.net's...

That situation is all too common at gamedev.net's Help Wanted section...except that everyone there is serious.
Forum: Assembly Jul 8th, 2007, 5:53 PM
Replies: 5
Views: 434
Posted By niteice
Wouldn't it be easier to intercept the USB...

Wouldn't it be easier to intercept the USB packets somehow and try to decode those instead?
Forum: C# Jul 8th, 2007, 1:20 PM
Replies: 8
Views: 267
Posted By niteice
C# may actually be slightly faster, because...

C# may actually be slightly faster, because VB.NET relies on library functions to do a few things that are native features of C#, among other reasons.

This page...
Forum: C Jul 3rd, 2007, 12:08 PM
Replies: 12
Views: 364
Posted By niteice
There are plenty of libraries available, but you...

There are plenty of libraries available, but you are correct in thinking that nothing is standardized.
Forum: Coder's Corner Lounge Jun 26th, 2007, 2:41 AM
Replies: 25
Views: 484
Posted By niteice
@King: Slight correction, 3rd-party apps will be...

@King: Slight correction, 3rd-party apps will be developed with JS/HTML, as it (almost certainly) uses Apple's WebKit renderer....there's more to it but basically it's ajax.
Forum: C++ Jun 19th, 2007, 10:02 PM
Replies: 13
Views: 359
Posted By niteice
...because it's a cut-down visual studio ;)

...because it's a cut-down visual studio ;)
Forum: C++ Jun 19th, 2007, 5:21 PM
Replies: 13
Views: 359
Posted By niteice
Unless you discovered something a lot of people...

Unless you discovered something a lot of people are missing out on, you have the Express edition, which is just individual languages...


Or you have an MSDN subscription, but those cost...a lot.
Forum: C Jun 19th, 2007, 1:23 AM
Replies: 8
Views: 305
Posted By niteice
What do you mean "couldnt do that"? Your code...

What do you mean "couldnt do that"? Your code looks like it should work.
Forum: Coder's Corner Lounge May 25th, 2007, 9:21 PM
Replies: 4
Views: 133
Posted By niteice
If it's under an OSI license, it's open source as...

If it's under an OSI license, it's open source as they define it (which tends to be the commonly accepted form). The range of licenses they consider open-source, however, is quite wide.
Forum: C May 24th, 2007, 5:26 PM
Replies: 8
Views: 325
Posted By niteice
MinGW compiler (http://www.mingw.org) system()...

MinGW compiler (http://www.mingw.org)
system() call (http://www.opengroup.org/onlinepubs/000095399/functions/system.html)

These took me about 15 seconds to find.
Forum: C++ May 20th, 2007, 12:59 AM
Replies: 3
Views: 143
Posted By niteice
Most of the functions are very similar, you just...

Most of the functions are very similar, you just need separate Winsock initialization and error-checking, and most of the names are different, but very little code needs to be changed.


There's a...
Forum: C++ May 12th, 2007, 11:02 PM
Replies: 8
Views: 337
Posted By niteice
ASP.NET can used with either VB or C#...

ASP.NET can used with either VB or C#...
Forum: C# May 11th, 2007, 6:20 PM
Replies: 1
Views: 157
Posted By niteice
It seems that libavcodec and libavformat are...

It seems that libavcodec and libavformat are fairly widely used, as they're the backend to FFMPEG, VLC, and others.
Forum: Coder's Corner Lounge Apr 17th, 2007, 2:22 PM
Replies: 6
Views: 194
Posted By niteice
Standard NTSC TV is 720x480, I think.

Standard NTSC TV is 720x480, I think.
Forum: Coder's Corner Lounge Apr 7th, 2007, 4:16 PM
Replies: 21
Views: 417
Posted By niteice
You can build a pretty decent Athlon 64 system. I...

You can build a pretty decent Athlon 64 system. I did around August, prices should be lower now. I got:

Athlon 64 3500+ (AM2)
Gigabyte AM2 motherboard
1GB DDR2 RAM
160GB SATA hardd rive
Dual layer...
Forum: Coder's Corner Lounge Apr 5th, 2007, 10:59 PM
Replies: 19
Views: 554
Posted By niteice
I find myself using C most often for applications...

I find myself using C most often for applications and Python for other things. C++ is nice, but the fact that most C++ programmers seem compelled to use every single feature of the language is a bit...
Forum: C# Mar 10th, 2007, 2:16 PM
Replies: 2
Views: 232
Posted By niteice
You seem to be on the right track, unfortunately,...

You seem to be on the right track, unfortunately, I can't find much useful information. You may want to look at the Mono C# compiler[/code] for ideas, as it is also written in C# (though it doesn't...
Forum: Coder's Corner Lounge Feb 20th, 2007, 8:31 PM
Replies: 4
Views: 127
Posted By niteice
The current directory is also searched. You can...

The current directory is also searched. You can put mylib.so in the same directory as your application and the dynamic loader will find it there.
Forum: C++ Feb 3rd, 2007, 6:59 PM
Replies: 4
Views: 289
Posted By niteice
Practically everyone uses libjpeg...

Practically everyone uses libjpeg (http://www.ijg.org/).
Forum: C++ Jan 29th, 2007, 6:44 PM
Replies: 30
Views: 907
Posted By niteice
Something like pygame (http://www.pygame.org)...

Something like pygame (http://www.pygame.org) coupled with py2exe (http://www.py2exe.org) could very well be what you want - what you can do is tie them together in a way similar to how Game Maker...
Forum: Python Jan 14th, 2007, 3:48 PM
Replies: 3
Views: 251
Posted By niteice
Boost.Python...

Boost.Python (http://www.boost.org/libs/python/doc/index.html) and SWIG (http://www.swig.org/) are usually used to automate embedding Python in an application. Both have very good documentation.

But...
Forum: Coder's Corner Lounge Jan 2nd, 2007, 11:48 PM
Replies: 22
Views: 466
Posted By niteice
Alright, I'll oblige...

Alright, I'll oblige ye...

http://img528.imageshack.us/img528/2189/mspace200701030010cv3.th.png (http://img528.imageshack.us/my.php?image=mspace200701030010cv3.png)

The "i gave up" line is actually...
Forum: Coder's Corner Lounge Jan 1st, 2007, 4:20 PM
Replies: 22
Views: 466
Posted By niteice
shh :p

shh :p
Forum: Coder's Corner Lounge Jan 1st, 2007, 12:14 AM
Replies: 22
Views: 466
Posted By niteice
Yes, it's practically a requirement at my age ;),...

Yes, it's practically a requirement at my age ;), no I'm not telling what my profile is, yes I'm reasonably sure I'm the only MySpace user using Opera on Linux :D
Forum: Coder's Corner Lounge Jan 1st, 2007, 12:09 AM
Replies: 9
Views: 290
Posted By niteice
As long as you can access the install files on...

As long as you can access the install files on your hard drive it'll work.
Forum: Coder's Corner Lounge Dec 29th, 2006, 10:01 PM
Replies: 9
Views: 290
Posted By niteice
1) Install DOS (FreeDOS (http://www.freedos.org)...

1) Install DOS (FreeDOS (http://www.freedos.org) is recommended, since it can run on a FAT32 partition)
2) Copy \i386 from the Windows CD to the hard drive.
3) cd i386 and run winnt.exe
Forum: PHP Dec 29th, 2006, 9:58 PM
Replies: 6
Views: 221
Posted By niteice
exec() returns whatever the program prints on...

exec() returns whatever the program prints on stdout. So if your program is:
#include <stdio.h>

int main(int argc, char **argv)
{
fputs("Hello, world!\n", stdout);
}
The return value of exec()...
Forum: Coder's Corner Lounge Dec 25th, 2006, 9:05 PM
Replies: 7
Views: 150
Posted By niteice
yes, it's probably your best bet.

yes, it's probably your best bet.
Forum: Coder's Corner Lounge Dec 25th, 2006, 7:02 PM
Replies: 7
Views: 150
Posted By niteice
Update the drivers?

Update the drivers?
Forum: C++ Dec 14th, 2006, 3:13 PM
Replies: 1
Views: 148
Posted By niteice
extern "C" { #include...

extern "C"
{
#include "cHeader.h"
}
Showing results 1 to 40 of 166

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:58 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC