User profile: jaden5165

User info
User name:jaden5165
History
Joined:
Number of posts:40
Latest posts:

SWAP LHS to RHS using VIM
Thank to all.But I found this and worked for me. http://stackoverflow.com/questions/1374105/swap-t...

SWAP LHS to RHS using VIM
@ne555 hi could you elaborate more how this is being used?

SWAP LHS to RHS using VIM
[code]xxPCIbclkp = gsrpkg/gsrdie/xxPCIbclkp[/code] if i got many lines of the above. How can ...

c string/string to long double
Hi I would like to ask how I can convert string to long double for further calculation in long doubl...

How to do substring to get the last 4characters in c
[code]char *p ; p= strstr(yytext,"_stb"); [b]if( ! strcmp(p,"_stb") )[/b]{ printf("ch...