October 3rd, 2012 03:03 PM
The following code works but I am trying to prevent decrypting a file if you have the wrong key.
// Example code showing how to use Java's Password-Based encryption. This
// example is a...
December 6th, 2010 11:33 PM
Need some help to parse a xml file generated by https://www.google.com/voice/inbox/recent/sms
The part of the xml file of interest is
<div class="gc-message-sms-row">
<span...
April 11th, 2010 03:16 PM
class Utils {
public:
// Constructor
Utils(void);
// copy Constructor
Utils(const Utils &src);
February 2nd, 2010 08:00 AM
I am having trouble trying to get the CRC append to the test data, and print out the data with the appended crc.
#include <stdio.h>
#include <string.h>
#include "crc.h"
February 1st, 2010 11:47 PM
I am having trouble trying to get the CRC append to the test data, and print out the data with the appended crc.
#include <stdio.h>
#include <string.h>
#include "crc.h"
static unsigned...
January 29th, 2010 11:20 AM
Thanks that helped. How do know if the CRC generated is correct?
January 29th, 2010 10:42 AM
Yes I did with and without the #pragma once and still have a problem
January 29th, 2010 10:01 AM
Still need to address the error link2005: _crcTable already defined in crc.obj,
I can't see it.
January 29th, 2010 01:53 AM
January 29th, 2010 01:51 AM
I need some help with compiler error.
error link2005: _crcTable already defined in crc.obj
I attach the zip file below:
January 21st, 2010 11:07 AM
I know there are samples of code that deal with the topic I am asking for but, I am looking for one that will handle stream of bytes (networking CRC's) for C++ project. I will use the 32bit CRC on...
April 12th, 2007 02:56 PM
I am confused. with your answer. I come from the C and C++ work were I can print out my variables to a file.
I thought I could put some code in the print function to display what was inputed in...
April 12th, 2007 12:47 PM
I am trying to display information from my text boxes to another html window (pop up). using the print button. Does anybody have examples for this.
Attached code
<HTML>
<head>
March 28th, 2007 01:41 PM
I can't see the sample code
March 28th, 2007 10:53 AM
I am looking for sample code that I can hack and understand.
March 27th, 2007 06:45 PM
I am trying to add up the best snatch and best cj and place the total in total cell. I am new to java script and If anybody has some examples how to do this I would appreciated it.
here is the...
February 8th, 2007 08:05 AM
Thank You. I learn so much from you.
February 8th, 2007 12:29 AM
I am trying to close a file using a function I created called closeFile
I tried to pass in filedir but it did not work. I tried the code below and it does not work. Can somebody help me here. ...
February 6th, 2007 08:52 PM
I am trying to pass a string called fildir in a function closeFile(filedir)
I have provided the header file and cpp file. I am new to classes I need some help passing a string
...
January 26th, 2007 10:08 AM
another other problem: I used to use the following commented code.
// char systemcall[ ] = "START C:/training_output/";
// char text[255];
// ...
January 25th, 2007 10:45 PM
I got the prototype working using the getline, but I tried to intergrate to the logic below.
Now I get the following errors.
Can some help with these errors.
error C2872: 'ofstream' :...