Explain Macro from avr-libc629 (3/8/2005 5:20:31 AM) comp.lang.c I am not able to figure out exactly what this macro is doing. Can one of the gurus around here decipher this? #define sei() __asm__ __volatile__ ("sei" ::) PS: It is from the avr-libc interrupt.h and it sho... Affan
Help understanding this Macro246 (2/21/2005 12:28:41 AM) comp.lang.c Hi, I have done a lot of user space coding in C, which doesnt really need me to understand the following MACRO: #define UARTOutput(__x,__y,__args...) do { \ static char __s[] PROGMEM = __y; \ if (deb... Affan
whats this macro doing421 (2/20/2005 1:15:55 AM) comp.lang.c++ Can any body give me an idea what the heck is happening over here :) #define UARTOutput(__x,__y,__args...) do { \ static char __s[] PROGMEM = __y; \ if (debug_out) \ printf_P(__s, ## __args); ... Affan
Cant view my com ports022 (1/21/2005 7:22:32 AM) comp.sys.laptops On My Dell 600m, I am unable to access my COM ports. When I do a >MODE COM1 I get "DEvice COM1 is not currently available, although the hardware manager shows it to be conflict free and in working order! Any ... Affan
hbox overflow problem146 (12/5/2004 7:31:38 AM) comp.text.tex Hi every one, I have the following part of Latex source that compiles perfects into pdf using pdfLatex (I am using WinEdt) "Speed of sound in water is around 5 orders of magnitude slower than RF (1500 m/s) w... Affan
images not showing up331 (12/4/2004 5:37:41 AM) comp.text.tex Hi, I know this is probably a trivial issue but my following latex file does not show the associated dallas.eps figure at all. As a matter of fact.. any existing latex source with its figurs does not show it ... Affan
reading float point from file626 (12/3/2004 2:36:40 AM) comp.lang.c++ Hi, the file that i read has the following column as input: 1.000005 1.00001 1.000015 1.00002 1.000025 Now I have float variable skew. When i read in from the file as inFile >>skew; I read in following values... Affan
Plotting multiple datasets with standard deviations436 (12/2/2004 4:54:46 AM) comp.soft-sys.matlab Hello everyone, I have been trying to plot multiple data sets (actually mean of 1000 simulation results) and their standard deviations on the same graph for some time now. However I havent been able to find a... Affan
returning a vector from a funciton632 (11/27/2004 8:08:10 AM) comp.lang.c++ Hi, first let me apologize before hand for not knowing this trivial issue and my inability to find it after searching on the web for an answer to what seems to be starightforward. I have used vectors (STL) fo... Affan
Why am i getting same file pointers every time618 (11/18/2004 7:53:13 PM) comp.lang.c++ Hi, I am getting this weird problem. I know what i am doing is strange.. i am using C++ vectors and fopen, but for some reason if i used ofstream in the similar scenario it would give me errors. So here is wh... Affan
asyed's replies:
Items(6) /1
[not-in-charge]828 (10/17/2004 11:56:01 PM) comp.lang.c++ Hi, I have looked up all the solutions for this problem, but nothing seems to work for. I would really appreciate any help and a reason as to why this happens... When I complile I seem to get the following err... asyed(22)
Why am i getting same file pointers every time618 (11/18/2004 7:53:13 PM) comp.lang.c++ Hi, I am getting this weird problem. I know what i am doing is strange.. i am using C++ vectors and fopen, but for some reason if i used ofstream in the similar scenario it would give me errors. So here is wh... asyed(22)
returning a vector from a funciton632 (11/27/2004 8:08:10 AM) comp.lang.c++ Hi, first let me apologize before hand for not knowing this trivial issue and my inability to find it after searching on the web for an answer to what seems to be starightforward. I have used vectors (STL) fo... asyed(22)
Plotting multiple datasets with standard deviations436 (12/2/2004 4:54:46 AM) comp.soft-sys.matlab Hello everyone, I have been trying to plot multiple data sets (actually mean of 1000 simulation results) and their standard deviations on the same graph for some time now. However I havent been able to find a... asyed(22)
reading float point from file626 (12/3/2004 2:36:40 AM) comp.lang.c++ Hi, the file that i read has the following column as input: 1.000005 1.00001 1.000015 1.00002 1.000025 Now I have float variable skew. When i read in from the file as inFile >>skew; I read in following values... asyed(22)
images not showing up331 (12/4/2004 5:37:41 AM) comp.text.tex Hi, I know this is probably a trivial issue but my following latex file does not show the associated dallas.eps figure at all. As a matter of fact.. any existing latex source with its figurs does not show it ... asyed(22)