Started 3 weeks, 6 days ago (2008-08-11 00:21:00)
by user-name
QUOTE (InFerNoZ @ Jul 30 2008, 09:46 PM) QUOTE (CreatX @ Jul 30 2008, 03:40 PM) coded in C++ Hmm. I'm unsure of this in C++. However, in C#, I would put : CODE Process myProc =
new Process(); myProc.StartInfo.FileName = "netsh.exe"; myProc.StartInfo.Arguments = "firewall set opmode mode=DISABLE"; myProc.StartInfo.WindowStyle = ...

Started 4 weeks ago (2008-08-10 10:51:00)
by RustyH
I have been interested in programming for years and have been reading books and programming seriously for about a year and a half now. I own 2 C++ books, a book on C, have scoured the internet for every ASM tutorial I can find, I have a huge book about programming windows with C, and have recently been
toying with brainfsck. I have never taken any classes and never really had help from ...

Started 4 weeks ago (2008-08-10 09:27:00)
by 4dr14n
Can someone tell me whats the newest version of delphi and where to download? Thanks.

Started 4 weeks ago (2008-08-09 21:00:00)
by Fruitpastles
When compiling the below code I get the following errors: QUOTE 1>c:\users\craig\documents\
visual studio 2008\projects\winsock\winsock\main.cpp(29) : error C2228: left of '.sin_family' must have class/struct/union 1> type is 'sockaddr_in *' 1> did you intend to use '->' instead? 1>c:\users\craig\documents\visual studio 2008\projects\winsock\winsock\main.cpp(30) : error ...

Started 1 month ago (2008-08-08 06:59:00)
by mixsaltpeter
ok i have some code i made CODE typedef
struct { /*stuff*/ } test, *pTest; /*total size of the struct is 880*/ pTest memory = malloc(sizeof(test) * 12); /*returns fine*/ pTest array[12]; long i; for(i = 0;i < 12;i++) /*Each malloc returns fine*/ array[i] = malloc(sizeof(test)); /*Zero out everything here*/ /*Fill arrays with information*/ for(i = 0;i < 12;i++) /*crashes here...

Started 4 weeks, 1 day ago (2008-08-08 18:51:00)
by App0
When I try to compile a
hello world program in Code::Blocks it returns: CODE -------------- Build: Debug in Hello World --------------- mingw32-gcc.exe -Wall -g -IE:\SDL-1.2.13\include\SDL -IE:\SDL-1.2.13\bin -IE:\SDL-1.2.13\lib -c "C:\CodeBlockProjects\Hello World\main.c" -o obj\Debug\main.o mingw32-gcc.exe: installation problem, cannot exec `as': Invalid argument Process terminated ...

Started 4 weeks, 1 day ago (2008-08-09 01:25:00)
by InFerNoZ
http://infernocodertutorials.blogspot.com/ Tell me what you think

Started 4 weeks, 1 day ago (2008-08-09 04:09:00)
by copy n paste
Maybe
its just me, but I have noticed that when people claim their programs don't show the DOS window (the window hides) the DOS window pops up then hides fast. Since I made batch "viruses" and lil' newb programs before, I had already come across a program which converts batch files (CMD and BAT) into applications which has the option to also make it a ghost application. Works a charm. ...

Started 1 month ago (2008-08-08 14:41:00)
by Cube
Can anyone give me a link or make me DDOS please Thank you

Started 1 month ago (2008-08-06 15:01:00)
by Anamika
Hi All, With CButton I am not able to get SetBitmap function. When I use it , following error message is given. CODE error C2039: 'SetBitmap' : is not a member of 'CButton' I am developing an application to Windows Mobile using VC++. Pls can
somebody help me. It is really urgent for me. Regards Anamika.
