Hi All,
I have a simple algorythm that has two parts in it:
a. Reaching a desired address by increasing a volatile pointer 'p' in a loop.
(the number of iterations is computed and resolved at...
http://www.experts-exchange.com/Programming/Languages/C/Q_21676033.html
Zones:
CDate Answered: 03/31/2006 Grade: A Views: 0
A simple question:
I have a volatile Csting and I want to convert it into a CSting like this (or any other way)
volatile CString aString;
CString anotherString;
aString=anotherString;
I want th...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10062146.html
Zones:
C++Date Answered: 07/07/1998 Grade: B Views: 0
Hi all,
I recently participated in a thread where a discussion arose re: volatile vs. non-volatile functions.
Curious, I'm looking for a clear explanation of the terms, and perhaps a list of ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 08/28/2004 Grade: A Views: 0
what is volatile in java . how it is used
http://www.experts-exchange.com/Programming/Q_21554192.html
Zones:
ProgrammingDate Answered: 12/01/2005 Grade: A Views: 288
import java.util.*;
import java.awt.*;
import java.applet.*;
import java.text.*;
/**
* Time!
*
* @author Rachel Gollub
* @modified Daniel Peek replaced circle drawing calculation, f...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21622914.html
Zones:
JavaDate Answered: 11/22/2005 Grade: A Views: 0
Following is snippets of code that program a cell of stand alone flash memory.
static int fdd_0001_7e08_wcell(void * addr, fdd_data_t data)
{
/* calculate flash device starting addr...
http://www.experts-exchange.com/Programming/Languages/C/Q_22795420.html
Zones:
CDate Answered: 08/29/2007 Grade: A Views: 0
Hi friends,
can anyone please say me where a constant volatile variable will be used?.
Thanks.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10081152.html
Zones:
C++Date Answered: 10/07/1998 Grade: C Views: 14
I thought till today that static RAM means as the word static implies is non volatile and can retain content even when power is off. But i came across a book saying the opposite. Please respond for...
http://www.experts-exchange.com/Hardware/Misc/Q_12045319.html
Zones:
Hardware,
RAMDate Answered: 12/06/2000 Grade: A Views: 24
Greetings! On the ASP pages, I'm receiving an error message
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'SOFTWARE\ODBC\Brazos volatile counter'.
What m...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20095547.htm...
Zones:
ASPDate Answered: 04/09/2001 Grade: A Views: 0
What are differences between volatile and non-volatile memory devices?adavantages and disadvantages of this devices.
http://www.experts-exchange.com/Hardware/Misc/Q_20519959.html