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.
PLEASE READ: Posting Guidelines
Post Reply? | Posted by: AdrianH | Last post by AdrianH, 412 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, 472 days ago
Policies below superceded by FAQ Post Course Work Questions and Answers. ADMIN more »
sticky
time the code
4 Replies | Posted by: eternalLearner | Last post by eternalLearner, Today
hi , i need to calculate the actual running time of my code . that is i don't want the time wen my application is swapped out of the memory to show... more »
Two functions running at once.
3 Replies | Posted by: shing | Last post by Banfa, Today
Is it possible for a C/C++ program to have 2 functions running at once? For example, the program holds a for() loop while it moves onto another... more »
Forum for C/C++ development for Linux
Post Reply? | Posted by: jorba101 | Last post by jorba101, Today
Does anybody know any online forum devoted to C/C++ development targetted to Linux? (e.g. glibc, kernel modules, etc) I've just found... more »
Active directory computer information along with logged users
Post Reply? | Posted by: PranjaliBhide | Last post by PranjaliBhide, Today
I want to get the list of computers in the Active Directory along with the currently logged users information to those computers. Thanks in Advance! more »
Releade mode Query in VC++ application
Post Reply? | Posted by: angelsherin | Last post by angelsherin, Today
hi friends ... i am working in vc++ MFC aplication...I have an application which reads value from the inifile...In that application, if the file is... more »
Comp. Error : request for member 'dst_group' in something not a structure or union
4 Replies | Posted by: hnshashi | Last post by hnshashi, Today
I have writtem kernel(2.4) module to commu. with user space appl. using netlink socket. I am getting compilation error. kernel... more »
termios interface question
1 Reply | Posted by: jorba101 | Last post by gpraghuram, Today
I'm programming an ARM's UART that comes with a library implementing the standard unix termios interface. Regarding termios, I have following... more »
C Application source- which file contains main()?
3 Replies | Posted by: developing | Last post by oler1s, Today
Hello people, I downloaded a few open source frameworks in hopes of looking at the source and learning a few things. All was fine till I got totally... more »
How do I convert string variable to char*??
3 Replies | Posted by: kaushiknanda | Last post by kaushiknanda, Today
hey, I am pretty new to c++ programming and I am supposed to use system(const char*). But I have a string variable as the argument. Can any1... more »
Simple pass-by-reference question
3 Replies | Posted by: MimiMi | Last post by JosAH, Yesterday
How do I get the pass by reference-thing to work in this example? Since I'm still new to C I sometimes get confused in this matter, and this is one... more »
gcc error: instantiated from...
3 Replies | Posted by: vartas | Last post by vartas, Yesterday
Hi, i got the following gcc-error and hope you could help me to unterstand why: instantiated from 'const XWCPC* FILE_FM::LOCALE::fct_format(const... more »
Would it be wise
7 Replies | Posted by: curls8 | Last post by developing, Yesterday
to learn all the C languages (C, C++ and C#). I am doing C++, but wonder if I should just do them all or learing one of them is just as good. I am... more »
skb_recv_datagram() Blocks
2 Replies | Posted by: hnshashi | Last post by hnshashi, Yesterday
Hi all, I have written kernel module to communicates with user space appl. using netlink socket. skb = skb_recv_datagram(nl_sk,0,1,&err); (Blocks at... more »
best C++ book to have
8 Replies | Posted by: curls8 | Last post by scruggsy, Yesterday
Hi all, I would like a recommendation on a C++ book. I have a basic knowledge of the subject and have program in it, I am refreshing my basic skills... more »
using a linked list to store a word and determine whether its a palindrome
8 Replies | Posted by: chungjoel | Last post by chungjoel, Yesterday
Hi, i'm new to C programming and i could use some help with an assignment. i would like to store a word in a linked list, with each letter of the... more »
printf of the "%d" string
8 Replies | Posted by: jorba101 | Last post by gpraghuram, Yesterday
How to printf the string "%d" itself? I wonder how should I escape the %, since I see no escape char for % (in... more »
Need advice on a project I may do
1 Reply | Posted by: curls8 | Last post by weaknessforcats, Yesterday
I am thinking of doing a project along with learning more about c++. I plan on making a Meal Planner program. I have seen a few but they look like... more »
virtual vs. function pointer
1 Reply | Posted by: JonLT | Last post by weaknessforcats, Yesterday
Hi I was just wandering what the difference between a overloaded virtual function and a function pointer member variable is? Im looking for the best... more »
how to create a header file in c++
9 Replies | Posted by: Shana | Last post by Kid Programmer, Yesterday
Hi all, Can u tell me steps by step as how to create header file with my own defined functions and where to place it in TC folder. I tried to save... more »
Class overoaded operators
4 Replies | Posted by: Scienceprof | Last post by weaknessforcats, Yesterday
I want to write Exponent class that overoads the ^ operator so it can be used to perform exponential notation. For instance if you use the statement... more »
setting pointers in array to NULL
3 Replies | Posted by: JoxC | Last post by JoxC, 3 days ago
Hey guys, I was wondering if there is an *efficient* way in setting every pointer in an array of pointers to NULL? memset cannot work for... more »
What does (void)myVar;
3 Replies | Posted by: jorba101 | Last post by Banfa, 3 days ago
In a code I'm dealing with, I've seen following statements, at the beginning of a function: static isr_t myIsr(vector_number nr) { (void) nr; //... more »
Conversion error
3 Replies | Posted by: pirad13 | Last post by pirad13, 3 days ago
Hi, I'm doing an internship and I've been asking to debug a program that I barely understand. While compiling it, i've several errors that occurs all... more »
implementation of recursion using pointers in c
2 Replies | Posted by: sudhasarravanan | Last post by JosAH, 3 days ago
i need a c program to find factorial of a number using recursion and pointers more »
Dereferencing pointer to incomplete type
6 Replies | Posted by: hnshashi | Last post by hnshashi, 3 days ago
I have written kernel(2.4) module to communicate with user application using "Netlink Socket". I am getting compilation error "Dereferencing... more »

Top C / C++ Forum Contributors