My account: Login | Sign Up
Loading...

Programming | Forum profile

rss Atom  |   RSS
Forum profile page for Programming on http://www.rohitab.com. This report page is the aggregated overview from a single forum: Programming, located on the Message Board at http://www.rohitab.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Programming" on the Message Board at http://www.rohitab.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: rohitab.com - Forums - Programming (site profile, domain info rohitab.com)
Title: Programming
Url: http://www.rohitab.com/discuss/index.php?s=c16b...
Users activity: 46 posts per thread
Forum activity: 0 active threads during last week
 

Posting activity on Programming:

  Week Month 3 Months
Threads: 0 25 425
Post: 0 146 1,951
 

Programming Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

No active authors during last week.

 

Latest active threads on Programming::

rohitab.com - Forums
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 = ...
Thread:  Show this thread (3 posts) Size: 2,610 bytes
Customize:  Customize "RE: Dll Injection :: Programming :: rohitab.com - Forums"
rohitab.com - Forums
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 ...
Thread:  Show this thread (6 posts) Size: 1,263 bytes
Customize:  Customize "RE: Question From An Experienced Noob :: Programming :: rohitab.com - Forums"
rohitab.com - Forums
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.
Thread:  Show this thread (3 posts) Size: 203 bytes
Customize:  Customize "Delphi :: Programming :: rohitab.com - Forums"
rohitab.com - Forums
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 ...
Thread:  Show this thread (7 posts) Size: 5,583 bytes
Customize:  Customize "RE: Winsock Error :: Programming :: rohitab.com - Forums"
rohitab.com - Forums
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...
Thread:  Show this thread (29 posts) Size: 976 bytes
Customize:  Customize "RE: [c]struct Stuff :: Programming :: rohitab.com - Forums"
rohitab.com - Forums
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 ...
Thread:  Show this thread (13 posts) Size: 916 bytes
Customize:  Customize "RE: Codeblocks Installation Error :: Programming :: rohitab.com - Forums"
rohitab.com - Forums
Started 4 weeks, 1 day ago (2008-08-09 01:25:00)  by InFerNoZ
http://infernocodertutorials.blogspot.com/ Tell me what you think
Thread:  Show this thread (11 posts) Size: 379 bytes
Customize:  Customize "RE: My New Tutorials Blog :) :: Programming :: rohitab.com - Forums"
rohitab.com - Forums
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. ...
Thread:  Show this thread (4 posts) Size: 1,664 bytes
Customize:  Customize "RE: How Stop The Dos Screen From Poping Up :: Programming :: rohitab.com - Forums"
rohitab.com - Forums
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
Thread:  Show this thread (3 posts) Size: 380 bytes
Customize:  Customize "Can Anyone Give Me A Link Or Make Me Ddos Please :: Programming :: rohitab.com - Forums"
rohitab.com - Forums
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.
Thread:  Show this thread (9 posts) Size: 620 bytes
Customize:  Customize "RE: Error C2039: 'setbitmap' : Is Not A Member Of 'cbutton' :: Programming :: rohitab.com - Forums"
 

Hot threads for last week on Programming::

No active threads for last week.

This page was found by:   hook rohitab  mingw32-gcc.exe: ins...  rohitab hook