Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
1 Commented Post
0 Endorsements

20 Posted Topics

Member Avatar for Dave Sinkula

im reading c++ primer plus, and its good so far, but i get a little lost sometimes.

Member Avatar for shahidali6
11
10K
Member Avatar for Tharinz

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.

Member Avatar for Sureel
0
170
Member Avatar for katokato

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 …

Member Avatar for gerbil
0
387
Member Avatar for lizhiyuan

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 …

Member Avatar for somjit{}
0
3K
Member Avatar for katokato

[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?

Member Avatar for Rik_
0
62
Member Avatar for khess

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.

Member Avatar for Heyzaneretro
2
590
Member Avatar for katokato

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 …

Member Avatar for katokato
0
1K
Member Avatar for Techwriter10

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 …

Member Avatar for katokato
0
534
Member Avatar for whit0851

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 …

Member Avatar for Crutoy
0
773
Member Avatar for lexusdominus

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.

Member Avatar for Ancient Dragon
0
160
Member Avatar for spoonlicker

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 …

Member Avatar for katokato
-1
694
Member Avatar for jmoran19

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.

Member Avatar for pajojeff
0
381
Member Avatar for katokato

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 …

Member Avatar for prvnkmr449
0
93
Member Avatar for willow01

upload the minidump file of the bsod located at c:\windows\minidump, i will take a look at it.

Member Avatar for geonamu
0
300
Member Avatar for HiFiDr
Member Avatar for caperjack
0
100
Member Avatar for katokato

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 …

Member Avatar for katokato
0
151
Member Avatar for katokato

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 …

Member Avatar for katokato
0
95
Member Avatar for Richard7
Member Avatar for will.i.am

My method is: put clock to max stress test it, if fail, step down clock, repeat untill you found stable clock.

Member Avatar for b10hzrd
0
108
Member Avatar for katokato

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 …

Member Avatar for katokato
0
106

The End.