skip to main
|
skip to sidebar
Tuesday, July 28, 2009
How do you return a pointer from a function in c++?
Just assign the desired variable to the pointer that was used in the function.
How do you return a pointer from a function in c++?
int* func1()
{
int* a;
return a;
}
sweet pea
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
c++ pointers
Blog Archive
►
2010
(94)
►
May
(94)
▼
2009
(235)
►
August
(47)
▼
July
(188)
How do I get the size of a file I opened in C?
How do I return an array from a function written i...
How to allow unspecified number of parameters in C...
Polymorphism query:In C++ can a method of a derive...
Does anyone know how to fix this code in ANSI C?
In strict sense parameters are passed by values on...
What is the function of the strtok command ? ( in ...
Why doesn't this work in C?
Question related to C++ threads...?
What is **pArgv in C++?
Question with c++?
Write a C program to define a structure Student th...
Write a C program to define a structure Student th...
Frustrating lags while writing C programs?
Cos C=(-49a^2-22)/(Sqrrt(49a^2+25)...
C programmers help me please?
I desperately need help with a C++ program! I need...
C++ hw questions?
C++ question, test review?
C PROGRAMMERS!! homework help please...?
C++ question?
C++ Question?
Please give me short note of my C++ program...?
Accessing private class variables C++?
Why does C++ have a string class when there is alr...
Simple error in C; printf function.?
The letter for today children, is C. What religiou...
I am new in c languvage then i wanted great tutori...
Some Interview Questions that I need solution in C...
Reading integers from FILE in C?
Writing a C++ program to display letters backwards?
In C++, what is the meaning of char * ? How to...
In c++, what is the difference between a character...
Questions for C Language Excepts Only?
C:\WINDOWS\system32\shutdown.e... -s -t 600 -c "Tr...
C ...string prototype declaration problems..... it...
Why does my Turbo C compiler produce a fatal error...
I have a question about c ++?
As it is a good practice that C# brought back the ...
Passing strings in C?
C shaped hand?
In C, FALSE is represented by any expression with ...
Passing Array of Objects in a function [C++]?
C code question regarding malloc() and free().....?
Write a C function?
If you are using C language to implement the heter...
( NO MFC ) How I Know Mouse Is Over Button Control...
In C, Fales is represented by an expression with a...
Write a C program?
Write a program to demonstrate huge pointer and fa...
C programming - Consider an int variable x and con...
Any pointers or tips?
In C Function - before initializing a char variabl...
Visual C++ Experts helppppp!!!!?
In c++,why can't we assign a void pointer to an in...
What kind of loop do u recommend I use for this AT...
I want to solve minimal spanning tree/branch and b...
Has anyone ever worked as a makeup artist for M.A....
What is the point of having a private class for C+...
Why can't functions in C return an Array without u...
What general methods should I use when creating th...
(POLL) Presents for my man..HELP ME, CHOOSE A, B o...
(POLL) Presents for my man..HELP ME, CHOOSE A, B o...
Where can i find an online free massachusetts P&C ...
Can someone help debug this part of my C Basic pro...
How to use new operater in a C++ class?
How can i make a c program function that can delet...
Calculating letter grade using function in c++?
How do I copy an Audio C.D. into MP3 format?
Calculating letter grade using function in c++?
Help with array in c++?
Create dynamic array in C++ class?
How can I loose the belly from haveing a C-sections?
Help writing a C program dealing with rectangles?
In need of C++ programming help please!!?
Computer Science C++ HELP!!!?
How would you rate my fantasy baseball team?? from...
The best way to learn c++?
Need help in C programming?
Quicksort Algorithm Program in C++ Help?
What should i do next in c++??? + MATLAB software.?
Learning C++?
C++ Stack Question?
C programming help?
C++ Code to Implement an Abstract Interface ?
C++ sorce code for user input matrix size & values...
C# Question?
I learned C++ in 12 hours?
I learned C++ in 12 hours?
What will make a man want to do oral sex? I need s...
R/C Helicoter?
C programming: Returning multiple arguments from a...
Why should i use int pointer to store integer valu...
C++ Programming Help. Need a Program?
C Programming: How do I set one pointer to a struc...
Programming questions(c++)?
C++ Programming.?
Please give a few C/C++ questions on the topics......
Making a GUI in C++?
Write a function in C++ that will swap the second ...
About Me
td
View my complete profile
c++ system
c++ strings
c++ pointers
c++ set
c++ math
No comments:
Post a Comment