ArkM,
This code compiles for me no problem. But regardless, if you think Bit fields are too old fashioned, what objects can i use to do my code?
Bottom line is that i'm writing an interface to an ICD, and i have the bit command structures, and the positions for what each byte means.
Should i...
Hi,
I'm new to C++ and am trying to use BITFIELDS. Here's the code i have thus far:
typedef unsigned int BITFIELD;
typedef struct SelfRegistrationMsg_T
{
//byte 5
BITFIELD rackID : 8;
//byte 6
BITFIELD controllerID : 8;
//byte 7 / 8
BITFIELD controllerNetmask : 8;
}...
Hi,
I'm new to C++, and I need to implement a CRC algorithm as a function, and i'm having trouble doing so.
The polynomial specified is : x16 + x15 + x10 + x3
Can anyone help me out with this one? I've been stuck on it for a while.
Thanks
Hey,
My team just built a fresh server using Win 2003 Server and when i install my .NET web service project from the msi, it installs fine, however when i try to request a page, i get the '404 page not found' error.
The page does in fact exist. Even if i goto the directory with browsing...
Hi,
I have a VS.NET 2003 project that I am converting to .NET 2.0 / VS.NET 2005. So, basically I have a web service and a web app that consumes the service. So, from VS.NET 2003, I could make calls like:
webService.BeginFoo and webService.EndFoo
But, when I began porting over my code, I...
Hey,
I am using VS.NET 2003 and have a windows application with a datagrid. So, I want the user to be able to enter data in the rows / columns... however, I need to limit them to a max number of 100 rows they can enter. Any way to do this? Any code sample is appreciated!
Sedj,
I thought that the argument took raw XML as a string. I did further research and found out that it must be a URL to a file.
PS..... if I had correct data in my post, I wouldn't be here asking for help ;)
Hi,
I'm kind of new to Java and I'm creating a servlet that does the following: it just needs to parse an XML string.
So, I have the following code:
SAXParserFactory parserFactory = SAXParserFactory.newInstance();
parserFactory.setValidating(false)...
hi,
i'm trying to create web app and am having problems laying out a HTML table in the default.aspx page. Can anyone help?
basically, i'd like a table the ENTIRE height of the screen (100%) and 725 pixels wide. Essentially, I need the top 80 pixels of the table to say header and the bottom...
Hi,
I recently opened up my web server to the world and checked the logs after 1 hour and saw what looks like security threats. (Random IPs trying to GET wierd files).
Does anyone have any best practices tips for securing IIS against attacks?
So, does: "doPost()" and "doGet()" always get executed? It seems confused b/c my servlet is not the application doing the posting. It is simply retreiving information that was posted to it.
I would have thought it would need to implement 'doGet()' because we are 'getting' the values that...
Hi,
I need to create a JAVA Servlet which just needs to capture HTTP POST data coming from another web application.
How do you retrieve HTTP POST data w/ a Java Servlet? For example, support I have a form w/ a text box named 'job'. When the data is posted via HTTP to the servlet, how can i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.