Search Results

Search: Posts Made By: niketan
Forum: Programming 02-02-2008
5,326
Posted By niketan
Reuse of deleted pointer
As nutrino said After deleting the the class memory pointer becomes dangling pointer and there are many consequences of that and might affect to crash ur program also

I hope below article will...
Forum: Programming 04-18-2007
38,028
Posted By niketan
Why dont u store the division result in the float...
Why dont u store the division result in the float variable ... I guess compiler will auto cast to higher ... Just check with this

float f:

f= b/a * 100;

and then checking with 25 ...
Forum: Programming 04-17-2007
4,919
Posted By niketan
Network device driver problem
HI,

I am writing a network device driver for RTL8139c card on 2.6.18 kernel ... I am facing few queries listed below

1. Can i able to at all write a driver for RTL8139C or Realtek had designed...
Forum: Programming 03-26-2007
8,817
Posted By niketan
Instead of colon (:) after std u shld use scope...
Instead of colon (:) after std u shld use scope resolution operator (:: ) That will solve ur problem ... but if u wanna use endl then u shld compile with g++ as endl is compile with g++ complier .......
Showing results 1 to 4 of 4

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