July 10th, 2008
msquared (Administrator)
|
PLEASE READ: Posting Guidelines
Hi, I am just posting this here in clear sight so that it is not missed by any of you newbies. ;)
Adrian more »
sticky
|
|
ALL EXPERTS - RE: Student Assignments
Policies below superceded by FAQ Post Course Work Questions and Answers.
ADMIN more »
sticky
|
|
Windows Service (Exception: CreateDispatch returning scode = CO_E_SERVER_EXEC_FAILURE
I am writing a Windows NT Service based on a MFC EXE with VC++ 6.0. This windows service should use Automation (COM) to read data from a server... more »
|
|
DUE today, MIDNIGHT. PLEASE help.
thank you.
how do I change the all the numbers inputted, but the words still stays the same?
like this:
if the user enters,
Mary had 45... more »
|
|
create multipleprojects inside a single proeject
Hello ,
I have two projects A and B
is it possible to import project B in project A?
if not is there any alternative ?
i tried to import project B... more »
|
|
C++ ENCRYPTION (how to encrypt a text)
i got a problem wtih my encryption...
would you be kind to help me with this...i'm new to this c++ programing...
i have this expansion encryption... more »
|
|
Assertion Failure
I'm struggling with an assertion failure and was wondering if anyone can help. I understand why its failing, but don't quite have the C++ knowledge... more »
|
|
Vigenere Cypher
Hi,
I'm just starting off with C++ and I'm having trouble compiling some code. There doesn't seem to be any form information included, but I would... more »
|
|
PreProcessor directives
Develope a program in C++ which takes input a file of C Language and Process
all #define (i.e. #define MAX 100, than replace every occurrence of MAX... more »
|
|
Unusual Error, program works but there is a run time error
here is the code:
// holidays.cpp
// Finds a holiday for a specified date from a list of holidays.
const int MAX_DATES = 60, // Max number of... more »
|
|
Find out if a string is an IP address or host name
I'm making a C++ wrapper for the standard C BSD sockets. In my object's "connect" function, I have a "host string" that can be either a host name or... more »
|
|
C++ Comparing character arrays
working on a 'hangman' type project. i need to know how to compare the character arrays so i can "return true", i.e. the word was correctly guessed,... more »
|
|
C/C++ parsing using libxml
Hi all,
I want to write a simple C/C++ (preferably c++) code to take an xml file as input and parse it, thats all!
I want to do it using libxml2, i... more »
|
|
magic square
do you have a program in C??that make a magic square?? more »
|
|
Making a class threadsafe / Locking a const accessor
Good day all,
Is there a logical way to lock data in an accessor?
Because accessors are generally declared as const methods and a lock() operation... more »
|
|
Managed/Unmanaged C++ Inheritance
Folks,
I have a bit of a quandary I was hoping for some expert guidance on. Keep in mind I am not a C++ developer, but I have worked with the... more »
|
|
BitBlt trouble.
Hi,
Can anyone plz help?
I have the following code for the WM_PAINT event, but it doesn't work. Need to knw why. I'm drawing the scene... more »
|
|
Which BOOK would you recommend for C++ ?
HELLO,
I know that such a question existed on bytes.com a few days ago but I cannot locate it now (I forgot to subscribe to the thread and therefore... more »
|
|
how to delete the array in c++
hi, i have declared array at 1st ,in middel of the program i want to delete the array how to do it. more »
|
|
unable to reset and move the pointer
hi,
i have a problem in resetting and unable to move the pointer in the text file using seekg()function in c++. what to do ?? more »
|
|
Is C a block structured language?
HELLO,
First of all, I accept that this is a too simple question but I got different opinions in different books and so I'm posting it... more »
|
|
C/C++ in Report building
Can C/C++ work effectively in report building ? I mean coding . more »
|
|
Using system to pass arguments
I need to pass a variable from C witch is a 209 bit char to a php script.
I was thinking that I would use the system function than add the char to... more »
|
|
Access a c struct from C++ code
I have two files- call them ccode.h and c++.h. The file ccode.h has a struct in it that I would like to access from the c++ code. I have included... more »
|
|
SOAP - Method Not Implemented?
I'm trying to extend an existing soap webservice by adding in a couple of new methods, however I'm having a problem in getting the client to run the... more »
|
|
launching JAR file using C
I was wondering how you could create a console that would launch a JAR file. I have to do this for my summer job and I don't know much C at... more »
|
|
Simple question about LIFO....
HELLO,
The book (which I'm presently referring) of C programming says-
"A stack is an example of a LIFO (Last In First Out) structure, as opposed to,... more »
|
|