Search found 1248 matches

by LuisR14
March 25th, 2017, 8:49 am
Forum: Everything
Topic: Prime Number Generators
Replies: 14
Views: 5667

Re: Prime Number Generators

yep, was gonna correct that, way lots, 18 trillions+ :P
by LuisR14
March 19th, 2017, 8:35 am
Forum: Everything
Topic: How do you type?
Replies: 9
Views: 3742

Re: How do you type?

you can set the mouse for a left-handled position, but probably that's beside the point :P
by LuisR14
March 19th, 2017, 12:37 am
Forum: Everything
Topic: How do you type?
Replies: 9
Views: 3742

Re: How do you type?

I actually type with all 10 fingers, extending the hands out to reach all of those farther positioned punctuation keys rather than extending the fingers. also the numpad is easier for me to type out numbers than the ones above the alphabetical section o.o
by LuisR14
March 17th, 2017, 3:33 am
Forum: Everything
Topic: anyone else getting this?
Replies: 5
Views: 2827

Re: anyone else getting this?

yea i got it as well (and here i was thinking it was related to in-private or something)
by LuisR14
March 9th, 2017, 3:58 am
Forum: Everything
Topic: Noob learns to code in 3 months
Replies: 670
Views: 207299

Re: Noob learns to code in 3 months

tho the file just might autoclose if it goes out of scope o.o
by LuisR14
March 3rd, 2017, 5:14 am
Forum: Everything
Topic: static libs
Replies: 19
Views: 5245

Re: static libs

i believe you have to __declspec(dllexport) the class
by LuisR14
February 14th, 2017, 9:15 pm
Forum: Everything
Topic: Noob learns to code in 3 months
Replies: 670
Views: 207299

Re: Noob learns to code in 3 months

Yumtard wrote:It's my girlfriends birthday so celebrating her
nice, so it's on the same day as Valentine's Day xD :D
by LuisR14
February 13th, 2017, 10:01 am
Forum: Everything
Topic: Dynamic bool array has only one value?
Replies: 5
Views: 2305

Re: Dynamic bool array has only one value?

it's a cast to a bool array that has a size of size_of_dyn_arr
by LuisR14
January 8th, 2017, 3:03 am
Forum: Everything
Topic: Visual Studio 2017 impressions
Replies: 2
Views: 1633

Re: Visual Studio 2017 impressions

it's just that RC isn't for using as production level, but rather just to try it out and offer feedback and bug reports (i'd say :P)
by LuisR14
January 4th, 2017, 1:01 am
Forum: Everything
Topic: Data Caching and Code Optimizations
Replies: 11
Views: 4076

Re: Data Caching and Code Optimizations

theDevCorner wrote:Just as a clarifying note, there isn't just one cache attached to the CPU, and caches are found all over hardware in other places as well. (Including things like web caches etc...)
don't think that a webcache is a hardware thing, but it does use memory (DRAM, cache, and HDD space)