yes the program should be able to measure the elapsed time for the addresses in the primary level cache, secondary, main and so on.
the user will supply the address or it should have the default address to start from.
Thanks
Hello Guys,
I am wondering if any of you guys have the example code for memory latency program in C? I am thinking to develop it in Linux using Gcc.
Thanks
Hello guys,
How can I call the function defined in Dll in Visual Studio?
I have tried using this macro
#define DllImport __delspec(dllimport)
DllImport FunctioName
but visual studio say it's unresolved external symbol. I have tried to go to the project's setting and include the additional...
never mind guys..i figured the problem out. it seems i need to use extern instead of the include. Anyway I have question do you guuys know how to parse the command line argument. Suppose if I type
-a 64, How can i take the 64?
In Linux it is easy, we can use getopt() or optarg option. But how...
alright guys so I developed my code in Visual Studio..but i got this stupid error saying that error LNK2005: int a bla bla already defined in *.obj..I have two files of code that link together..any ideas?
Hello Guys,
I am trying to convert linux driver written by someone to win driver. The final code should be OS independent in other words it should know which enviroment it is running on. Should I declare #ifdef __WIN32 in the header file or it is built in? I am not too familiar with driver...
Hello guys,
I have excel rows with the following format
Row 2:" 120 250 700"
Row 3:" 120 250 700"
I want to split the content of the cell into
Column 1: 120
120
Column 1: 250
250 and so on
the delimiter is the space.
Thank you guys,
Tony
Hi guys,
I am back with more question :)
so now I have everything working but I have problem in saveas.
I wish to save the 1st column as "new1.txt"
2nd column as "new2.txt"
3rd column as "new3.txt" and so on
I can not figure out anyway to give different...
Hi guys,
Does anyone know how to select particular column in Statistica using VB macros. I have 10 columns and I want select one column at a time, copy and paste into new Sheet.
Thx,
Tony
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.