Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

C / C++ Forum

C / C++ programming language - Ask questions about compilers, visual C++, templates, namespaces, classes, data structures, oop (object oriented programming), inheritence, data types, exceptions, Standard Template Library (STL) and C Standard Library.
Views: 2,929 Announcement: Only Q & A Threads Here
July 10th, 2008 msquared (Administrator)
PLEASE READ: Posting Guidelines
Post Reply? | Posted by: AdrianH | Last post by AdrianH, 433 days ago
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
28 Replies | Posted by: msquared | Last post by RedSon, 493 days ago
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
Post Reply? | Posted by: kieferzhen | Last post by kieferzhen, Today
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.
4 Replies | Posted by: renzy0113 | Last post by renzy0113, Today
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
2 Replies | Posted by: nightscorpion | Last post by r035198x, Today
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)
21 Replies | Posted by: jupi13 | Last post by Banfa, Today
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
4 Replies | Posted by: IanWright | Last post by IanWright, Today
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
1 Reply | Posted by: deVroned | Last post by gpraghuram, Today
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
2 Replies | Posted by: nikki123 | Last post by gpraghuram, Today
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
5 Replies | Posted by: mwhit74 | Last post by gpraghuram, Today
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
1 Reply | Posted by: Xx r3negade | Last post by gpraghuram, Today
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
9 Replies | Posted by: mwhit74 | Last post by jupi13, Today
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
2 Replies | Posted by: mohsaied | Last post by gpraghuram, Today
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
15 Replies | Posted by: angaz | Last post by Savage, Today
do you have a program in C??that make a magic square?? more »
Making a class threadsafe / Locking a const accessor
6 Replies | Posted by: Sirmont | Last post by Sirmont, Today
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
1 Reply | Posted by: thedbflow | Last post by Banfa, Today
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.
1 Reply | Posted by: DumRat | Last post by romanize, Today
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++ ?
2 Replies | Posted by: ambrnewlearner | Last post by nepomuk, Yesterday
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++
3 Replies | Posted by: karthigeyantp | Last post by arnaudk, Yesterday
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
12 Replies | Posted by: karthigeyantp | Last post by gpraghuram, Yesterday
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?
1 Reply | Posted by: ambrnewlearner | Last post by weaknessforcats, Yesterday
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
4 Replies | Posted by: HERBERTS | Last post by weaknessforcats, Yesterday
Can C/C++ work effectively in report building ? I mean coding . more »
Using system to pass arguments
4 Replies | Posted by: kardon33 | Last post by Banfa, Yesterday
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
5 Replies | Posted by: joet | Last post by joet, Yesterday
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?
1 Reply | Posted by: IanWright | Last post by IanWright, Yesterday
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
6 Replies | Posted by: beavis601 | Last post by JosAH, Yesterday
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....
5 Replies | Posted by: ambrnewlearner | Last post by ambrnewlearner, Yesterday
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 »

Top C / C++ Forum Contributors