Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Endorsement
Ranked #858
Ranked #18.7K
Ranked #3K
~5K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for samaru

I had a couple of really hard assignments last year at school, one was to write a process scheduling program to simulate CPU load under different CPU scheduling algorithms, while at the same time I wrote a multiplayer card game, both client and server (was supposed to be a group …

Member Avatar for Fest3er
0
3K
Member Avatar for popo_prince

Just a few things about this code, whoever wrote doesn't really understand completely what is going on. The header fstream is for file i/o, which isn't used in this program at all, also cout, and cin are used so the iostream header must be included. For the random functions I …

Member Avatar for JasonCordes
0
147
Member Avatar for Dani

C# has the bool data type, which allows for true and false. Also another great resource for C# that I really like is [url="http://www.codeproject.com"]http://www.codeproject.com[/url] (also has other sections besides C# too)

Member Avatar for guitarded
0
421
Member Avatar for bob123452

Yeah what Darc has said, also they made some improvements to the compiler so that it is more standards complient and such. Here is a link to some of the changes [url="http://www.gotdotnet.com/team/cplusplus/articles/compmig.doc"]http://www.gotdotnet.com/team/cplusplus/articles/compmig.doc[/url]

Member Avatar for C#Coder
0
434
Member Avatar for parisa

About sending a message to a phone, it really depends on the provider, for example my company uses telus mobility for the company cells, telus provides a web page to send a message to any number on the network, so if I wrote a program that provided the correct post …

Member Avatar for maxim_kh
0
233
Member Avatar for m3rc

can't really compare the 2, it would be like comparing apples to oranges. vb.net is a programming language like fortran. vs.net is the latest IDE from Microsoft, you can use vs.net to program vb.net, but it also works for C#, J#, C++, Managed C++, plus a whole slew more, because …

Member Avatar for m3rc
1
388
Member Avatar for popo_prince

To do this, create a new project (workspace if using vc++ 6) add a new code file, paste your code in there, compile (I believe F7 in vc++ 6, or ctrl-shift-B in vs.net), the exe will be in your project folder, send that to anyone with windows, and it will …

Member Avatar for popo_prince
1
228

The End.