can you please post the source of you Sieve.cs and sieve.cpp...
Landarzar
Posts
-
C# vs. C++ performance [modified] (Contest) -
dictionaryIn C#: If you want to create some sub dirs:
string basedir = "C:\\MyDir\\"; string[] newsubdirs = new string[] { sub1, sub2, mynewsub }; System.IO.DirectoryInfo dirInfo = new System.IO.DirectoryInfo(basedir); for(int i = 0; i < newsubdirs.Length;i++) { dirInfo.CreateSubdirectory(".\\" + newsubdirs[i]); }
-- modified at 12:55 Thursday 27th July, 2006 -
ASP ? Ajax ? :confused:Heyho, i am for my self not the Webdevelopment expert, but if you want to learn Asp.net it was good learning a Microsoft .Net language, like C# or VB.Net. You should download the Expressversion from the Visual Studio (look here for it http://asp.net/downloads/essential.aspx?tabid=62 ). On ASP.Net are also some tutorials, but you should also google a littel bit. Iam not sure about Ayax, i think it is only a Javascript think... You Sending HTML requests per javascript back to the server, sure you need server software who can allow to hande it. If you want only Ajax you can also do it with PHP, look here : http://developer.mozilla.org/de/docs/AJAX:Getting\_Started For a general overwiev: http://en.wikipedia.org/wiki/Ajax\_(programming)
-
Statical Data in ASP.NetIs there a way to create statical data, that is every time for alle sessions accesable? I tryed to create a static class, and i add an static field from type DataSet. Access form the pages works well und adding new rows also, but after an page reload (press an button or somethink) the dataset is empty. Is there a way to make code that is for all sessions every time accessable? or i have to do it per remoting?
-
How logo can you go??? Round II...Nr 6...
-
Api hookingyes
-
client server problemYou shuld implement somethink like a check, maybe every 3sec a ping or somethink.
-
BETA 2http://lab.msdn.microsoft.com/vs2005/get/order/default.aspx <-- its Beta1 with sourcesave, you pay only shipping!
-
BETA 2They sayed that beta2 will be public available( i think with the same way of beta1, u have to buy DvD { 5€ ) )
-
Media Player 10For me the same. But why using WMP? take a look on Winamp or on opensource players at sourceforge.