-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|456|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




iusinbello

[C/C++] Graphic

11th August 2007

Hem you are right Diablos... Infact currently I am using windows API.
If anyone is interested in...: (Linkage)


iusinbello

[C/C++] Graphic

10th August 2007

(Image.gif)


iusinbello

[C/C++] Graphic

10th August 2007

whoa your right Jay! I have found a nice OpenGl example!


iusinbello

[C/C++] Graphic

10th August 2007

@Diablos: I dont want to make "games" via C/C++... I will use the graphical interface only for 2D apps...


iusinbello

[C/C++] Graphic

10th August 2007

Hum... HGE... I'll try it.
[quote]And careful, your newb is showing. (Just kidding.)[/quote]
Lol... for a moment i thought you were referring to (Linkage)


iusinbello

[C/C++] Graphic

10th August 2007

Hum... I need some help about making graphical applications via C/C++... First of all: What I need?
My compiler: Dev-C++.


iusinbello

C and txt files

17th July 2007

w00t!! ty now it works fine!
My last question>> why when you declare an array you use
char* name[number]
instead of
char name[number] ???
P.s. i hope those little banners on my sign arent annoying...


iusinbello

C and txt files

17th July 2007

Thanks Jay but this is not what I am asking for.
I need to understand why when I try to get a string from a .txt i get weird symbols in it...
P.s. ty garand.


iusinbello

C and txt files

17th July 2007

In debug.txt I have this string
a.txt$klop
where a.txt is the name of a file and klop a password.
I use this code to get password and the name of the file. I use $ to separate them.
[code]in = fopen("debug.txt","r");
bit = fgetc(in);
choice =*snip*


iusinbello

Php and .txt files

22nd June 2007

Thank you a lot, stealthspc!
Neat code...
But, for anyone who will use that code, remeber to set "i" to 0 like here:
[code]
<?php
$i = 0;
$fd=file('file.txt'); // This will open the file.
foreach($fd as $line_num => $line) // This will step threw th*snip*


iusinbello

Php and .txt files

21st June 2007

I need to extract some lines from a .txt file via Php.
I am using this code:
<?php
$i=0;
$fd = fopen ("file.txt", "r");
while (!feof ($fd)) {
$buffer = fgets($fd, 409);
$righe[$i] = $buffer;
$i++;
}
fcl*snip*


iusinbello

Collision problem...

17th June 2007

thanks for the suggestion (linepick)!
Now it works.
Ah, for the positionentity thing, I mean I don't want to use it :)


iusinbello

Collision problem...

14th June 2007

Look at the image... the house is "in" the ground, while I want it "on" the ground.
(Image.png)
P.s. I can't place the house manually ("PositionEntity etc...")
P.s.1. Pieces of the code I'm using:
[...]
EntityType ground,1
PositionEntity ground,0,*snip*


iusinbello

Hello There Coders

4th May 2007

Hum... I know a little of: php, html, C, C++, Blitz2/3D...
That's all.


iusinbello

Hello There Coders

4th May 2007

Here just to say: Hello!

More - Older Posts