Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Pointers in C/C++
Name: Simona Date: February 27, 2002 at 01:09:41 Pacific
Comment:
I was loking for a really good tutorial about pointers and their use in C/C++ but none of he books I've read was good enough; if anyone can give me a link or somethig, please do it!!!
Name: Mihai Date: February 28, 2002 at 02:54:33 Pacific
Reply:
http://www.cplusplus.com/
Sugestie : paragraf "Document" alegeti The C Plus Plus Tutorial" si faceti download Tutorial.zip, decompress in director nou si open index.html 234Kb. Pointer si celelalte superbine explicat. Succes
0
Response Number 2
Name: Mr. A Date: March 8, 2002 at 11:58:07 Pacific
Reply:
I highly recommend The C Programming Language. It explains things far better than any teach yourself books.
Summary: I am a beginner in C++ and in real need of some help concerning the char pointer. When i compile the following code: #include <iostream> int main() { char string1[] = "hello"; char *string1Ptr; ...
Summary: Hi guys; I would like to pass an array pointer as an argument in C++ but i'm not sure,, is this correct: int PageFaultCount(int refPatt[], int n_frames){ int page_fault_num; //count page faul...
Summary: I have some questions about char-pointers in c++. I have made a image if(GetCookie('computingnet_image') == 'yes') { document.write(''); } of what i THINK is happening when i write char c[] = "hello...