cplusplus.com
C++ : Users : onur
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: onur
Public profile
Send private message


User profile: onur

User info
User name:onur
Location:Baden-Württemberg
Statistical data
Birthdate:1979
Gender:Male
Occupation:Programmer
Skills:C++
Python
History
Joined:
Number of posts:124
Latest posts:

Typedef where?
Can you post which line number in the source posted here corresponds to line 467?

How can I fix up these C Problem? I need to read three lines
sounds like homework ;-)

Pointer arithmetic
[quote]The value 5 is in my opinion the correct output of *x .[/quote] That's not correct. You incr...

Was the function really inlined?
It can also happen that you have an inlined and "regular" version of your function. This can happen ...

I want to pass a multi-dimensional array by reference
[quote]It's not really so. You pass float (*)[ first_dimension ] pointer.[/quote] I don't think so....