Search Results

Search: Posts Made By: helpmenow
Forum: Programming 12-16-2005
2,151
Posted By helpmenow
Can some 1 explain why this behaviour
#include <iostream>
using namespace std;

int main()
{
const int l_test = 999999999;
int *l_ptr = (int*) &l_test;

cout<<"Constant Addr:"<<&l_test<<" Value:"<<l_test<<endl;
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 09:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy