7,623 Posted Topics
Re: [quote]as I cannot pay for MFC [/quote] Methinks Express indludes it as of the 2008 version (bit limited e.g no resource editor) And if you are a student, you could nab the pro version off Dreamspark. | |
![]() | Re: Either a bad driver or overheating is my guess. Could also be defective RAM. |
Re: There can only be one boot server on a network if you are using PXE (as there should only be a single DHCP Serve, which in turn only has defined the IP for one TFTP server) | |
Re: [QUOTE=adatapost;1037273]. Here is a good example to play a video using DirectX - [URL="http://www.codeproject.com/KB/graphics/zMoviePlayer.aspx"][/URL]. [/quote] You can also play video in a 3d space using the XNA framework if you want to do some fanciness | |
Re: [quote]I am currently doing a research at my university about the ways in which we can use multicore CPU to enhance graphics performance instead of putting all the load on the GPU[/quote] Been tried already. Before vista/aero, windows handled the drawing of all windows using GDI so they were rendered … | |
Re: Cast with the "CInt" function | |
Re: [QUOTE=balakrishna.r;1037403]i already installed java when iam trying to install netbeans ide jdk not found error coming[/QUOTE] You know that "Java" (The jave JRE) which you use to run programs etc... is not the same as the Java developer kit (JDK), right? | |
Re: What do you mean? How to print them without the compiler thinking they are strings? use \" i think? | |
Re: Are you using ClearType? | |
Re: E.g. To add two numbers and print answer to screen [code] #include <iostream> using namespace std; int addnums(int number1, int number2) { int answer = number1 + number2; return answer; } int main() { int num1 = 1; int num2 = 2; cout << addnums(num1,num2); } [/code] e.g say you … | |
Re: [quote]the site does become a little slower than other times of the month. [/quote] Was i the only one who found that funny? It gets cranky when its its "time of the month" | |
Re: [quote]hey, i'm mostly used to coding in Java but recently been having to do some C coding for some uni work[/quote] Exact same thing with me. Welcome to the site. | |
Re: [quote]Now when I play my games (such as Call of Duty 4 and Battlefield 2 titles) they run poorly even on very low or minimum settings[/quote] Wierd. Ive got a similar system. Its only got a Pentium 4 and an 8[B]6[/B]00 with 2gb ram (533mhz? its 4x256). It can play … | |
Re: UAC does more than just prompt. Its behind IE's protected mode and needs-only elevation. That means that e.g IE will be sandboxed and run under the lowest privileged user account rights, and e.g apps will only be installed elevated if they request it. | |
Re: i use the profiler in Visual Studio 2010 | |
Re: whats the difference between developer and designer? | |
Re: Yes. Use e.g [code] if (stringname.compareTo(otherstringname) < 0) { // the word is "greater" than the other one, so e.g add it to its "right" }[/code] I used a BST like this as part of an english-to-french translator. | |
Re: Firstly, check for missing or corrupt system files (may need a windows cd) [code] sfc /scannow [/code] Also may want to try reregistering the IE dll's using DialAfix ([url]http://wiki.lunarsoft.net/wiki/Dial-a-fix[/url]) | |
Re: This is in the wrong place. This board is for viruses and malware help. | |
Re: Access isnt a part of Home and Student. It has its own key (i baught student 2003, and then sent away for access for a little extra,access came in a paper pouch with the key stuck to it) | |
Re: You cant. You can only use the office interop assemblies in VS Professional, i think. | |
Re: Dont think so. Access is only a desktop application, MS dont include access on Office for Windows Mobile, so i reackon it doesnt exist. | |
Re: Well, for one thing there are different sizes. There are Midi-ATX, Full ATX and Micro-ATX. Make sure you get the right one to fit in your case. Also get the one with the right socket type for your CPU | |
Re: [QUOTE=DARREN HANSON;1034682]Go to solution properties select the publish tab then prerequisites and check the box for .net... Hope this helps......[/QUOTE] Thread is 4+ years old! | |
Re: [quote]Take the HTML v. PHP example. PHP is a much better coding language, however schools are still teaching HTML. Why? Because schools like to start off with the basics, and work their way up. [/quote] You clearly dont know what you are talking about. PHP is a serverside scripting language. … | |
Re: yeah rugby is 2nd most popular sport here in scotland. never heard of rugby world cup though , i only ever watch the six nations. [quote]Rugby could become a sport, if they ever show it on the tele in the US. [/quote] Its in the top-3 sports in France, NZ, … | |
Re: Defender! (like space invaders) Civilization etc... On win 3.1/DOS | |
Re: [quote]The problem is that I can get my BIOS to see the new drive but as we all know, the XP installer won't recognize it until I install the correct SATA driver from floppy...etc. I can't do the floppy thing, sadly[/quote] It doesnt matter whether it is SATA I or … | |
Re: Why pay for acronis when the bundled ones in Server 2008 (vista/2008 introduced the ability to resize NTFS partitions, which was previously one of the few reasons anyone payed for partition magic etc..... - or if you dont have that, a linux livecd with Gparted) can do prettymuch the same … | |
Re: Yes. Indeed, i believe Dani uses a mac? But i could be wrong. I use a Mac Pro sometimes to do 3d rendering. | |
Re: It should be fine the only data on there is your service tag, system specifications, and the name/company of the registered user. | |
Re: [quote]The other post had gotten messy and since I was not allowed to delete it, I am starting a new post. [/quote] Stop making more posts! I just flagged that other one for cleanup! And yeah there is a 30 minute edit window, after that normal users cant edit threads. | |
Re: Yeah, winlogon is the windows logon screen. Many viruses replace it with a false one which then spoofs your password from you (Thats why business systems make you do control-alt-del before logging on, as only the windows one can read this sequence). Firstly, make sure yours hasnt been modified by … | |
Re: [QUOTE=Ancient Dragon;485881]Spanking? Absolutely -- beat the living hell out of the little crumb snatchers :) But if you do that your kids will hate you for the rest of your life.[/QUOTE] I was spanked as a kid. i only ever got a smack on the bum - never anything that … | |
Re: You will never get 100% Its rare to get about 85% signal strength even when you are right next to it, usually 60-75 indoors. Linksys routers normally have a port for you to plug in an external directional antenna if you want to maybe mount it in a better location. | |
Re: Well, for one thing [B][I]system("pause"); [/I][/B] is not portable. That only works on windows, not other POSIX-compliant systems. Therefore, cygwin wont like it. | |
Re: [quote]and I need to save things to a person's Desktop[/quote] the users home isnt nececerially thier desktop, the path for that depends on thier window manager / gui configuration. | |
Re: here its much more common to be called a geek than a nerd. you can be geeky without being a nerd. | |
Re: Welcome! Many students here. Im in my second/third year myself. | |
Re: No. the .NET framework itself is written in C++ (C and C++ are whats used mainly for operating systems, some assembley too) C and other unmanaged languages are used for the O/S as it compiles to machine code (binary) not an intermediate language to be interpreted (as is the case … | |
Re: yep, centOS is a free rebuild of RHEL but its a crap choice for a server (peoplke say its great - read on to see why i disagree) 1) No support. if you are running a misssion-critical business system, its worth it to pay for the support 2) The lag … | |
Re: If you have already shrunk your windows partition, just choose "install into free space" and it will automatically make a swap and a / partition of you of the size it sees fit. | |
Re: Is the wireless card 802.11g or is it only 802.11b? | |
Re: Same thing happened to me. About a week ago they released an update for the WU agent on vista and it seems to have broken it. Seems like a wierd issue though. I just did a clean install on another box a few days ago and have not had any … | |
Re: What version of Outlook? Service pack? |
The End.