SIMD: implement _mm256_max_epu64_ |
|
[5 replies] Last: I did this question also in stackoverflow https://stackoverflow.com/qu... (by CakeByTheOcean)
|
by gitelmana
please help me solve this problem
|
|
[2 replies] Last: Two problems: Lines 73, 78, 83, 88: When you call a function you nee... (by AbstractionAnon)
|
by CABrouwers
Is const-ness deep/recursive ?
|
|
[7 replies] Last: Fair enough. It's pretty silly to do this, though: void foo(const in... (by helios)
|
by CABrouwers
About const & arguments (again)
|
|
[4 replies] Last: Thanks for your response. I think I found the explanation here: https... (by CABrouwers)
|
by ebony1029
error expected initializer before void line 7
|
|
[3 replies] Last: There are a number of issues in your code. 1. missing semicolons, yes... (by CABrouwers)
|
Why is SIMD slower than trivial loop. |
|
[9 replies] Last: Thanks for all discussion. I use cmake ninja and found following thing... (by CakeByTheOcean)
|
by thesilentc
File not reading in and stuck in a While loop
|
|
[9 replies] Last: For whatever reason, you can't open lab2.txt so the open() at line 10 ... (by dhayden)
|
by thesilentc
Problems with Comparing by Name & Comparing by Score
|
|
[2 replies] Last: Thank you very much! (by thesilentc)
|
by muradyf
Unknown Error In Bomber Game
|
|
[13 replies] Last: The function expects an integer variable ... and, as a reference, must... (by lastchance)
|
by kimchiboy03
Need help with this programming problem
|
|
[6 replies] Last: i agree with dhayden in most part. but that's not a mistake, what you ... (by anup30)
|
by bob404
impossible error in "getsockopt"
|
|
[13 replies] Last: I think you're going about this the hard way. When you call socket()... (by AbstractionAnon)
|
Find prime factors of a number using 2 user defined functions |
|
[3 replies] Last: I suggest that you change your main() program (temporarily) to call ge... (by dhayden)
|
by antococo
how can i use class to programming c++
|
|
[2 replies] Last: I see one potential problem. Class Not contains a raw pointer (_ptaE).... (by dhayden)
|
by H00G0
Suggestion for password hashing function
|
|
[11 replies] Last: yes, what I gave you was encryption. You can use a portion of it to m... (by jonnin)
|
Overrated attributes? |
|
[11 replies] Last: absolutely. (by jonnin)
|
by Ojies
Program ends at second while in function z1
|
|
[3 replies] Last: Line 38: you confuse = (assignment) with == (comparison for equality) ... (by lastchance)
|
by emirhanekt
About Class
|
|
[1 reply] : Please note that this is not a homework site. We won't do your homewor... (by keskiverto)
|
by Allaye
Error 'Blending::Blend': non-standard syntax; use '&' to create a pointer to member
|
|
[2 replies] Last: in your main createTrackbar("Blend", "Blendimage", &defaultvalue, max... (by H00G0)
|
by CABrouwers
foo == (* foo)
|
|
[2 replies] Last: Very, clear! Thank you very much. (by CABrouwers)
|
by CABrouwers
mixing &fun and fun in same function call
|
|
[4 replies] Last: @dutch Thanks for your reply, I do see that the problem is that the s... (by CABrouwers)
|