Posts
 
Reputation
Joined
Last Seen
Ranked #3
Strength to Increase Rep
+16
Strength to Decrease Rep
-4
91% Quality Score
Upvotes Received
1K
Posts with Upvotes
918
Upvoting Members
273
Downvotes Received
74
Posts with Downvotes
70
Downvoting Members
54
623 Commented Posts
27 Endorsements
Ranked #48
Ranked #17
~1.89M People Reached
Favorite Tags
Member Avatar for Nicolett

Well you can either: STFW with https://duckduckgo.com/?q=employee+retention+credit Wait for your sock-puppet to show up with their "recommendation".

Member Avatar for Salem
0
11
Member Avatar for jkon

Or you just learn how to use the tools. If you want only reddit, then type this into your search: `c programming language site:reddit.com` If you want everything but reddit, then type this into your search: `c programming language -site:reddit.com`

Member Avatar for jkon
0
82
Member Avatar for manmohan419
Member Avatar for aishamushtaq
0
68
Member Avatar for Dani

I'm a long-time moderator on cprogramming.com, but it's getting awfully quiet on many of the old forums. DiC was a loss, as was devshed. I seem to be most active now on reddit.

Member Avatar for Dani
1
194
Member Avatar for samaru
Member Avatar for Thomasio

If you want to know what windows is up to when you do something, then try using https://learn.microsoft.com/en-us/sysinternals/downloads/procmon

Member Avatar for Thomasio
0
84
Member Avatar for Hanginium65

First, let's prepare two tar files using different compression schemes for demo purposes. $ cat foo_1.txt This is file 1 $ cat foo_2.txt This is file 2 This is file two This is file too # Three tar files, two compressed and one uncompressed for reference $ tar -j -c …

Member Avatar for Salem
2
89
Member Avatar for AndreRet
Member Avatar for Salem
0
42
Member Avatar for tiffani

[url]http://it.acronymfinder.com/af-query.asp?string=exact&acronym=csp&s=r[/url] Maybe we can't figure out which meaning of CSP you're talking about. > Is simple hill-climbing a complete algorithm for solving CSPs? That looks like a google question to me, if you'd done any research on the topic.

Member Avatar for Dani
0
112
Member Avatar for 3cats

So is that when you use [ICODE]for(int i = 0; i < len; i++)[/ICODE] rather than [ICODE]for ( string::size_type i = 0; i < len ; i++ ) {[/ICODE]

Member Avatar for Mahim_1
0
2K
Member Avatar for henks

> mov==getch(); > if(mov='d')//supposed to be right arrow, don't know how to You got them both wrong = is for assignment (the first one) == is for comparison (the second one)

Member Avatar for therese_1
0
499
Member Avatar for kanebt

Hell, with only 2 posts, you've already joined the top 25% of posters on the board. Only 8 more posts will get you into the top 2%!

Member Avatar for Олег_9
3
3K
Member Avatar for Deepak.G
Member Avatar for hollywoood69
Member Avatar for student_x

But there is only "one" strategy, and that's to keep the other player with multiple of 3 to choose from. If the other player ends up looking at a total of 3, then you win. Eg. Total is 6 (for them) They pick 4, you pick 2 and win They …

Member Avatar for G._1
0
3K
Member Avatar for Rose Aashii

A loop which loops N times is considered to be O(N) even though as you know it would take N+1 comparisons to run the loop.

Member Avatar for Ali_84
0
2K
Member Avatar for Good Bye

In other words - you want to cheat. The good news (for everyone else) is that the required knowledge is probably 6 months to a year away, so the fact that you think you can get this "matrix style" in a short time period means you'll probably give up.

Member Avatar for Nihat_1
0
3K
Member Avatar for Sudo Bash

[url]http://linux.die.net/man/3/clock[/url] clock() determines (to some approximation) the amount of CPU time used by a program. Waiting around for I/O typically does not count. If you want to measure the amount of elapsed time, as by your watch for example, then use the time() functions.

Member Avatar for Yangang
0
4K
Member Avatar for pvbhargav

A wild stab in the dark suggests that you need to double up the second \ in your pathname, so C:\\TC\[COLOR="Red"][B]\[/B][/COLOR]BGI But since you've only paraphrased the problem, who knows whether that typo exists in your actual code, or whether there is some other problem you haven't bothered to mention. …

Member Avatar for Sun_5
-1
14K
Member Avatar for Alex Edwards

6000 pages @ 1 page per day ~= 16.5 years. Planning anything else afterwards, say the world's longest beard perhaps? Now if you're doing some proper old-time research (and coming up with genuine new ideas, which is what a PhD ought to be), it might take weeks to come up …

Member Avatar for KelvinG
0
1K
Member Avatar for ranjini.jayam

[URL="http://lmgtfy.com/?q=%22insert+name+of+thing+here+%22+source+code"]Sure is![/URL] Just edit to taste.

Member Avatar for wenbuyi
-1
665
Member Avatar for papuccino1

codeblocks-8.02-setup.exe 28 Feb 2008 10.8 MB codeblocks-8.02mingw-setup.exe 28 Feb 2008 19.3 MB The first one is the IDE only The second (larger one) includes the compiler. You need the second one only once (unless you manually install compiler(s) of your choice). Then if you want to keep up to date …

Member Avatar for corey_2
0
2K
Member Avatar for robotnixon

You also need to consider that 900 say is written as "CM" (ie 100 before 1000), not as 9 C's in a row. But according to your input, 'X' is not a valid operation?

Member Avatar for Edwin_6
0
1K
Member Avatar for jayfaj

> Thank you for the idea but could you explain a little further Yes, and I bet your tutors will ask you exactly the same question as well. The only difference being is that your explanation will be even more vague than whatever is posted here. That's what you get …

Member Avatar for Nimric
0
959
Member Avatar for ladynjb22

How about trying it for yourself rather than hijacking a thread which is over 2 YEARS old. You're not going to learn to cook from reading cookery books, and I can tell you that all great cooks didn't get where they are today without setting fire to something at least …

Member Avatar for Neha_15
0
1K
Member Avatar for johnny80

Maybe this linux based tool? [url]http://home.eunet.no/pnordahl/ntpasswd/bootdisk.html[/url] > the administrator won't let me use illegal software. So hand the machine over to them, and let them earn their keep for a day or two while you get on with something else.

Member Avatar for y0f4n
0
3K
Member Avatar for vegaseat

People repost the same old urban legends, and no one knows why. [url]http://www.snopes.com/critters/wild/duckecho.asp[/url] Actually, they'll believe anything printed shoved in front of their noses and never bother to conduct even the slightest bit of independent research.

Member Avatar for vegaseat
11
9K
Member Avatar for ~s.o.s~

> please teach me how to be a programmer Sure, how about beginning with learning how to read, lets say all of the wonderful resources posted in this thread. As opposed to merely bumping a dead thread with your content-free "me too" post.

Member Avatar for mack1
29
5K
Member Avatar for ganesh_bala
Member Avatar for chandanraj
0
671
Member Avatar for cassie_sanford