- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
20 Posted Topics
Re: im reading c++ primer plus, and its good so far, but i get a little lost sometimes. | |
Re: sfc /scannow in elevated cmd repair disc easiest way is to replace the dll/exe with a working one which you can easily find on google. | |
i have netbook with 4gb ssd for windows installation. i need to reinstall it so the documents and settings is on main hard drive (100gb) and program files are also on main drive. got my xp installation, and I extracted iso into actual folder with winrar, searched for WINNT.sif i … | |
Re: register(closer to processor than L1) : FASTEST WTF MABOB SO FAST <snip> FAST L1(each core has its own) : lol wtf fast l2(each core has its own) : fast l3(cores share this) : lil fast ram:(cores share this) slow swap file(slower but stores a fuckton more info, used when you … | |
[url]http://www.newegg.com/Product/Product.aspx?Item=N82E16820231427&cm_re=g_skill_ddr3_1600-_-20-231-427-_-Product&nm_mc=AFC-C8Junction&cm_mmc=AFC-C8Junction-_-na-_-na-_-na&AID=10446076&PID=4011352&SID=skim3031X597717X6248b477b2cd1efce646d1b6b08d0398[/url] it says that this is designed for p67, will it still work on amd am3 mobos? | |
Re: i usually dont buy games often because: price, price, price, and also that i dont know if it will work with my computer, i also hate steam. however im thinking of buying battlefield bad company 2. | |
im new to this c++ thing and windows api thing, and i got most of this code from a tutorial but i modified it alot. how do i retrieve a handle to a dialog box so i can put my menu inside it? (when i put the code for the … | |
Re: i hate the cloud. why? i dont like to remember passwords, that is only for games, email, and logmein. if i had to remember a password just so i could access a document i would die, i mean why would i go through all of that trouble when i can … | |
Re: i think hes trying to make the program generate a random number and have the user guess it. or something like 20 questions [code] srand ((unsigned)time(0)); [/code] you need to use #include <ctime> to get time. also you might want to generate numbers based on the users choice, like: is … | |
Re: i am a beginner also. i have found this website really good help: [url]http://www.winprog.org/tutorial/start.html[/url] i think I would use pointers for that if i were you, since you can access anything in memory with them. | |
Re: i think that pointers are really useful because you can just grab anything you want from the memory. well if i were you, to understand pointers i would use visual examples. they help alot. i was having a hard time also, but try this: [url]http://www.linuxconfig.org/c-understanding-pointers[/url] [url]http://www.google.com/imgres?imgurl=http://morethanmachine.com/macdev/wp-content/uploads/2009/02/pointers1.png&imgrefurl=http://morethanmachine.com/macdev/%3Fauthor%3D1%26paged%3D2&usg=__xyZmYzPvW0wWp4Y4CRHFgv-1zDw=&h=297&w=373&sz=10&hl=en&start=0&zoom=1&tbnid=6gtslE4hWPORTM:&tbnh=139&tbnw=175&ei=aKdiTfnnOYGWsgOdkqS6CA&prev=/images%3Fq%3Dunderstanding%2Bpointers%2Bc%252B%252B%26um%3D1%26hl%3Den%26safe%3Doff%26sa%3DN%26biw%3D1280%26bih%3D879%26tbs%3Disch:1&um=1&itbs=1&iact=hc&vpx=987&vpy=404&dur=15083&hovh=200&hovw=252&tx=191&ty=157&oei=aKdiTfnnOYGWsgOdkqS6CA&page=1&ndsp=36&ved=1t:429,r:21,s:0[/url] [url]http://www.geekpedia.com/tutorial44_Understanding-Pointers.html[/url] if i were … | |
Re: if you want you can reinstall grub2. however, if youre seeing the windows screen that means that grub already handed the control to windows7's partition so i dont think its a grub problem? i could be wrong. | |
Im supposed to create a program that will read 10 floating pt numbers into an array of 10 double. The program is supposed to quit on non numeric input, which i have succeeded in doing, and also the program is supposed to take an average of all of the numbers … | |
Re: upload the minidump file of the bsod located at c:\windows\minidump, i will take a look at it. | |
Re: can you describe your problem more clearly? does the problem occur when you click a hyperlink? | |
Im trying to learn c++ loops and structures with the c++ primer plus book. Here is the question no6: [url]http://books.google.com/books?id=zuyAIZ9ZIskC&pg=PA205&lpg=PA205&dq=c%2B%2B+primer+plus+programming+exercise+how+many+cars+do+you+wish+to+catalog&source=bl&ots=mbyXM-wZBZ&sig=o0nBYx-ZkCShRJztCVoFTy4S1eM&hl=en&ei=BqxQTMKVK4eosQPi_bynBw&sa=X&oi=book_result&ct=result&resnum=1&ved=0CBIQ6AEwAA#v=onepage&q&f=false[/url] My current code: #include <iostream> #include <string> struct car { std::string carname; int yearmade; }; int main(void) { using namespace std; int zero = 0; int vb2 = 1; int … | |
im trying to learn c++, so i stumble upon this programming exercise that asks the user to make a program that asks for 2 numbers, assuming that the second number is always the biggest in value, and adds all of the numbers in between the numbers entered including the entered … | |
Re: upload the minidump file. | |
Re: My method is: put clock to max stress test it, if fail, step down clock, repeat untill you found stable clock. | |
Hey, im new to the forum and im trying to learn c++, so i bought a book. On a programming exercise i was asked to create a program that would take a persons full name, letter grade, then subtract the letter grade (ie: A to B), and age and display … |
The End.