Forum: C++ Mar 24th, 2004 |
| Replies: 8 Views: 4,617 Re: exe application Yeah exactly what infamous said it will be in you Debug folder.
@infamous:It may have been that way in previous versions of visual studio, i'm not sure never had it before, and now I get vs.net... |
Forum: VB.NET Mar 24th, 2004 |
| Replies: 6 Views: 4,590 Re: VB .net vs VS .net hehe yeah, sometimes I have too much running through my head, it comes out not exactly clear, kinda jumbled |
Forum: C++ Mar 23rd, 2004 |
| Replies: 8 Views: 4,617 Re: exe application Debug mode is standalone, the exe just contains debugging information, that allows you to step through the code when you set a breakpoint inside the IDE. Even Academic versions allow you to create... |
Forum: Computer Science and Software Design Mar 23rd, 2004 |
| Replies: 24 Views: 14,757 Re: relation of mathematics with computer science There is one thing that discreet mathematics, number theory is actually useful, RSA encryption algorithms are based off all that theory actually very interesting stuff too. Depending on what your... |
Forum: Computer Science and Software Design Mar 23rd, 2004 |
| Replies: 67 Views: 21,273 Re: What's the HARDEST program you've written? 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... |
Forum: VB.NET Mar 23rd, 2004 |
| Replies: 6 Views: 4,590 Re: VB .net vs VS .net 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... |
Forum: C++ Mar 23rd, 2004 |
| Replies: 8 Views: 4,617 Re: exe application 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... |
Forum: C++ Mar 23rd, 2004 |
| Replies: 2 Views: 3,049 Re: game code help 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... |
Forum: C# Mar 23rd, 2004 |
| Replies: 11 Views: 50,522 Re: If-Else in C# C# has the bool data type, which allows for true and false. Also another great resource for C# that I really like is http://www.codeproject.com (also has other sections besides C# too) |
Forum: Java Mar 23rd, 2004 |
| Replies: 3 Views: 8,544 Re: Email Client, SMS, Voice command 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... |
Forum: ASP.NET Mar 23rd, 2004 |
| Replies: 5 Views: 7,403 Re: .net 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... |