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
|
|
time the code
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.
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
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
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
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
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
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()?
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*??
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
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...
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
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
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
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
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
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++
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
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
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;
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
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
i need a c program to find factorial of a number using recursion and pointers more »
|
|
Dereferencing pointer to incomplete type
I have written kernel(2.4) module to communicate with user application using
"Netlink Socket".
I am getting compilation error "Dereferencing... more »
|
|