Programming Forums
User Name Password Register
 

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

Showing results 1 to 34 of 34
Search took 0.01 seconds.
Search: Posts Made By: Dia_Byte
Forum: C++ Feb 24th, 2005, 9:38 AM
Replies: 3
Views: 189
Posted By Dia_Byte
me too i'm having a link error with "winsock2.h",...

me too
i'm having a link error with "winsock2.h", on my computer that is not plugged to the internet

and i'm using DEV_CPP
Forum: Show Off Your Open Source Projects Feb 17th, 2005, 4:42 AM
Replies: 21
Views: 1,912
Posted By Dia_Byte
Wink An OpenSource C Keylogger Klogy 1.0

This is a really aggressive, yet simple, C keylogger, uses the good old infinite looping and some helpfull APIs, the source code is included in the ZIP file

if you have any comments, please send me...
Forum: C++ Jan 19th, 2005, 5:52 AM
Replies: 5
Views: 445
Posted By Dia_Byte
Smile i was going to give you DEV_CPP (the link) but...

i was going to give you DEV_CPP (the link) but some one already did

how about : www.delorie.com/djgpp

its a smale compiler

and the first one i ever used

check the : "Websites" section in my...
Forum: C++ Jan 6th, 2005, 7:55 AM
Replies: 15
Views: 345
Posted By Dia_Byte
thanks for all the replys and i'm glad to get...

thanks for all the replys

and i'm glad to get these examples

:D
Forum: C++ Dec 31st, 2004, 4:59 AM
Replies: 15
Views: 345
Posted By Dia_Byte
ok thanks for the following links but they did'nt...

ok thanks for the following links but they did'nt do me any good since i don't know what vectors are in the first place ! :wacko:

these link might be usefull if i know what vectors are first
Forum: C++ Dec 30th, 2004, 5:32 AM
Replies: 15
Views: 345
Posted By Dia_Byte
hi i'm reading the book : "Teach yourself C++ in...

hi

i'm reading the book : "Teach yourself C++ in 21 days"

and i heard about vectors , but the book doesnot have any explanation about vectors

may any one here please give me a link or a little...
Forum: C++ Dec 24th, 2004, 5:34 AM
Replies: 8
Views: 214
Posted By Dia_Byte
visaul C++ .NET is the brand new package of...

visaul C++ .NET is the brand new package of microsoft's C++ so it must be good to use B)
Forum: C++ Dec 9th, 2004, 9:09 AM
Replies: 3
Views: 237
Posted By Dia_Byte
you can also use WIN 32 APIs you can check the...

you can also use WIN 32 APIs

you can check the MSDN library !!

i have the source code of a program that changes the color of the text with APIs

i'll put it here next time

mean while check the...
Forum: C++ Dec 4th, 2004, 9:30 AM
Replies: 3
Views: 221
Posted By Dia_Byte
check MSDN and as a hint , you must use the...

check MSDN

and as a hint , you must use the :

winuser.h
and
windows.h

libraries
Forum: C++ Dec 4th, 2004, 9:13 AM
Replies: 8
Views: 375
Posted By Dia_Byte
i have a basic idea about character substitution,...

i have a basic idea about character substitution, i think its increasing the character's ASCII value so it becomes another character

but implementing this in C might be difficult for me

that's why...
Forum: C++ Dec 3rd, 2004, 7:54 AM
Replies: 8
Views: 375
Posted By Dia_Byte
well if no one here will give me some code i...

well if no one here will give me some code i think i'll try to do a little research and do an encryption program of my own

but anyway thanx
Forum: C++ Dec 3rd, 2004, 7:40 AM
Replies: 4
Views: 256
Posted By Dia_Byte
this is the source code in visual basic : Option...

this is the source code in visual basic :

Option Explicit

Private Type MEMORYSTATUS ' the type to get memory status
dwLength As Long
dwMemoryLoad As Long
dwTotalPhys As Long
dwAvailPhys As...
Forum: C++ Dec 2nd, 2004, 10:34 AM
Replies: 4
Views: 256
Posted By Dia_Byte
there is look what i will look around my VB...

there is

look what

i will look around my VB codes and when i find something i'll post it here
Forum: C++ Dec 2nd, 2004, 10:24 AM
Replies: 8
Views: 375
Posted By Dia_Byte
wowowowowowowowo what is that!!!!!!!!!!! this...

wowowowowowowowo

what is that!!!!!!!!!!!

this is too much for me !!!!!!!!

i once create an encryption code in VB that toke about 20 lines

can you give me somthing smaller
Forum: C++ Nov 30th, 2004, 8:39 AM
Replies: 4
Views: 256
Posted By Dia_Byte
a C++ function ... mmmmmm... i don't know but...

a C++ function ... mmmmmm...

i don't know

but i'm sure that you can use some API's and types to get the memory

i don't remember how i found a VB program a while ago which uses APIs to get the...
Forum: C++ Nov 30th, 2004, 8:26 AM
Replies: 8
Views: 375
Posted By Dia_Byte
i'm looking for the source code of a C (not C++)...

i'm looking for the source code of a C (not C++) encryption program

can any one here provide me with it ?
Forum: Assembly Nov 30th, 2004, 8:05 AM
Replies: 5
Views: 2,388
Posted By Dia_Byte
well i know that SOFTICE is giving problems to XP...

well i know that SOFTICE is giving problems to XP users but i found patches for that problem but i still need the latest version

can you please give it to me Lepricaun or at least the link to...
Forum: Delphi Nov 26th, 2004, 10:23 AM
Replies: 11
Views: 908
Posted By Dia_Byte
i have delphi 7.0 and i have VB.NET and VB 6.0 i...

i have delphi 7.0 and i have VB.NET and VB 6.0

i was doing a comparison latley and i found out that there no different between
delphi and VB

this is just my opinion and i don't know any thing...
Forum: C++ Nov 26th, 2004, 10:09 AM
Replies: 3
Views: 235
Posted By Dia_Byte
well as a quik veiw ... the API you talked about...

well as a quik veiw ...

the API you talked about checks when you pressed a keyboard character
this API is helpfull to create key loggers or check for hot keys such as

<ctrl>+<alt>+<delete>

for...
Forum: C++ Nov 26th, 2004, 9:53 AM
Replies: 6
Views: 254
Posted By Dia_Byte
well i have the .NET studio 2003 and it is not...

well i have the .NET studio 2003 and it is not bad
but if you want to just manipulate APIs you can stick to DEV_CPP which is better in this case .

one disadvantage, DEV_CPP is giving me 400 KB +...
Forum: Assembly Nov 25th, 2004, 9:10 AM
Replies: 5
Views: 2,388
Posted By Dia_Byte
hey i asked before for an ASM compiler and i...

hey i asked before for an ASM compiler and i found one thanks god !

now i'm looking for somthing that might be hard to find, i'm looking for a FREE softice program that works on win XP

please...
Forum: C++ Nov 25th, 2004, 9:00 AM
Replies: 25
Views: 674
Posted By Dia_Byte
well i'm really thinking about mailing DEV_CPP...

well i'm really thinking about mailing DEV_CPP creators maybe they'lle find a sollution !
Forum: C++ Nov 20th, 2004, 10:11 AM
Replies: 25
Views: 674
Posted By Dia_Byte
well all these are good sugestions that i intend...

well all these are good sugestions that i intend to try one by one to have the best benefit of C++

its confusing how a famous language like this can cause much trouble :blink:
Forum: C++ Nov 19th, 2004, 4:36 AM
Replies: 25
Views: 674
Posted By Dia_Byte
:P well actually i think that some forums are...

:P

well actually i think that some forums are better than others that's why i'm not visiting all of them and i'm saving time,

personally i prefer Antionline over gulfteck
and Programming Forums...
Forum: C++ Nov 19th, 2004, 4:28 AM
Replies: 2
Views: 186
Posted By Dia_Byte
thank you for your reply, i did'nt understand...

thank you for your reply, i did'nt understand much because i'm not using a C compiler right now to test the code you've givin me, i will test these code at home and do some experiments of my own, i'm...
Forum: Assembly Nov 18th, 2004, 9:57 AM
Replies: 7
Views: 911
Posted By Dia_Byte
well tell you the truth i have slow internet...

well tell you the truth

i have slow internet connection, but if the file is small i will download it

thanks
Forum: C++ Nov 18th, 2004, 9:35 AM
Replies: 25
Views: 674
Posted By Dia_Byte
well i'll have to say its thanks to you because...

well i'll have to say its thanks to you
because i entered your website and signed up for all forums you've givin me ...

i'll have to say thanks :D
Forum: C++ Nov 16th, 2004, 10:10 AM
Replies: 2
Views: 186
Posted By Dia_Byte
i have been hearing this word for quite a long...

i have been hearing this word for quite a long time and i don't understand what it is

"hash" , "hash table", "hash values" ...

can any member here spend a few minutes of his time to explain...
Forum: Assembly Nov 16th, 2004, 9:49 AM
Replies: 7
Views: 911
Posted By Dia_Byte
greate then from where can i download it from ???

greate then from where can i download it from ???
Forum: Assembly Nov 15th, 2004, 5:54 AM
Replies: 7
Views: 911
Posted By Dia_Byte
well that's not exactly what i want, i want to...

well that's not exactly what i want, i want to write ASM for windows not linux

i have linux SUSE and NASM but i don't want to use them
Forum: C++ Nov 15th, 2004, 5:42 AM
Replies: 25
Views: 674
Posted By Dia_Byte
well it seems that i'm not the only one facing...

well it seems that i'm not the only one facing this problem and just as i expected it seems that the problem is in the header and i think that my problem will ne solved here, i will try every thing...
Forum: C++ Nov 12th, 2004, 10:55 AM
Replies: 25
Views: 674
Posted By Dia_Byte
no i did'nt do anything wrong !! this is the...

no i did'nt do anything wrong !!

this is the source code of the program :


#include <iostream.h>

int main()
{
Forum: Assembly Nov 12th, 2004, 10:48 AM
Replies: 7
Views: 911
Posted By Dia_Byte
hi where can i find a free ASM compiler ???

hi

where can i find a free ASM compiler ???
Forum: C++ Nov 12th, 2004, 5:09 AM
Replies: 25
Views: 674
Posted By Dia_Byte
HELP!!!!!!!! i'm using DEV_CPP and i am getting...

HELP!!!!!!!!

i'm using DEV_CPP and i am getting 100KB+ programs for a simple code that prints "hello world" to the screen !!!!

how can i reduce the size of my programs ??
Showing results 1 to 34 of 34

 
Forum Jump



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

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