chunk_id
large_stringlengths
6
12
question_id
large_stringlengths
3
8
language
large_stringclasses
1 value
chunk_index
int64
0
12
chunk_text
large_stringlengths
92
2.9k
sparse_text
large_stringlengths
64
2.89k
dense_vector
listlengths
3.58k
3.58k
sparse_indices
listlengths
0
284
sparse_values
listlengths
0
284
export_source
large_stringclasses
1 value
4709127_c0
4709127
c++
0
Title: C++: gcc can't find static member when linking Problem title: C++: gcc can't find static member when linking Tags: c%2B%2B, gcc, linker Problem: C++: gcc can't find static member when linking Code signals: file.cpp:20, MyClass::arr, MyClass.hpp, MyClass::func, MyClass, Xlinker
C++: gcc can't find static member when linking C++: gcc can't find static member when linking c%2B%2B gcc linker file.cpp:20 MyClass::arr MyClass.hpp MyClass::func MyClass Xlinker C++: gcc can't find static member when linking I get the error: At this line, I have: At header: P.S. gcc (4.x) is called with: -X...
[ 0.00927734375, -0.01141357421875, 0.0198974609375, -0.003509521484375, -0.0177001953125, -0.003387451171875, 0.016357421875, 0.006927490234375, 0.0037994384765625, 0.0125732421875, -0.0201416015625, -0.0087890625, -0.00469970703125, 0.012939453125, 0.0234375, -0.0274658203125, -0.009...
[ 313, 37223, 22109, 238, 831, 3768, 18, 7413, 201939, 32786, 3229, 3126, 214, 501, 56, 11435, 6366, 16619, 2646, 140803, 127, 16498, 1193, 10187, 18499, 765, 10336, 294, 9451, 425, 35839, 678, 1542, 169, 15458, 112, 17447, 71864, 48716, 80...
[ 0.024139404296875, 0.2486572265625, 0.165283203125, 0.138916015625, 0.076416015625, 0.083984375, 0.08758544921875, 0.1546630859375, 0.22119140625, 0.253662109375, 0.016876220703125, 0.18603515625, 0.06878662109375, 0.0285186767578125, 0.173828125, 0.1116943359375, 0.15185546875, 0....
embed
62461104_c0
62461104
c++
0
Title: Alias definition gives error "is not a member of std" Problem title: Alias definition gives error "is not a member of std" Tags: c%2B%2B Problem: Alias definition gives error "is not a member of std" Code signals: Alias, SomeThing, SomeThing.h, ck2, SOMETHING_LOGIC_H
Alias definition gives error "is not a member of std" Alias definition gives error "is not a member of std" c%2B%2B Alias SomeThing SomeThing.h ck2 SOMETHING_LOGIC_H Alias definition gives error "is not a member of std" I have an enumerator SomeThing declared in namespace with the same name in SomeT...
[ 0.00616455078125, 0.005950927734375, -0.005218505859375, -0.022705078125, -0.0040283203125, 0.02099609375, -0.0106201171875, 0.0072021484375, 0.002288818359375, 0.01043701171875, 0.002532958984375, -0.01239013671875, 0.007354736328125, 0.00013637542724609375, 0.02392578125, -0.00778198...
[ 2132, 162, 80934, 76199, 18499, 164, 959, 10, 32786, 111, 6138, 71, 41502, 31384, 20800, 214, 127, 2594, 304, 33677, 191226, 47510, 16259, 841, 189085, 1290, 159978, 210716, 22, 10321, 5423, 55109, 18151, 9790, 45367, 58905, 83, 271, 112, ...
[ 0.1942138671875, 0.1898193359375, 0.1873779296875, 0.0440673828125, 0.204833984375, 0.10455322265625, 0.1961669921875, 0.07666015625, 0.2406005859375, 0.1143798828125, 0.2003173828125, 0.166015625, 0.015228271484375, 0.04547119140625, 0.1558837890625, 0.108642578125, 0.0836181640625,...
embed
817174_c0
817174
c++
0
Title: Power On Self Test Problem title: Power On Self Test Tags: bios, c%2B%2B, c, hardware, operating-system Problem: Power On Self Test Any good place to learn about POST and how to design and code one? I am a C++ programmer and quite baffeled with the term. Thanks Code signals: Power, Test
Power On Self Test Power On Self Test bios c%2B%2B c hardware operating-system Power Test Power On Self Test Any good place to learn about POST and how to design and code one? I am a C++ programmer and quite baffeled with the term. Thanks
[ 0.034912109375, 0.01483154296875, -0.0022125244140625, 0.0224609375, -0.005889892578125, -0.00909423828125, 0.006072998046875, 0.015380859375, -0.006683349609375, 0.0062255859375, 0.00494384765625, -0.006439208984375, -0.03125, 0.02294921875, 0.0172119140625, 0.018798828125, 0.000820...
[ 17170, 2161, 55347, 8647, 3530, 7, 501, 76407, 172852, 16751, 4127, 3687, 30698, 1672, 81903, 3642, 47, 4331, 18151, 1632, 444, 10, 313, 37223, 77848, 32233, 54261, 297, 70, 13579 ]
[ 0.2386474609375, 0.2352294921875, 0.20458984375, 0.2646484375, 0.1279296875, 0.039947509765625, 0.07061767578125, 0.134521484375, 0.10223388671875, 0.0821533203125, 0.0241546630859375, 0.069580078125, 0.1199951171875, 0.056182861328125, 0.240234375, 0.0226898193359375, 0.006469726562...
embed
71291386_c0
71291386
c++
0
Title: Why result is 2, not 2.0? Problem title: Why result is 2, not 2.0? Tags: c%2B%2B Problem: Why result is 2, not 2.0? #include <iostream> using namespace std; int main() { cout << 7/3*1.0 << endl; return 0; } Why result of 7/3*1.0 is 2, not 2.0? 1.0 is double. Code signals: namespace, Why
Why result is 2, not 2.0? Why result is 2, not 2.0? c%2B%2B namespace Why Why result is 2, not 2.0? Why result of 7/3*1.0 is 2, not 2.0? 1.0 is double.
[ 0.01031494140625, -0.00762939453125, -0.0003814697265625, -0.01251220703125, 0.01556396484375, 0.00732421875, -0.0042724609375, 0.00075531005859375, 0.02099609375, 0.0224609375, 0.0019683837890625, -0.0167236328125, -0.0201416015625, -0.0093994140625, 0.006317138671875, 0.0046691894531...
[ 44084, 16750, 83, 116, 4, 959, 16655, 32, 501, 167218, 571, 6, 210716, 111, 361, 18113, 1639, 102107, 53855, 41929 ]
[ 0.1728515625, 0.25146484375, 0.114501953125, 0.2100830078125, 0.07196044921875, 0.154541015625, 0.27783203125, 0.01739501953125, 0.028717041015625, 0.059967041015625, 0.026214599609375, 0.0163421630859375, 0.2186279296875, 0.043121337890625, 0.11956787109375, 0.2301025390625, 0.11297...
embed
15974130_c0
15974130
c++
0
Title: What to do after a handler fails? Problem title: What to do after a handler fails? Tags: c%2B%2B, boost-asio, asynchronous, handler Problem: What to do after a handler fails? Code signals: What, ReadHandler, boost::system::error_code, size_t, bytes_transferred, error.value, reading...etc
What to do after a handler fails? What to do after a handler fails? c%2B%2B boost-asio asynchronous handler What ReadHandler boost::system::error_code size_t bytes_transferred error.value reading...etc What to do after a handler fails? When a read operation handler returns an error, means that the connection is broken/...
[ 0.006927490234375, 0.01470947265625, 0.0172119140625, -0.022705078125, -0.00182342529296875, -0.00592041015625, -0.01544189453125, -0.020263671875, -0.00439453125, 0.025634765625, 0.00124359130859375, -0.0211181640625, 0.00130462646484375, -0.01239013671875, 0.01385498046875, 0.0017242...
[ 4865, 54, 7103, 35863, 35782, 7, 97551, 1544, 31, 12654, 101966, 4764, 135679, 603, 16751, 188800, 40899, 13267, 390, 141325, 18499, 27494, 16454, 47, 10, 14847, 12301, 41018, 30646, 26950, 94878, 148431, 120540, 34695, 10422, 4034, 15700, 15...
[ 0.049468994140625, 0.09295654296875, 0.128173828125, 0.260498046875, 0.184814453125, 0.07025146484375, 0.1719970703125, 0.1070556640625, 0.151611328125, 0.058502197265625, 0.1160888671875, 0.1558837890625, 0.1658935546875, 0.1611328125, 0.0889892578125, 0.1239013671875, 0.08508300781...
embed
29577841_c0
29577841
c++
0
Title: Histogram image maching using opencv Problem title: Histogram image maching using opencv Tags: image-processing, histogram, c%2B%2B, opencv, image Problem: Histogram image maching using opencv Code signals: opencv, file, Histogram, Calculating, src.rows, src.cols, Probability, Cumulative
Histogram image maching using opencv Histogram image maching using opencv image-processing histogram c%2B%2B opencv image opencv file Histogram Calculating src.rows src.cols Probability Cumulative Histogram image maching using opencv I need to perform a matching between an image and an histogram I receive as a text. I ...
[ 0.00897216796875, -0.008056640625, -0.0244140625, 0.0361328125, 0.0179443359375, 0.004974365234375, 0.01031494140625, -0.006683349609375, -0.00592041015625, 0.0120849609375, 0.000606536865234375, -0.009033203125, 0.01611328125, 0.0284423828125, 0.01611328125, -0.005401611328125, 0.00...
[ 18763, 18, 83814, 29569, 38388, 214, 17368, 9803, 238, 334, 63923, 1919, 11435, 212467, 19437, 15555, 8447, 152990, 7140, 202, 3871, 51339, 14858, 17721, 136, 53299, 237, 7986, 56329, 420, 100, 15044, 2046, 142424, 3493, 91, 5915, 1286, 159...
[ 0.1103515625, 0.109375, 0.201904296875, 0.1920166015625, 0.1409912109375, 0.1259765625, 0.07598876953125, 0.1549072265625, 0.051422119140625, 0.2095947265625, 0.06695556640625, 0.14306640625, 0.06048583984375, 0.1239013671875, 0.1865234375, 0.1376953125, 0.06439208984375, 0.1633300...
embed
3056309_c0
3056309
c++
0
Title: Meaning of int(0) in int *pi = new int(0);? Problem title: Meaning of int(0) in int *pi = new int(0);? Tags: c%2B%2B Problem: Meaning of int(0) in int *pi = new int(0);? int *pi = new int(0); What's the significance of 0 here? Does it mean integer array of length 0? Code signals: Meaning
Meaning of int(0) in int *pi = new int(0);? Meaning of int(0) in int *pi = new int(0);? c%2B%2B Meaning Meaning of int(0) in int *pi = new int(0);? What's the significance of 0 here? Does it mean integer array of length 0?
[ 0.004913330078125, 0.00994873046875, -0.016357421875, -0.0038909912109375, -0.005950927734375, 0.01239013671875, 0.0240478515625, 0.006988525390625, 0.018310546875, 0.00994873046875, -0.00634765625, -0.0194091796875, 0.0011749267578125, 0.0166015625, 0.003387451171875, 0.00034523010253...
[ 1215, 11, 592, 23, 18, 177609, 661, 1434, 3525, 111, 501, 167218, 571, 2203, 12330, 3956, 757, 3688, 442, 29459, 892, 1505, 10298, 53, 140909 ]
[ 0.106689453125, 0.131103515625, 0.0726318359375, 0.0731201171875, 0.111083984375, 0.2235107421875, 0.044769287109375, 0.2335205078125, 0.1014404296875, 0.022979736328125, 0.035980224609375, 0.03363037109375, 0.02130126953125, 0.035797119140625, 0.1416015625, 0.07061767578125, 0.15612...
embed
2719985_c0
2719985
c++
0
Title: calling managed c# functions from unmanaged c++ Problem title: calling managed c# functions from unmanaged c++ Tags: c%23, c%23-2.0, c%2B%2B, clr, c%23-3.0 Problem: calling managed c# functions from unmanaged c++ How to call managed c# functions from unmanaged c++ Code signals: unmanaged
calling managed c# functions from unmanaged c++ calling managed c# functions from unmanaged c++ c%23 c%23-2.0 c%2B%2B clr c%23-3.0 unmanaged calling managed c# functions from unmanaged c++ How to call managed c# functions from unmanaged c++
[ 0.0157470703125, 0.036376953125, -0.0042724609375, -0.01141357421875, -0.02099609375, 0.00482177734375, 0.00118255615234375, 0.0032806396484375, 0.017578125, -0.030517578125, -0.0172119140625, -0.0213623046875, 0.020263671875, 0.00262451171875, 0.0150146484375, 0.02001953125, -0.0071...
[ 159029, 145755, 501, 4904, 32354, 1295, 51, 4707, 17704, 37223, 7, 3742, 27495, 73011, 42, 132265, 11249, 47, 11782 ]
[ 0.137451171875, 0.2325439453125, 0.0718994140625, 0.2177734375, 0.2064208984375, 0.11328125, 0.09814453125, 0.162109375, 0.10205078125, 0.240966796875, 0.0283050537109375, 0.043975830078125, 0.044219970703125, 0.0997314453125, 0.051116943359375, 0.0911865234375, 0.0188751220703125, ...
embed
38144000_c0
38144000
c++
0
Title: QThread and implementation of notify Problem title: QThread and implementation of notify Tags: qapplication, qt, c%2B%2B, qthread Problem: QThread and implementation of notify Code signals: QThread, TApplication::notify, QObject, QEvent, QApplication::notify, IExceptionBase, fMain.isNull
QThread and implementation of notify QThread and implementation of notify qapplication qt c%2B%2B qthread QThread TApplication::notify QObject QEvent QApplication::notify IExceptionBase fMain.isNull QThread and implementation of notify What to look out for when reimplementing notify function in multi threaded Qt applic...
[ 0.010986328125, 0.02001953125, -0.0093994140625, 0.0218505859375, -0.01544189453125, -0.0022125244140625, 0.02587890625, 0.0184326171875, -0.0047607421875, -0.031982421875, -0.01129150390625, -0.01239013671875, -0.0036773681640625, 0.01226806640625, 0.00238037109375, -0.002410888671875...
[ 2396, 20800, 39116, 136, 208124, 959, 40383, 111, 8096, 101687, 18, 182867, 10869, 75161, 192134, 47677, 87, 63928, 63473, 1238, 168793, 164, 18444, 6713, 1810, 100, 456, 197648, 214, 32354, 23, 6024, 86997, 38415, 27781, 114063, 18499, 20392...
[ 0.1522216796875, 0.066162109375, 0.241455078125, 0.047637939453125, 0.1636962890625, 0.1812744140625, 0.23779296875, 0.0180206298828125, 0.10162353515625, 0.1595458984375, 0.13720703125, 0.1375732421875, 0.1239013671875, 0.0321044921875, 0.1265869140625, 0.047882080078125, 0.01414489...
embed
40456043_c0
40456043
c++
0
Title: loading up to 2^32 int Problem title: loading up to 2^32 int Tags: c%2B%2B, cin, scanf Problem: loading up to 2^32 int I need to load intergers up to 2^32. Many resources indicates that cin or scanf simply wont load numbers this big. What is the most optimal way to load such big numbers?
loading up to 2^32 int loading up to 2^32 int c%2B%2B cin scanf loading up to 2^32 int I need to load intergers up to 2^32. Many resources indicates that cin or scanf simply wont load numbers this big. What is the most optimal way to load such big numbers?
[ -0.004791259765625, -0.00194549560546875, 0.0038604736328125, 0.003448486328125, -0.0185546875, 0.0024261474609375, 0.005157470703125, 0.01043701171875, 0.00714111328125, -0.05810546875, 0.01123046875, -0.0286865234375, -0.01519775390625, -0.00823974609375, 0.037353515625, 0.0006637573...
[ 72367, 214, 1257, 47, 116, 8353, 6460, 23, 18, 501, 167218, 571, 18676, 44954, 420, 87, 3871, 1940, 26255, 65514, 117414, 707, 42856, 23742, 101935, 903, 6957, 70, 2684, 24087, 3917, 6044 ]
[ 0.209716796875, 0.06805419921875, 0.1168212890625, 0.08355712890625, 0.161376953125, 0.08624267578125, 0.302978515625, 0.12109375, 0.152099609375, 0.05352783203125, 0.0184478759765625, 0.0023193359375, 0.1669921875, 0.144287109375, 0.1854248046875, 0.00836181640625, 0.1075439453125, ...
embed
4908811_c0
4908811
c++
0
Title: Generate random number with non-uniform density Problem title: Generate random number with non-uniform density Tags: c%2B%2B, random Problem: Generate random number with non-uniform density Did someone know how to generate random numbers with a non-uniform density? Code signals: Generate
Generate random number with non-uniform density Generate random number with non-uniform density c%2B%2B random Generate Generate random number with non-uniform density Did someone know how to generate random numbers with a non-uniform density?
[ -0.01953125, 0.0172119140625, 0.00579833984375, -0.02783203125, -0.005523681640625, 0.0068359375, -0.004241943359375, -0.0111083984375, -0.0084228515625, -0.027587890625, -0.00335693359375, 0.0078125, -0.00653076171875, 0.0194091796875, 0.03759765625, 0.0205078125, -0.026123046875, ...
[ 155370, 67, 96759, 14012, 678, 351, 5980, 5037, 168, 7, 2481, 501, 167218, 571, 22008, 3714, 3642, 47, 139392, 101935 ]
[ 0.19677734375, 0.0955810546875, 0.2147216796875, 0.1680908203125, 0.0931396484375, 0.1575927734375, 0.102783203125, 0.2020263671875, 0.180419921875, 0.0731201171875, 0.06915283203125, 0.057373046875, 0.06494140625, 0.086181640625, 0.048828125, 0.116943359375, 0.0892333984375, 0.038...
embed
5014373_c0
5014373
c++
0
Title: Undefine already included header Problem title: Undefine already included header Tags: c%2B%2B, c, visual-c%2B%2B Problem: Undefine already included header I want to check a header in my source file and if its already defined, I want to undefine it. Is it possible? Code signals: Undefine
Undefine already included header Undefine already included header c%2B%2B c visual-c%2B%2B Undefine Undefine already included header I want to check a header in my source file and if its already defined, I want to undefine it. Is it possible?
[ 0.0118408203125, 0.0123291015625, 0.0037078857421875, 0.0235595703125, -0.0128173828125, -0.01312255859375, -0.0033416748046875, 0.037109375, 0.00933837890625, -0.0079345703125, -0.0205078125, -0.0174560546875, 0.004669189453125, 0.0238037109375, 0.0211181640625, 0.01806640625, -0.01...
[ 79912, 64552, 21771, 99201, 10336, 56, 21176, 3444, 47, 12765, 31344, 11435, 2174, 6863, 61924, 9232, 442, 2071, 7722 ]
[ 0.2073974609375, 0.277587890625, 0.2005615234375, 0.216552734375, 0.227294921875, 0.168212890625, 0.2314453125, 0.0999755859375, 0.067626953125, 0.1995849609375, 0.1771240234375, 0.11962890625, 0.04132080078125, 0.07000732421875, 0.2489013671875, 0.2103271484375, 0.045440673828125, ...
embed
5959352_c0
5959352
c++
0
Title: Merging multiple csv files Problem title: Merging multiple csv files Tags: c%2B%2B Problem: Merging multiple csv files I have many 1GB csv files. What is the easiest way to merge them. Can this be done using shell commands or do I have to write a C++ program for it. Code signals: Merging
Merging multiple csv files Merging multiple csv files c%2B%2B Merging Merging multiple csv files I have many 1GB csv files. What is the easiest way to merge them. Can this be done using shell commands or do I have to write a C++ program for it.
[ -0.0084228515625, 0.0096435546875, -0.00396728515625, 0.015625, 0.0135498046875, 0.0196533203125, -0.0034942626953125, 0.0054931640625, 0.0186767578125, 0.010986328125, -0.0201416015625, -0.0220947265625, 0.00701904296875, 0.035888671875, 0.006744384765625, -0.00543212890625, -0.0003...
[ 6035, 9966, 48716, 20763, 334, 102158, 765, 5941, 106, 8359, 28, 1544, 525, 3917, 47, 42564, 2856, 903, 16940, 17368, 128019, 75101, 33022, 313, 37223, 1528, 442, 5 ]
[ 0.1954345703125, 0.0994873046875, 0.184326171875, 0.134033203125, 0.2451171875, 0.180908203125, 0.050994873046875, 0.08782958984375, 0.0633544921875, 0.16943359375, 0.010406494140625, 0.1104736328125, 0.0787353515625, 0.062255859375, 0.059661865234375, 0.267578125, 0.054656982421875,...
embed
4680431_c0
4680431
c++
0
Title: Memory Allocation char* and char[] Problem title: Memory Allocation char* and char[] Tags: c%2B%2B Problem: Memory Allocation char* and char[] What is the difference between these two in terms of memory allocation. char *p1 = "hello"; char p2[] = "hello"; Code signals: Memory, Allocation
Memory Allocation char* and char[] Memory Allocation char* and char[] c%2B%2B Memory Allocation Memory Allocation char* and char[] What is the difference between these two in terms of memory allocation.
[ 0.032958984375, 0.01239013671875, -0.01171875, 0.046875, -0.00180816650390625, 0.004150390625, -0.00701904296875, 0.034423828125, 0.00732421875, 0.0166015625, 0.0179443359375, -0.029052734375, 0.01446533203125, 0.01275634765625, -0.0087890625, -0.007232666015625, 0.0177001953125, -...
[ 172681, 884, 87632, 21441, 1639, 136, 1065, 268, 501, 167218, 571, 4865, 83, 70, 60212, 17721, 6097, 6626, 69407, 98323, 144 ]
[ 0.2105712890625, 0.1463623046875, 0.185791015625, 0.2471923828125, 0.1771240234375, 0.13720703125, 0.10552978515625, 0.050018310546875, 0.08258056640625, 0.059783935546875, 0.1165771484375, 0.037628173828125, 0.0443115234375, 0.08807373046875, 0.200927734375, 0.151123046875, 0.086303...
embed
5333267_c0
5333267
c++
0
Title: How to compile the qt .uic file with Xcode? Problem title: How to compile the qt .uic file with Xcode? Tags: qt-creator, compilation, xcode, c%2B%2B, qt Problem: How to compile the qt .uic file with Xcode? How do I link up the C++ files with the .uic files in Qt? Code signals: How, Xcode
How to compile the qt .uic file with Xcode? How to compile the qt .uic file with Xcode? qt-creator compilation xcode c%2B%2B qt How Xcode How to compile the qt .uic file with Xcode? How do I link up the C++ files with the .uic files in Qt?
[ 0.0101318359375, 0.00958251953125, -0.010986328125, 0.00250244140625, -0.0030364990234375, 0.01513671875, 0.0284423828125, 0.0220947265625, -0.00946044921875, -0.005126953125, -0.01318359375, -0.0120849609375, 0.0107421875, -0.0006256103515625, 0.0206298828125, -0.021484375, -0.00460...
[ 11249, 9969, 1340, 8096, 18, 34, 1771, 11435, 678, 1193, 40899, 47, 7612, 4597, 98352, 1022, 3126, 1257, 37223, 102158, 2396 ]
[ 0.05950927734375, 0.14453125, 0.1298828125, 0.1468505859375, 0.16064453125, 0.110107421875, 0.1798095703125, 0.156005859375, 0.0838623046875, 0.1099853515625, 0.304931640625, 0.03570556640625, 0.12939453125, 0.1185302734375, 0.1678466796875, 0.047332763671875, 0.1116943359375, 0.03...
embed
11509171_c0
11509171
c++
0
Title: OpenCV GPU library usage Problem title: OpenCV GPU library usage Tags: c%2B%2B, cuda, opencv Problem: OpenCV GPU library usage Can OpenCV GPU libraries be used in non Nvidia GPUs? I ask this since the FAQ page refers to CUDA. Can it be used in Videocore GPU core? Code signals: OpenCV, GPU
OpenCV GPU library usage OpenCV GPU library usage c%2B%2B cuda opencv OpenCV GPU OpenCV GPU library usage Can OpenCV GPU libraries be used in non Nvidia GPUs? I ask this since the FAQ page refers to CUDA. Can it be used in Videocore GPU core?
[ 0.00007200241088867188, -0.005279541015625, -0.00019073486328125, 0.000827789306640625, 0.0162353515625, 0.0023956298828125, 0.00567626953125, -0.0111083984375, 0.0034332275390625, -0.0004558563232421875, -0.0184326171875, -0.0250244140625, 0.0220947265625, 0.01116943359375, -0.012268066...
[ 13527, 105553, 162808, 35773, 1294, 127689, 167218, 314, 85, 9803, 238, 334, 4171, 10484, 11814, 23, 351, 227593, 26458, 52064, 313, 82302, 442, 2692, 30854, 56458 ]
[ 0.1258544921875, 0.266357421875, 0.2265625, 0.19580078125, 0.08148193359375, 0.123291015625, 0.009979248046875, 0.095458984375, 0.09539794921875, 0.08563232421875, 0.012481689453125, 0.1497802734375, 0.07720947265625, 0.1041259765625, 0.138427734375, 0.0548095703125, 0.0975341796875,...
embed
2563254_c0
2563254
c++
0
Title: Why do I have to provide default ctor? Problem title: Why do I have to provide default ctor? Tags: c%2B%2B, arrays Problem: Why do I have to provide default ctor? Why do I have to provide default ctor if I want to create an array of objects of my type? Thanks for answers Code signals: Why
Why do I have to provide default ctor? Why do I have to provide default ctor? c%2B%2B arrays Why Why do I have to provide default ctor? Why do I have to provide default ctor if I want to create an array of objects of my type? Thanks for answers
[ 0.013916015625, 0.0244140625, -0.01531982421875, 0.0022125244140625, -0.0003643035888671875, -0.01397705078125, -0.0152587890625, 0.01318359375, 0.01519775390625, 0.004852294921875, 0.0002002716064453125, -0.0220947265625, 0.03125, 0.021484375, -0.02294921875, -0.0106201171875, 0.005...
[ 44084, 54, 87, 765, 47, 22691, 114977, 6, 18770, 10298, 4778, 3444, 28282, 53, 36746, 10644 ]
[ 0.15185546875, 0.065185546875, 0.0576171875, 0.11083984375, 0.0692138671875, 0.181396484375, 0.256591796875, 0.0616455078125, 0.2462158203125, 0.1231689453125, 0.1005859375, 0.045013427734375, 0.1171875, 0.0892333984375, 0.15771484375, 0.1143798828125 ]
embed
26364677_c0
26364677
c++
0
Title: Is this dynamic array allocation allowed Problem title: Is this dynamic array allocation allowed Tags: allocation, arrays, c%2B%2B Problem: Is this dynamic array allocation allowed int n[] = {1000,5000,100000,105000,400000,500000,505000,800000,995000,1000000}; Code signals: array1, array2
Is this dynamic array allocation allowed Is this dynamic array allocation allowed allocation arrays c%2B%2B array1 array2 Is this dynamic array allocation allowed Is this valid for creating array1 size 1000 and array2 size 5000 ? Even after programming for a year this stuff still trips me up. And my second question: Is...
[ 0.0263671875, 0.018798828125, -0.0152587890625, 0.005279541015625, -0.0081787109375, 0.0023345947265625, -0.0147705078125, 0.0225830078125, 0.01446533203125, 0.0201416015625, -0.003814697265625, -0.00982666015625, 0.0050048828125, -0.0186767578125, 0.0018310546875, -0.01422119140625, ...
[ 2071, 903, 84079, 10298, 53, 144, 87632, 107003, 4778, 501, 571, 418, 304, 35604, 100, 105233, 13267, 4382, 136, 19692, 7103, 56037, 6602, 41884, 7464, 24745, 1257, 17932, 9655, 3917, 191082, 5423, 756, 142424, 12638, 19069, 47, 18057, 2370...
[ 0.06585693359375, 0.13037109375, 0.2529296875, 0.2117919921875, 0.1614990234375, 0.1475830078125, 0.1934814453125, 0.2159423828125, 0.1005859375, 0.041473388671875, 0.0310516357421875, 0.0555419921875, 0.138671875, 0.146484375, 0.0050048828125, 0.1029052734375, 0.075927734375, 0.17...
embed
27712432_c0
27712432
c++
0
Title: VS2013 and Unicode literals give warnings Problem title: VS2013 and Unicode literals give warnings Tags: unicode-literals, c%2B%2B, visual-studio-2013, unicode Problem: VS2013 and Unicode literals give warnings Code signals: VS2013, Unicode, std::vector, wchar_t, C4066, visual-studio-2013
VS2013 and Unicode literals give warnings VS2013 and Unicode literals give warnings unicode-literals c%2B%2B visual-studio-2013 unicode VS2013 Unicode std::vector wchar_t C4066 visual-studio-2013 VS2013 and Unicode literals give warnings What is wrong with this code: Exactly the same piece of code compiles without warn...
[ -0.00933837890625, 0.0025482177734375, -0.0142822265625, 0.00433349609375, -0.01251220703125, 0.00433349609375, -0.0089111328125, 0.0181884765625, -0.01275634765625, 0.0264892578125, -0.01324462890625, -0.01708984375, 0.01068115234375, -0.01116943359375, 0.0125732421875, 0.015625, 0....
[ 44160, 7735, 136, 219778, 15659, 16765, 8337, 1631, 6977, 60347, 112, 39798, 501, 21176, 52629, 74790, 6138, 71, 272, 18770, 148, 9254, 18, 2839, 14604, 83, 44691, 903, 18151, 202873, 5701, 63847, 9969, 1340, 15490, 43240, 678, 527, 13709, ...
[ 0.205322265625, 0.261962890625, 0.04925537109375, 0.180908203125, 0.1495361328125, 0.1146240234375, 0.05322265625, 0.1715087890625, 0.07196044921875, 0.1531982421875, 0.1048583984375, 0.1307373046875, 0.005950927734375, 0.1717529296875, 0.17138671875, 0.2093505859375, 0.0858154296875...
embed
48583800_c0
48583800
c++
0
Title: Scale a Gtkmm::Entry Problem title: Scale a Gtkmm::Entry Tags: gtkmm, c%2B%2B Problem: Scale a Gtkmm::Entry I am trying to scale in both dimensions a Gtkmm Entry object. I wasn't able to find anything useful for this. Does anyone know how to achieve this? Code signals: Scale, Gtkmm::Entry
Scale a Gtkmm::Entry Scale a Gtkmm::Entry gtkmm c%2B%2B Scale Gtkmm::Entry Scale a Gtkmm::Entry I am trying to scale in both dimensions a Gtkmm Entry object. I wasn't able to find anything useful for this. Does anyone know how to achieve this?
[ 0.0361328125, -0.00147247314453125, 0.0177001953125, 0.01318359375, 0.01123046875, -0.019287109375, 0.005340576171875, 0.0108642578125, 0.00021076202392578125, 0.0042724609375, 0.00927734375, -0.056884765625, -0.019287109375, 0.004425048828125, -0.00982666015625, 0.00811767578125, -0...
[ 152653, 13, 10, 527, 31472, 2276, 7768, 15123, 706, 571, 167218, 31577, 47, 105994, 23, 15044, 158208, 357, 36746, 19048, 7413, 23937, 80234, 903, 35672, 3714, 3642, 69307 ]
[ 0.210693359375, 0.1619873046875, 0.10693359375, 0.1085205078125, 0.17236328125, 0.2457275390625, 0.117919921875, 0.2359619140625, 0.039398193359375, 0.0775146484375, 0.0189056396484375, 0.1070556640625, 0.03662109375, 0.2587890625, 0.08819580078125, 0.193359375, 0.2130126953125, 0....
embed
44251704_c0
44251704
c++
0
Title: auto, error: map iterator has no member named ‘first` Problem title: auto, error: map iterator has no member named ‘first` Tags: iterator, c%2B%2B Problem: auto, error: map iterator has no member named ‘first` Code signals: E.first, E.second, p.first, p.second, std::map, std::basic_string
auto, error: map iterator has no member named ‘first` auto, error: map iterator has no member named ‘first` iterator c%2B%2B E.first E.second p.first p.second std::map std::basic_string auto, error: map iterator has no member named ‘first` I am learning c++ and I am confused with auto. I am trying to convert the above ...
[ 0.00823974609375, -0.004119873046875, 0.0036468505859375, -0.00787353515625, -0.017578125, 0.0113525390625, 0.0079345703125, 0.0079345703125, 0.006866455078125, -0.0181884765625, 0.00689697265625, -0.00958251953125, 0.0196533203125, 0.007232666015625, 0.0220947265625, -0.00723266601562...
[ 1809, 18499, 22288, 17, 720, 4597, 1556, 110, 32786, 24, 4806, 13448, 271, 501, 241, 191633, 915, 6138, 62346, 71, 402, 27744, 91693, 52080, 37223, 55681, 31577, 96760, 36917, 18151, 3934, 25632, 678, 43240, 26785, 44084, 14602, 959, 4488 ]
[ 0.254150390625, 0.1895751953125, 0.21533203125, 0.05792236328125, 0.21337890625, 0.17236328125, 0.07098388671875, 0.1297607421875, 0.2408447265625, 0.0653076171875, 0.0699462890625, 0.125, 0.1378173828125, 0.039154052734375, 0.059814453125, 0.035369873046875, 0.00811767578125, 0.12...
embed
9017069_c0
9017069
c++
0
Title: QTWebkit &quot;headless&quot; mode Problem title: QTWebkit &quot;headless&quot; mode Tags: qtwebkit, c%2B%2B, qt Problem: QTWebkit "headless" mode I'm trying to parse some HTML with QT / C++. However, I don't want to show any rendered HTML page. Is it possible? How? Code signals: QTWebkit
QTWebkit &quot;headless&quot; mode QTWebkit &quot;headless&quot; mode qtwebkit c%2B%2B qt QTWebkit QTWebkit "headless" mode I'm trying to parse some HTML with QT / C++. However, I don't want to show any rendered HTML page. Is it possible? How?
[ 0.00323486328125, 0.0021514892578125, -0.01214599609375, -0.00640869140625, -0.00836181640625, 0.017333984375, 0.0184326171875, 0.02490234375, 0.005645751953125, -0.0277099609375, -0.00640869140625, 0.005889892578125, -0.0089111328125, 0.004425048828125, 0.019287109375, -0.011352539062...
[ 160514, 30474, 9488, 31251, 9393, 13736, 8096, 18, 14051, 31577, 366, 184, 19097, 678, 37223, 2301, 3444, 47, 7639, 2499, 79516, 9191, 7722 ]
[ 0.218994140625, 0.1038818359375, 0.190185546875, 0.1112060546875, 0.1761474609375, 0.1717529296875, 0.06146240234375, 0.081298828125, 0.0770263671875, 0.05084228515625, 0.094970703125, 0.0762939453125, 0.17822265625, 0.036865234375, 0.1966552734375, 0.03271484375, 0.1011962890625, ...
embed
9023766_c0
9023766
c++
0
Title: Resize Qml window Problem title: Resize Qml window Tags: c%2B%2B, qml, qt Problem: Resize Qml window In my project I created a transparent and frameless QMainWindow, then created QmlApplicationViewer. I need to be able to drag and resize the window. How can I do? Code signals: Resize, Qml
Resize Qml window Resize Qml window c%2B%2B qml qt Resize Qml Resize Qml window In my project I created a transparent and frameless QMainWindow, then created QmlApplicationViewer. I need to be able to drag and resize the window. How can I do?
[ 0.0028076171875, -0.00811767578125, 0.0086669921875, 0.0089111328125, 0.0027313232421875, -0.00090789794921875, 0.0164794921875, 0.00390625, 0.000392913818359375, -0.0086669921875, 0.015869140625, -0.0439453125, 0.011474609375, -0.00150299072265625, 0.00506591796875, -0.00128173828125,...
[ 853, 62539, 2396, 7237, 76896, 571, 167218, 8096, 18, 13452, 75935, 70267, 123789, 9393, 168793, 92049, 24293, 47677, 182867, 100474, 56, 3871, 19048, 47, 24911, 136, 456, 831, 54 ]
[ 0.1063232421875, 0.2371826171875, 0.1505126953125, 0.284912109375, 0.2003173828125, 0.021087646484375, 0.0015869140625, 0.091552734375, 0.07958984375, 0.1287841796875, 0.0877685546875, 0.1971435546875, 0.1195068359375, 0.117431640625, 0.1243896484375, 0.0982666015625, 0.143310546875,...
embed
993352_c0
993352
c++
0
Title: When should I make explicit use of the this pointer? Problem title: When should I make explicit use of the this pointer? Tags: this, c%2B%2B Problem: When should I make explicit use of the this pointer? When should I explicitly write this->member in a method of a class? Code signals: When
When should I make explicit use of the this pointer? When should I make explicit use of the this pointer? this c%2B%2B When When should I make explicit use of the this pointer? When should I explicitly write this->member in a method of a class?
[ -0.00592041015625, 0.010009765625, -0.0026702880859375, -0.00958251953125, -0.0101318359375, 0.00016880035400390625, 0.00421142578125, 0.0169677734375, 0.00836181640625, -0.01043701171875, 0.003814697265625, -0.0164794921875, 0.007171630859375, 0.0203857421875, 0.00543212890625, -0.011...
[ 14847, 5608, 3249, 143726, 4527, 903, 6275, 56, 87, 111, 167218, 571, 33022, 103607, 39, 27417, 55300, 18507 ]
[ 0.1219482421875, 0.09423828125, 0.04833984375, 0.2081298828125, 0.11376953125, 0.191162109375, 0.19775390625, 0.1375732421875, 0.0264434814453125, 0.0218353271484375, 0.020965576171875, 0.009918212890625, 0.098876953125, 0.095703125, 0.1239013671875, 0.27880859375, 0.114990234375, ...
embed
73409118_c0
73409118
c++
0
Title: std::enable_if_t and std::array implementation Problem title: std::enable_if_t and std::array implementation Tags: c%2B%2B Problem: std::enable_if_t and std::array implementation Code signals: std::enable_if_t, std::array, std::is_array_v, std::cout, a.size, std::endl, std::string, size_t
std::enable_if_t and std::array implementation std::enable_if_t and std::array implementation c%2B%2B std::enable_if_t std::array std::is_array_v std::cout a.size std::endl std::string size_t std::enable_if_t and std::array implementation How can I use this function? (syntax) because this is error this error too this e...
[ 0.00665283203125, -0.019287109375, 0.00167083740234375, 0.0238037109375, -0.01324462890625, -0.003204345703125, -0.00921630859375, 0.006988525390625, 0.00543212890625, 0.01806640625, -0.00555419921875, 0.010986328125, -0.0050048828125, 0.0030059814453125, 0.0006256103515625, 0.00318908...
[ 6138, 71, 12, 33, 2886, 3190, 454, 18, 136, 19305, 53, 208124, 501, 571, 164, 334, 12600, 10, 62539, 3611, 91693, 13267, 831, 87, 4527, 903, 32354, 12654, 86531, 83, 18499, 5792, 3126, 84764, 7763, 6696, 10429, 758, 11249, 66161, 11814,...
[ 0.215087890625, 0.151123046875, 0.03765869140625, 0.1236572265625, 0.22509765625, 0.2418212890625, 0.0352783203125, 0.159912109375, 0.168212890625, 0.190185546875, 0.1094970703125, 0.1995849609375, 0.01202392578125, 0.00396728515625, 0.081298828125, 0.1611328125, 0.141357421875, 0....
embed
12550398_c0
12550398
c++
0
Title: Why we use non-type template arguments? Problem title: Why we use non-type template arguments? Tags: arguments, c%2B%2B, templates Problem: Why we use non-type template arguments? I understand the concept but i don't know why i require to use non-type template arguments ? Code signals: Why
Why we use non-type template arguments? Why we use non-type template arguments? arguments c%2B%2B templates Why Why we use non-type template arguments? I understand the concept but i don't know why i require to use non-type template arguments ?
[ -0.0126953125, 0.001129150390625, 0.00110626220703125, -0.0155029296875, -0.0037689208984375, 0.0169677734375, -0.0030517578125, 0.0155029296875, -0.004241943359375, 0.00174713134765625, 0.00946044921875, -0.07080078125, 0.01141357421875, 0.021240234375, 0.000560760498046875, 0.0009117...
[ 44084, 642, 4527, 351, 50986, 110934, 10750, 7, 9, 28219, 23755, 3714, 15400, 64209 ]
[ 0.1300048828125, 0.06658935546875, 0.1199951171875, 0.1790771484375, 0.2093505859375, 0.2310791015625, 0.1942138671875, 0.04840087890625, 0.05377197265625, 0.041961669921875, 0.045745849609375, 0.00311279296875, 0.08807373046875, 0.07037353515625 ]
embed
14422246_c0
14422246
c++
0
Title: Chopping Off the last Number for a Double Problem title: Chopping Off the last Number for a Double Tags: c%2B%2B Problem: Chopping Off the last Number for a Double If I have a double: 732734 How can I return 73273 <---- notice the loss of the '4' Code signals: Chopping, Off, Number, Double
Chopping Off the last Number for a Double Chopping Off the last Number for a Double c%2B%2B Chopping Off Number Double Chopping Off the last Number for a Double If I have a double: 732734 How can I return 73273 <---- notice the loss of the '4'
[ 0.003326416015625, 0.018798828125, -0.00054931640625, -0.0021514892578125, 0.017578125, 0.01348876953125, -0.0201416015625, 0.002685546875, 0.00274658203125, -0.015869140625, -0.0130615234375, -0.006622314453125, -0.0137939453125, -0.00421142578125, 0.00726318359375, 0.0067138671875, ...
[ 4960, 26783, 9791, 4568, 103332, 100, 10, 107172, 70, 501, 4263, 87, 765, 41929, 361, 6460, 189982, 11249, 831, 30646, 14929, 3768, 363, 106115, 60322, 86669, 111, 617 ]
[ 0.1824951171875, 0.1514892578125, 0.251708984375, 0.2071533203125, 0.2125244140625, 0.092041015625, 0.0567626953125, 0.250244140625, 0.0175018310546875, 0.017242431640625, 0.011016845703125, 0.0177459716796875, 0.0604248046875, 0.213623046875, 0.0816650390625, 0.189453125, 0.25952148...
embed
17517954_c1
17517954
c++
1
278020 kB VmSize: 228584 kB VmLck: 0 kB VmPin: 0 kB VmHWM: 18268 kB VmRSS: 18268 kB VmData: 77468 kB VmStk: 136 kB VmExe: 28 kB VmLib: 50056 kB VmPTE: 288 kB VmSwap: 0 kB Threads: 2 Code signals: qt5, VmPeak, VmSize, VmLck, VmPin, VmHWM, VmRSS, VmData, VmStk, VmExe, VmLib, VmPTE, VmSwap, Threads
278020 kB VmSize: 228584 kB VmLck: 0 kB VmPin: 0 kB VmHWM: 18268 kB VmRSS: 18268 kB VmData: 77468 kB VmStk: 136 kB VmExe: 28 kB VmLib: 50056 kB VmPTE: 288 kB VmSwap: 0 kB Threads: 2 Code signals: qt5, VmPeak, VmSize, VmLck, VmPin, VmHWM, VmRSS, VmData, VmStk, VmExe, VmLib, VmPTE, VmSwap, Threads
[ 0.02001953125, -0.0021514892578125, 0.004150390625, 0.002471923828125, 0.01025390625, 0.004425048828125, 0.0286865234375, 0.01116943359375, 0.0022125244140625, -0.01416015625, 0.01373291015625, -0.006622314453125, 0.009521484375, 0.02099609375, -0.0223388671875, -0.0035858154296875, ...
[ 1438, 4836, 1549, 130520, 310, 39, 127167, 13, 12, 1039, 174923, 617, 866, 2594, 757, 683, 73, 841, 107246, 92323, 16028, 115523, 137989, 14154, 157041, 37455, 92, 64584, 19279, 1372, 104820, 2101, 13683, 8241, 6, 103064, 634, 254, 136719, ...
[ 0.1533203125, 0.1746826171875, 0.159423828125, 0.224365234375, 0.17919921875, 0.1474609375, 0.2049560546875, 0.11328125, 0.090576171875, 0.06939697265625, 0.1285400390625, 0.05999755859375, 0.06842041015625, 0.1485595703125, 0.06634521484375, 0.07379150390625, 0.1519775390625, 0.07...
embed
26658106_c0
26658106
c++
0
Title: binary &#x27;operator *&#x27; has too many parameters Problem title: binary &#x27;operator *&#x27; has too many parameters Tags: c%2B%2B, templates, operator-overloading Problem: binary 'operator *' has too many parameters Code signals: Works, Should, Implementation, C2804, main.cpp, C2678
binary &#x27;operator *&#x27; has too many parameters binary &#x27;operator *&#x27; has too many parameters c%2B%2B templates operator-overloading Works Should Implementation C2804 main.cpp C2678 binary 'operator *' has too many parameters I am making a custom matrix class with templates for educational purposes. I wan...
[ 0.01507568359375, 0.005126953125, 0.004638671875, 0.004364013671875, -0.003448486328125, 0.005645751953125, -0.00136566162109375, -0.00872802734375, 0.006134033203125, -0.015625, -0.007568359375, -0.037109375, 0.0159912109375, 0.01708984375, -0.006195068359375, -0.01025390625, 0.0035...
[ 2394, 6635, 3768, 206469, 661, 1556, 5792, 5941, 171859, 110934, 39933, 5465, 63033, 27985, 151117, 153941, 313, 3882, 7709, 5201, 6366, 304, 169842, 20662, 114122, 50944, 425, 18507, 162807, 60042, 3444, 4488, 25632, 21635, 33209, 87699, 100, ...
[ 0.1695556640625, 0.1317138671875, 0.10107421875, 0.253662109375, 0.189697265625, 0.08551025390625, 0.1639404296875, 0.1796875, 0.25634765625, 0.228271484375, 0.1982421875, 0.07049560546875, 0.1661376953125, 0.0736083984375, 0.0552978515625, 0.14111328125, 0.0140533447265625, 0.1275...
embed
2893129_c0
2893129
c++
0
Title: What does &#x27;**&#x27; mean in C and C++? Problem title: What does &#x27;**&#x27; mean in C and C++? Tags: operators, c%2B%2B, c, pointers, syntax Problem: What does '**' mean in C and C++? What does it mean when an object has two asterisks at the beginning? **variable Code signals: What
What does &#x27;**&#x27; mean in C and C++? What does &#x27;**&#x27; mean in C and C++? operators c%2B%2B c pointers syntax What What does '**' mean in C and C++? What does it mean when an object has two asterisks at the beginning?
[ 0.0341796875, -0.0194091796875, -0.00634765625, 0.0035247802734375, 0.005889892578125, 0.0206298828125, -0.00946044921875, 0.0223388671875, 0.0028228759765625, 0.00372314453125, -0.0018157958984375, -0.025146484375, 0.010986328125, -0.00909423828125, -0.01470947265625, 0.00927734375, ...
[ 4865, 14602, 3768, 74, 25442, 54764, 425, 29459, 23, 313, 136, 37223, 6, 39933, 501, 167218, 571, 6275, 1314, 6002, 86531, 242, 25, 442, 3229, 36746, 1556, 6626, 10, 1515, 6581, 7, 99, 70, 86595 ]
[ 0.05511474609375, 0.07257080078125, 0.1796875, 0.05950927734375, 0.261474609375, 0.0185089111328125, 0.03125, 0.152099609375, 0.06378173828125, 0.128662109375, 0.1083984375, 0.2255859375, 0.0239715576171875, 0.1461181640625, 0.1029052734375, 0.03277587890625, 0.014556884765625, 0.1...
embed
3899755_c0
3899755
c++
0
Title: Can I do this with class objects? Problem title: Can I do this with class objects? Tags: class, c%2B%2B Problem: Can I do this with class objects? class xyz{ ... ... }; while(i<n){ xyz ob; ... ... } Do I need to destroy the earlier object before reallocating memory to it? Code signals: Can
Can I do this with class objects? Can I do this with class objects? class c%2B%2B Can Can I do this with class objects? Do I need to destroy the earlier object before reallocating memory to it?
[ -0.005706787109375, 0.02978515625, -0.01324462890625, 0.003875732421875, -0.0106201171875, -0.004608154296875, -0.0113525390625, 0.040283203125, -0.00040435791015625, -0.01202392578125, 0.006439208984375, -0.03076171875, 0.0201416015625, -0.0079345703125, 0.005340576171875, -0.00080108...
[ 4171, 54, 903, 678, 18507, 36746, 7, 32, 87, 501, 167218, 571, 3871, 163684, 110680, 8108, 2773, 116292, 214, 98323, 47, 442 ]
[ 0.131103515625, 0.135009765625, 0.147216796875, 0.1812744140625, 0.257080078125, 0.2423095703125, 0.056549072265625, 0.0228729248046875, 0.091552734375, 0.08251953125, 0.048553466796875, 0.06915283203125, 0.047943115234375, 0.1923828125, 0.115234375, 0.04632568359375, 0.1593017578125...
embed
3982508_c0
3982508
c++
0
Title: definition pointer variable Problem title: definition pointer variable Tags: variables, pointers, c%2B%2B Problem: definition pointer variable i can't understand following defining pointer variable. can you help me? double(*)(double *) foo; note : sory, i edit name of variable func to foo.
definition pointer variable definition pointer variable variables pointers c%2B%2B definition pointer variable i can't understand following defining pointer variable. can you help me? note : sory, i edit name of variable func to foo.
[ 0.031982421875, -0.019287109375, -0.000804901123046875, 0.005035400390625, 0.01397705078125, 0.0045166015625, -0.01806640625, 0.018798828125, 0.010986328125, -0.00095367431640625, 0.00811767578125, -0.0283203125, -0.0159912109375, 0.01434326171875, 0.01361083984375, 0.00159454345703125...
[ 80934, 6275, 56, 77336, 1314, 501, 167218, 571, 831, 28219, 25632, 13204, 449, 4358, 20537, 221, 1294, 27211, 9351, 7477, 238, 47, 5775, 31 ]
[ 0.205810546875, 0.197021484375, 0.1495361328125, 0.2958984375, 0.127685546875, 0.05767822265625, 0.0543212890625, 0.0282745361328125, 0.0198516845703125, 0.10430908203125, 0.1180419921875, 0.1568603515625, 0.0272369384765625, 0.03326416015625, 0.0165557861328125, 0.001861572265625, 0...
embed
2122596_c0
2122596
c++
0
Title: load .model file in C++ Problem title: load .model file in C++ Tags: opengl, c%2B%2B Problem: load .model file in C++ I am working on a opengl project in C++. I need to write a loader to input features from a .model file. It seems fstream can not handle that. Any comment or advice? Thanks.
load .model file in C++ load .model file in C++ opengl c%2B%2B load .model file in C++ I am working on a opengl project in C++. I need to write a loader to input features from a .model file. It seems fstream can not handle that. Any comment or advice? Thanks.
[ -0.00093841552734375, -0.00109100341796875, -0.00994873046875, -0.005035400390625, 0.0150146484375, -0.007781982421875, 0.0042724609375, 0.0147705078125, 0.004974365234375, -0.060546875, 0.0159912109375, -0.052734375, -0.006256103515625, -0.04638671875, 0.01556396484375, -0.00030708312...
[ 72367, 5, 51734, 11435, 23, 313, 37223, 9803, 11016, 20697, 13452, 3871, 33022, 56, 47, 107730, 66139, 6, 37202, 1238, 86429, 831, 959, 34831, 6868, 67660 ]
[ 0.2010498046875, 0.061492919921875, 0.25439453125, 0.14794921875, 0.06298828125, 0.07354736328125, 0.271484375, 0.1036376953125, 0.1656494140625, 0.07086181640625, 0.0374755859375, 0.05810546875, 0.0928955078125, 0.1319580078125, 0.001556396484375, 0.139404296875, 0.15673828125, 0....
embed
2130838_c0
2130838
c++
0
Title: Convert std::string to MSVC specific __int64 Problem title: Convert std::string to MSVC specific __int64 Tags: c%2B%2B Problem: Convert std::string to MSVC specific __int64 May I know how I can convert std::string, to MSVC specific __int64? Code signals: Convert, std::string, MSVC, __int64
Convert std::string to MSVC specific __int64 Convert std::string to MSVC specific __int64 c%2B%2B Convert std::string MSVC __int64 Convert std::string to MSVC specific __int64 May I know how I can convert std::string, to MSVC specific __int64?
[ -0.0157470703125, -0.00238037109375, 0.00628662109375, 0.0166015625, -0.02490234375, 0.0185546875, -0.00762939453125, 0.0036773681640625, -0.0032196044921875, -0.0050048828125, 0.0198974609375, -0.0274658203125, 0.0034332275390625, 0.006439208984375, 0.0186767578125, 0.0010604858398437...
[ 1657, 11549, 6138, 71, 12, 91693, 47, 16265, 56349, 29458, 5953, 4288, 13307, 501, 4347, 3714, 3642, 831, 96760 ]
[ 0.059661865234375, 0.1507568359375, 0.216064453125, 0.206298828125, 0.0728759765625, 0.276611328125, 0.106201171875, 0.1158447265625, 0.2490234375, 0.189697265625, 0.048675537109375, 0.11328125, 0.235595703125, 0.002838134765625, 0.01043701171875, 0.045501708984375, 0.05865478515625,...
embed
6211030_c0
6211030
c++
0
Title: How to append some MP3s in Qt? Problem title: How to append some MP3s in Qt? Tags: mp3, qt, c%2B%2B Problem: How to append some MP3s in Qt? How to append some MP3s in Qt by C++? Assume I have 1.mp3 and 2.mp3, now I want to join them by Qt. 3.mp3 = 1.mp3 + 2.mp3 Code signals: How, MP3s, mp3
How to append some MP3s in Qt? How to append some MP3s in Qt? mp3 qt c%2B%2B How MP3s mp3 How to append some MP3s in Qt? How to append some MP3s in Qt by C++? Assume I have 1.mp3 and 2.mp3, now I want to join them by Qt. 3.mp3 = 1.mp3 + 2.mp3
[ 0.002838134765625, 0.005096435546875, 0.00074005126953125, 0.021240234375, 0.00958251953125, 0.007110595703125, 0.01611328125, 0.041748046875, 0.0283203125, -0.03564453125, -0.00084686279296875, -0.028564453125, 0.0281982421875, 0.0198974609375, -0.00640869140625, -0.002593994140625, ...
[ 11249, 47, 114689, 71, 3060, 10646, 363, 7, 23, 2396, 18, 9607, 8096, 501, 390, 313, 37223, 66596, 765, 2676, 136, 787, 3444, 33284, 2856, 1031, 2203, 997 ]
[ 0.114501953125, 0.0517578125, 0.182373046875, 0.1494140625, 0.1046142578125, 0.1749267578125, 0.25927734375, 0.111083984375, 0.112060546875, 0.1519775390625, 0.1693115234375, 0.142822265625, 0.1097412109375, 0.01971435546875, 0.054901123046875, 0.06451416015625, 0.2061767578125, 0....
embed
45172474_c0
45172474
c++
0
Title: Compiler not enforcing return contract Problem title: Compiler not enforcing return contract Tags: c%2B%2B Problem: Compiler not enforcing return contract for the following code int foo(int a = 10, int b = 20); int foo(int a, int b) { std::cout << a + b; } Code signals: Compiler, std::cout
Compiler not enforcing return contract Compiler not enforcing return contract c%2B%2B Compiler std::cout Compiler not enforcing return contract for the following code I don't get a compiler error. Instead, I get this Any idea why the compiler simply does not error out saying you forget to return an int as promised in t...
[ 0.02001953125, 0.0000591278076171875, -0.01141357421875, 0.0272216796875, -0.01806640625, 0.01373291015625, -0.0166015625, -0.00156402587890625, -0.023193359375, 0.037353515625, -0.0081787109375, -0.0184326171875, 0.006195068359375, 0.036865234375, 0.02587890625, -0.015625, 0.0175781...
[ 15612, 34759, 959, 22, 2472, 21896, 30646, 18264, 6138, 71, 12600, 18, 25632, 18151, 9969, 18499, 903, 6528, 15400, 42856, 1810, 90820, 47, 23, 237, 103036, 32354, 160469, 13, 501, 3066 ]
[ 0.1962890625, 0.2225341796875, 0.1334228515625, 0.081298828125, 0.18212890625, 0.0865478515625, 0.235595703125, 0.25830078125, 0.1116943359375, 0.09466552734375, 0.1583251953125, 0.164794921875, 0.044342041015625, 0.07830810546875, 0.1641845703125, 0.1292724609375, 0.02313232421875, ...
embed
8301126_c0
8301126
c++
0
Title: Compare between stl containers and arrays? Problem title: Compare between stl containers and arrays? Tags: stl, c%2B%2B Problem: Compare between stl containers and arrays? In which case using vectors or sets (stl containers ) is advantageous compared to normal arrays? Code signals: Compare
Compare between stl containers and arrays? Compare between stl containers and arrays? stl c%2B%2B Compare Compare between stl containers and arrays? In which case using vectors or sets (stl containers ) is advantageous compared to normal arrays?
[ 0.00408935546875, -0.006622314453125, -0.0152587890625, -0.0196533203125, -0.00732421875, -0.03173828125, -0.01220703125, -0.000072479248046875, 0.007293701171875, 0.01202392578125, -0.01251220703125, 0.0269775390625, -0.0002117156982421875, -0.0003986358642578125, 0.006378173828125, -...
[ 113307, 13, 17721, 6138, 141, 116419, 7, 136, 10298, 4778, 17368, 22834, 22230, 707, 5423, 271, 92940, 10821, 154186, 3638 ]
[ 0.1435546875, 0.08477783203125, 0.08343505859375, 0.1259765625, 0.1912841796875, 0.261962890625, 0.048248291015625, 0.054168701171875, 0.1715087890625, 0.18701171875, 0.0631103515625, 0.166259765625, 0.140380859375, 0.00640869140625, 0.1337890625, 0.0836181640625, 0.1171875, 0.0329...
embed
9331538_c0
9331538
c++
0
Title: Drawing on wxStaticBitmap? Problem title: Drawing on wxStaticBitmap? Tags: wxwidgets, image-processing, c%2B%2B Problem: Drawing on wxStaticBitmap? Is it possible in wxWidgets that a PaintDc event can draw on a wxStaticBitmap class and save it as another bitmap image? Code signals: Drawing
Drawing on wxStaticBitmap? Drawing on wxStaticBitmap? wxwidgets image-processing c%2B%2B Drawing Drawing on wxStaticBitmap? Is it possible in wxWidgets that a PaintDc event can draw on a wxStaticBitmap class and save it as another bitmap image?
[ -0.00194549560546875, 0.013427734375, 0.0036773681640625, -0.028076171875, -0.0026397705078125, 0.007598876953125, -0.0009002685546875, 0.007354736328125, 0.01275634765625, -0.032958984375, -0.0205078125, -0.010009765625, 0.00604248046875, 0.025634765625, 0.001983642578125, -0.00531005...
[ 18186, 14775, 98, 148, 425, 135206, 1771, 571, 217, 62346, 32306, 3794, 29569, 63923, 7722, 1456, 532, 147854, 397, 238, 19732, 831, 79442, 18507, 30098, 237, 15700, 4785 ]
[ 0.134521484375, 0.1146240234375, 0.0672607421875, 0.08050537109375, 0.11376953125, 0.157958984375, 0.064453125, 0.0345458984375, 0.1109619140625, 0.2254638671875, 0.121337890625, 0.176025390625, 0.11083984375, 0.041290283203125, 0.099365234375, 0.046356201171875, 0.06597900390625, ...
embed
6791433_c0
6791433
c++
0
Title: C++ | void *data[1000] Problem title: C++ | void *data[1000] Tags: pointers, arrays, c%2B%2B Problem: C++ | void *data[1000] Is it appropriate way to keeps the pointers in statically allocated array this way in C++ ? void *data[1000]; Is the size of void* various on 32 and 64 bit machines?
C++ | void *data[1000] C++ | void *data[1000] pointers arrays c%2B%2B C++ | void *data[1000] Is it appropriate way to keeps the pointers in statically allocated array this way in C++ ? Is the size of void* various on 32 and 64 bit machines?
[ 0.0213623046875, -0.0078125, 0.01470947265625, 0.00921630859375, -0.0031585693359375, 0.004150390625, -0.0179443359375, 0.00537109375, 0.00909423828125, -0.031494140625, 0.00311279296875, -0.0478515625, 0.00323486328125, -0.006805419921875, -0.007781982421875, -0.0113525390625, 0.010...
[ 313, 37223, 2292, 71, 661, 10135, 14105, 6, 6275, 1314, 10298, 4778, 501, 571, 2071, 442, 95307, 3917, 13695, 13254, 144, 116292, 53, 903, 70, 13267, 1639, 67842, 2789, 7911, 4785, 116491 ]
[ 0.0762939453125, 0.288818359375, 0.2200927734375, 0.08648681640625, 0.054931640625, 0.12890625, 0.1787109375, 0.02264404296875, 0.209716796875, 0.153076171875, 0.131103515625, 0.09326171875, 0.05419921875, 0.01287841796875, 0.0153656005859375, 0.0079345703125, 0.1241455078125, 0.04...
embed
7153710_c0
7153710
c++
0
Title: Is this C++0x optimization legal? Problem title: Is this C++0x optimization legal? Tags: c%2B%2B, c%2B%2B11 Problem: Is this C++0x optimization legal? Is it legal for a C++0x compiler to optimize int func(int&& a){ a = 3; return a; } to int func(int&& a){ return 3; } ? (or for another POD)
Is this C++0x optimization legal? Is this C++0x optimization legal? c%2B%2B c%2B%2B11 Is this C++0x optimization legal? Is it legal for a C++0x compiler to optimize to ? (or for another POD)
[ 0.0147705078125, 0.0030364990234375, 0.01263427734375, -0.00360107421875, -0.0101318359375, 0.013916015625, 0.0038909912109375, -0.0224609375, 0.004486083984375, -0.008056640625, -0.0031585693359375, 0.01019287109375, 0.01611328125, 0.00830078125, 0.0267333984375, -0.012451171875, -0...
[ 2071, 903, 313, 37223, 2389, 425, 87235, 1363, 8437, 1662, 442, 9969, 34759, 15572, 20650, 47, 62035 ]
[ 0.088623046875, 0.094482421875, 0.0701904296875, 0.23291015625, 0.1490478515625, 0.1656494140625, 0.19384765625, 0.07379150390625, 0.2208251953125, 0.0782470703125, 0.04693603515625, 0.1044921875, 0.0633544921875, 0.171875, 0.1046142578125, 0.136962890625, 0.1973876953125 ]
embed
10019824_c0
10019824
c++
0
Title: Windows C++ nanosecond timing? Problem title: Windows C++ nanosecond timing? Tags: windows, visual-c%2B%2B, performance, c%2B%2B Problem: Windows C++ nanosecond timing? Is there a way in C++ on windows to measure time in nanoseconds? All i can find are linux solutions. Code signals: Windows
Windows C++ nanosecond timing? Windows C++ nanosecond timing? windows visual-c%2B%2B performance c%2B%2B Windows Windows C++ nanosecond timing? Is there a way in C++ on windows to measure time in nanoseconds? All i can find are linux solutions.
[ 0.00494384765625, 0.01611328125, 0.00982666015625, -0.036865234375, -0.00146484375, -0.003570556640625, 0.0093994140625, 0.00089263916015625, -0.00799560546875, -0.029052734375, -0.002410888671875, 0.040771484375, 0.011962890625, -0.021240234375, -0.0096435546875, 0.004486083984375, ...
[ 3773, 313, 37223, 71819, 191633, 5527, 214, 32, 54825, 21176, 238, 23718, 501, 571, 2685, 10, 3917, 23, 98, 47, 72350, 1733, 831, 7413, 11508, 6077, 51347 ]
[ 0.2125244140625, 0.0985107421875, 0.2822265625, 0.19189453125, 0.2403564453125, 0.2305908203125, 0.13525390625, 0.035980224609375, 0.1683349609375, 0.2200927734375, 0.04608154296875, 0.10675048828125, 0.03521728515625, 0.00909423828125, 0.003204345703125, 0.006317138671875, 0.0913085...
embed
10139435_c0
10139435
c++
0
Title: building static version of Poco C++ libraries Problem title: building static version of Poco C++ libraries Tags: c%2B%2B, poco-libraries Problem: building static version of Poco C++ libraries can any body guide us on how to build static version of the Poco C++ libraries ? Code signals: Poco
building static version of Poco C++ libraries building static version of Poco C++ libraries c%2B%2B poco-libraries Poco building static version of Poco C++ libraries can any body guide us on how to build static version of the Poco C++ libraries ?
[ 0.0002841949462890625, 0.0267333984375, 0.0216064453125, 0.015869140625, -0.0162353515625, 0.00052642822265625, -0.01318359375, 0.0089111328125, -0.004425048828125, 0.009033203125, -0.00049591064453125, -0.036376953125, 0.019287109375, 0.0059814453125, 0.030029296875, -0.0240478515625,...
[ 33976, 201939, 11389, 663, 587, 313, 37223, 35773, 10484, 501, 7926, 150, 2844, 14361, 17997, 1821, 3642, 47, 45367 ]
[ 0.1292724609375, 0.22314453125, 0.1634521484375, 0.1378173828125, 0.2276611328125, 0.0279693603515625, 0.224365234375, 0.142822265625, 0.06988525390625, 0.0050048828125, 0.2120361328125, 0.05572509765625, 0.103515625, 0.0313720703125, 0.0977783203125, 0.0028076171875, 0.0459899902343...
embed
10398902_c0
10398902
c++
0
Title: Can pointers be a data structure? Problem title: Can pointers be a data structure? Tags: c%2B%2B Problem: Can pointers be a data structure? Can pointers be considered an efficient and semantic-wise data structure? How can it stackup against linked list, hash, queus, stack? Code signals: Can
Can pointers be a data structure? Can pointers be a data structure? c%2B%2B Can Can pointers be a data structure? Can pointers be considered an efficient and semantic-wise data structure? How can it stackup against linked list, hash, queus, stack?
[ 0.01220703125, 0.009033203125, 0.002838134765625, 0.00958251953125, -0.00714111328125, 0.004119873046875, -0.004913330078125, -0.000682830810546875, -0.00225830078125, -0.0341796875, -0.006256103515625, -0.0260009765625, 0.00799560546875, 0.0130615234375, 0.0023193359375, 0.00329589843...
[ 4171, 6275, 1314, 186, 10, 2053, 45646, 32, 90698, 142, 93766, 484, 109109, 90825, 831, 177261, 2037, 26548, 3126, 5303, 1556, 127, 41, 223 ]
[ 0.107666015625, 0.2418212890625, 0.228759765625, 0.1109619140625, 0.1065673828125, 0.1593017578125, 0.290771484375, 0.0286102294921875, 0.05755615234375, 0.01715087890625, 0.13623046875, 0.0718994140625, 0.080078125, 0.076416015625, 0.0166778564453125, 0.1239013671875, 0.109375, 0....
embed
11335579_c0
11335579
c++
0
Title: Qt HTML5 examples step by step Problem title: Qt HTML5 examples step by step Tags: html, c%2B%2B, qt Problem: Qt HTML5 examples step by step I have decided to start learning Qt C++ and HTML5 Please somebody provide some good step by step tutorials about Qt HTML5 Or demos Code signals: HTML5
Qt HTML5 examples step by step Qt HTML5 examples step by step html c%2B%2B qt HTML5 Qt HTML5 examples step by step I have decided to start learning Qt C++ and HTML5 Please somebody provide some good step by step tutorials about Qt HTML5 Or demos
[ 0.02880859375, 0.016845703125, 0.01483154296875, 0.0087890625, 0.001953125, -0.000675201416015625, 0.021484375, 0.010009765625, 0.00677490234375, -0.02587890625, -0.01116943359375, -0.033447265625, 0.002197265625, 0.02880859375, -0.004364013671875, -0.0079345703125, 0.02099609375, ...
[ 2396, 18, 19097, 758, 27781, 7, 29954, 390, 7693, 8096, 87, 68872, 4034, 52080, 37223, 136, 30607, 176256, 22691, 4127, 57143, 1672, 8, 840 ]
[ 0.1357421875, 0.1202392578125, 0.189208984375, 0.1878662109375, 0.193115234375, 0.0167694091796875, 0.109619140625, 0.06475830078125, 0.1722412109375, 0.07769775390625, 0.0106201171875, 0.02081298828125, 0.0216522216796875, 0.08160400390625, 0.15478515625, 0.012969970703125, 0.019012...
embed
24778732_c0
24778732
c++
0
Title: Is there a way to uninstall eventfilter in qt? Problem title: Is there a way to uninstall eventfilter in qt? Tags: c%2B%2B, events, qobject, qt, qtcore Problem: Is there a way to uninstall eventfilter in qt? I need event filter only for some time, is there a way of uninstalling it later on?
Is there a way to uninstall eventfilter in qt? Is there a way to uninstall eventfilter in qt? c%2B%2B events qobject qt qtcore Is there a way to uninstall eventfilter in qt? I need event filter only for some time, is there a way of uninstalling it later on?
[ 0.0289306640625, 0.00872802734375, 0.006500244140625, -0.02197265625, -0.01129150390625, -0.033203125, -0.000362396240234375, 0.01708984375, -0.01007080078125, -0.04736328125, -0.01239013671875, -0.008544921875, -0.0006103515625, -0.0198974609375, -0.00775146484375, -0.004547119140625,...
[ 3917, 47, 51, 80383, 19732, 120337, 23, 8096, 18, 10, 47353, 187694, 30854, 2685, 3871, 46312, 4734, 3060, 1733, 214, 442, 14432 ]
[ 0.09576416015625, 0.06231689453125, 0.123046875, 0.220458984375, 0.1949462890625, 0.275146484375, 0.05389404296875, 0.123046875, 0.147705078125, 0.0223236083984375, 0.14599609375, 0.1690673828125, 0.166259765625, 0.0219268798828125, 0.1376953125, 0.24462890625, 0.0307769775390625, ...
embed
32861956_c0
32861956
c++
0
Title: Heap (HeapAlloc) Corruption in release mode only Problem title: Heap (HeapAlloc) Corruption in release mode only Tags: multithreading, c%2B%2B Problem: Heap (HeapAlloc) Corruption in release mode only Heap (HeapAlloc) Corruption in release mode only Code signals: Heap, HeapAlloc, Corruption
Heap (HeapAlloc) Corruption in release mode only Heap (HeapAlloc) Corruption in release mode only multithreading c%2B%2B Heap HeapAlloc Corruption Heap (HeapAlloc) Corruption in release mode only Heap (HeapAlloc) Corruption in release mode only
[ 0.004638671875, 0.01251220703125, -0.0201416015625, 0.002349853515625, -0.000514984130859375, 0.004058837890625, -0.01153564453125, 0.023681640625, 0.0233154296875, -0.01416015625, 0.003265380859375, -0.0045166015625, 0.047119140625, 0.025390625, 0.031494140625, 0.01104736328125, -0....
[ 1529, 2631, 15, 13025, 43512, 6652, 5631, 9167, 1363, 23, 54452, 13736, 4734, 16, 3869, 65847, 11, 6238, 501, 167218, 571 ]
[ 0.1962890625, 0.253662109375, 0.002410888671875, 0.1484375, 0.1136474609375, 0.216796875, 0.177001953125, 0.251220703125, 0.1151123046875, 0.072265625, 0.1927490234375, 0.1776123046875, 0.13037109375, 0.0087890625, 0.1529541015625, 0.18994140625, 0.05328369140625, 0.06268310546875,...
embed
2736060_c0
2736060
c++
0
Title: lexical_cast int to string Problem title: lexical_cast int to string Tags: lexical-cast, c%2B%2B, boost Problem: lexical_cast int to string Is it safe to ignore exception of boost::lexical_cast when converting int to std::string ? Code signals: lexical_cast, boost::lexical_cast, std::string
lexical_cast int to string lexical_cast int to string lexical-cast c%2B%2B boost lexical_cast boost::lexical_cast std::string lexical_cast int to string Is it safe to ignore exception of boost::lexical_cast when converting int to std::string ?
[ 0.007049560546875, 0.004638671875, 0.005950927734375, 0.0091552734375, -0.00384521484375, -0.00225830078125, 0.01025390625, -0.005889892578125, -0.00604248046875, -0.005828857421875, -0.005645751953125, -0.00860595703125, -0.02099609375, 0.0306396484375, 0.009765625, -0.0189208984375, ...
[ 75675, 21533, 55741, 23, 18, 47, 79315, 97551, 74070, 6138, 71, 91693, 46002, 124962, 131527, 96760 ]
[ 0.139892578125, 0.161865234375, 0.2003173828125, 0.1143798828125, 0.183837890625, 0.132080078125, 0.252685546875, 0.2064208984375, 0.116943359375, 0.135498046875, 0.118896484375, 0.2144775390625, 0.1363525390625, 0.1075439453125, 0.1915283203125, 0.09619140625 ]
embed
40261228_c2
40261228
c++
2
Error, proxmark3, inttypes.h:290:8, intmax_t, __n, __THROW, __attribute__, __const__, inttypes.h:290:26, inttypes.h:293:27, imaxdiv_t, __numer, __denom, inttypes.h:293:45, inttypes.h:297:8, __restrict, __nptr, inttypes.h:301:8, uintmax_t, inttypes.h:305:8, __gwchar_t, inttypes.h:310:8, inttypes.h
Error, proxmark3, inttypes.h:290:8, intmax_t, __n, __THROW, __attribute__, __const__, inttypes.h:290:26, inttypes.h:293:27, imaxdiv_t, __numer, __denom, inttypes.h:293:45, inttypes.h:297:8, __restrict, __nptr, inttypes.h:301:8, uintmax_t, inttypes.h:305:8, __gwchar_t, inttypes.h:310:8, inttypes.h
[ 0.0106201171875, -0.00138092041015625, -0.001617431640625, -0.00107574462890625, 0.004608154296875, 0.001251220703125, 0.006439208984375, 0.00823974609375, 0.015625, -0.005035400390625, 0.0152587890625, -0.0101318359375, 0.01177978515625, -0.001739501953125, 0.0157470703125, -0.0019989...
[ 212059, 4, 6, 64101, 10015, 363, 23, 15145, 13569, 127, 12, 124916, 1019, 18, 24084, 5953, 19, 23415, 14255, 1456, 257, 191145, 25553, 28194, 29223, 27592, 17, 30618, 2606, 56, 555, 306, 15989, 142173, 107, 144225, 6328, 42, 122367, 75, ...
[ 0.289794921875, 0.0714111328125, 0.12353515625, 0.225830078125, 0.235595703125, 0.190673828125, 0.1468505859375, 0.205322265625, 0.240478515625, 0.131103515625, 0.07391357421875, 0.2353515625, 0.151123046875, 0.1182861328125, 0.2052001953125, 0.0340576171875, 0.06561279296875, 0.02...
embed
2071876_c0
2071876
c++
0
Title: Does the following code invoke UB? Problem title: Does the following code invoke UB? Tags: c%2B%2B, undefined-behavior Problem: Does the following code invoke UB? Does the following code invoke UB ? int main(){ volatile int i = 0; volatile int* p = &i; int j = ++i * *p; } Code signals: Does
Does the following code invoke UB? Does the following code invoke UB? c%2B%2B undefined-behavior Does Does the following code invoke UB? Does the following code invoke UB ?
[ 0.01116943359375, 0.0186767578125, 0.00775146484375, 0.006011962890625, -0.01385498046875, 0.005279541015625, 0.01434326171875, 0.0101318359375, -0.0001087188720703125, -0.010986328125, -0.004608154296875, -0.0079345703125, 0.00848388671875, 0.028564453125, 0.020263671875, 0.0001888275...
[ 101790, 25632, 18151, 23, 23253, 13, 6, 32338, 501, 167218, 9232, 5983, 297, 372, 98409, 748 ]
[ 0.067138671875, 0.1348876953125, 0.17626953125, 0.059478759765625, 0.161865234375, 0.0498046875, 0.0140380859375, 0.2607421875, 0.0288543701171875, 0.0013427734375, 0.0963134765625, 0.15576171875, 0.06298828125, 0.0643310546875, 0.16748046875, 0.0714111328125 ]
embed
21111065_c0
21111065
c++
0
Title: Linker error in C. while using &lt;graphics.h&gt; Turbo C++ Problem title: Linker error in C. while using &lt;graphics.h&gt; Turbo C++ Tags: c%2B%2B, bgi, c, linker, turbo-c%2B%2B Problem: Linker error in C. while using Turbo C++ Code signals: Turbo, Linker, graphics.h, conio.h, DETECT, BGI
Linker error in C. while using &lt;graphics.h&gt; Turbo C++ Linker error in C. while using &lt;graphics.h&gt; Turbo C++ c%2B%2B bgi c linker turbo-c%2B%2B Turbo Linker graphics.h conio.h DETECT BGI Linker error in C. while using Turbo C++ I have entered the following code in turbo c++ . It compiles without any errors a...
[ 0.01177978515625, 0.00909423828125, -0.004302978515625, -0.007171630859375, -0.01019287109375, -0.002349853515625, 0.0016021728515625, 0.01507568359375, 0.0137939453125, -0.0037841796875, -0.017822265625, -0.0169677734375, 0.0189208984375, 0.003326416015625, 0.017822265625, 0.004455566...
[ 12779, 56, 18499, 23, 313, 17368, 48461, 127, 102228, 37223, 501, 876, 735, 3126, 94779, 238, 7, 158, 846, 105437, 114781, 335, 18027, 30957, 25632, 18151, 9969, 11675, 1528, 44116, 78303, 83, 60875, 391, 12, 20499, 86869, 2967 ]
[ 0.2115478515625, 0.1993408203125, 0.171630859375, 0.059295654296875, 0.17333984375, 0.06329345703125, 0.1983642578125, 0.0648193359375, 0.237060546875, 0.222412109375, 0.037841796875, 0.00482177734375, 0.1552734375, 0.1572265625, 0.23828125, 0.0210113525390625, 0.0310821533203125, ...
embed
21345975_c0
21345975
c++
0
Title: What is internal state? Problem title: What is internal state? Tags: oop, c%2B%2B Problem: What is internal state? What is this "internal state" people talk about all the time precisely? The term really irritates me. The internet couldn't provide me with a definition yet. Code signals: What
What is internal state? What is internal state? oop c%2B%2B What What is internal state? What is this "internal state" people talk about all the time precisely? The term really irritates me. The internet couldn't provide me with a definition yet.
[ 0.0128173828125, 0.00927734375, 0.0037689208984375, 0.00970458984375, -0.0135498046875, 0.032470703125, 0.00543212890625, 0.0069580078125, -0.0159912109375, 0.0235595703125, 0.005157470703125, -0.00958251953125, -0.0016937255859375, 0.050537109375, 0.0006103515625, 0.0130615234375, 0...
[ 4865, 83, 70796, 11341, 32, 32500, 903, 10433, 6236, 3395, 22120, 1672, 756, 70, 1733, 134995, 13579, 6183, 72405, 1636, 1820, 80934 ]
[ 0.10302734375, 0.1124267578125, 0.273193359375, 0.283935546875, 0.027496337890625, 0.07745361328125, 0.04931640625, 0.180419921875, 0.20556640625, 0.0703125, 0.1268310546875, 0.0572509765625, 0.046722412109375, 0.061279296875, 0.07177734375, 0.0230255126953125, 0.130615234375, 0.01...
embed
59329442_c0
59329442
c++
0
Title: Xcode: Expected unqualified-id Problem title: Xcode: Expected unqualified-id Tags: xcode, c%2B%2B Problem: Xcode: Expected unqualified-id I receive: Expected unqualified-id with constexpr inline double M_PI = 3.14159265358979323846; What am I doing wrong? Code signals: Xcode, Expected, M_PI
Xcode: Expected unqualified-id Xcode: Expected unqualified-id xcode c%2B%2B Xcode Expected M_PI Xcode: Expected unqualified-id I receive: Expected unqualified-id with What am I doing wrong?
[ -0.01470947265625, -0.00946044921875, -0.00160980224609375, -0.006011962890625, 0.00714111328125, 0.00139617919921875, 0.01171875, 0.004638671875, 0.0140380859375, -0.00634765625, -0.00347900390625, -0.0023040771484375, -0.006072998046875, 0.0064697265625, 0.020751953125, 0.02380371093...
[ 1193, 40899, 12, 60075, 13, 89829, 51, 71723, 47314, 532, 1022, 501, 167218, 571, 276, 15185, 53299, 678, 4865, 444, 20594, 44691 ]
[ 0.1280517578125, 0.297607421875, 0.030303955078125, 0.15087890625, 0.1519775390625, 0.1678466796875, 0.1295166015625, 0.1688232421875, 0.167236328125, 0.21533203125, 0.082275390625, 0.0560302734375, 0.045989990234375, 0.024169921875, 0.03985595703125, 0.1954345703125, 0.130126953125,...
embed
9566154_c0
9566154
c++
0
Title: Returning different types Problem title: Returning different types Tags: c%2B%2B, c%2B%2B11 Problem: Returning different types How could I (during runtime) decide which type to return from my function? Is this possible at all? I think it is but one can never be sure. Code signals: Returning
Returning different types Returning different types c%2B%2B c%2B%2B11 Returning Returning different types How could I (during runtime) decide which type to return from my function? Is this possible at all? I think it is but one can never be sure.
[ 0.005126953125, -0.0111083984375, -0.019775390625, 0.0130615234375, -0.0033721923828125, -0.00390625, -0.02685546875, -0.000091552734375, 0.004058837890625, 0.0157470703125, 0.00787353515625, -0.0361328125, -0.00262451171875, 0.01220703125, 0.00750732421875, 0.01446533203125, 0.00228...
[ 173340, 214, 12921, 52895, 501, 167218, 571, 1662, 11249, 5809, 3020, 11675, 6032, 28288, 3129, 10644, 47, 30646, 1295, 759, 32354, 2071, 903, 7722, 756, 87, 5351, 1284, 831, 8306, 9077 ]
[ 0.2349853515625, 0.1092529296875, 0.2257080078125, 0.269287109375, 0.03765869140625, 0.04461669921875, 0.03424072265625, 0.0986328125, 0.001190185546875, 0.06591796875, 0.0260772705078125, 0.0924072265625, 0.1424560546875, 0.162353515625, 0.06927490234375, 0.2198486328125, 0.04644775...
embed
9802564_c0
9802564
c++
0
Title: Count the no of times an image is pressed/tapped Problem title: Count the no of times an image is pressed/tapped Tags: qt, c%2B%2B Problem: Count the no of times an image is pressed/tapped I want to count the no of times an image is pressed. Is there any way of doing so? Code signals: Count
Count the no of times an image is pressed/tapped Count the no of times an image is pressed/tapped qt c%2B%2B Count Count the no of times an image is pressed/tapped I want to count the no of times an image is pressed. Is there any way of doing so?
[ 0.004119873046875, -0.0035858154296875, 0.00141143798828125, 0.002838134765625, 0.025146484375, 0.0179443359375, 0.00408935546875, 0.0081787109375, -0.0018310546875, -0.042236328125, -0.00836181640625, -0.0284423828125, 0.004241943359375, 0.035400390625, 0.0179443359375, -0.00817871093...
[ 108210, 70, 110, 111, 20028, 29569, 83, 30501, 64, 102, 48398, 142, 8096, 18, 167218, 571, 3444, 47, 54529, 71, 3917, 20594, 221 ]
[ 0.1995849609375, 0.058837890625, 0.107421875, 0.09844970703125, 0.193115234375, 0.20751953125, 0.061859130859375, 0.2188720703125, 0.05023193359375, 0.1553955078125, 0.16064453125, 0.011932373046875, 0.04144287109375, 0.08984375, 0.012481689453125, 0.00347900390625, 0.05780029296875,...
embed
69554792_c3
69554792
c++
3
(3) 36: 00000000 0 FUNC GLOBAL DEFAULT UND fputs@GLIBC_2.0 (3) 37: 00000000 0 FUNC GLOBAL DEFAULT UND memcpy@GLIBC_2.0 (3) 38: 00000000 0 FUNC Code signals: Latest, GLIBC_2.32, mylib.so, GLIBC, FUNC, WEAK, DEFAULT, UND, GLIBC_2.1.3, GLOBAL, GLIBC_2.0, GLIBC_2.1, OBJECT, WHAT, GLIBC_2.4, GLIBC_2.3
(3) 36: 00000000 0 FUNC GLOBAL DEFAULT UND fputs@GLIBC_2.0 (3) 37: 00000000 0 FUNC GLOBAL DEFAULT UND memcpy@GLIBC_2.0 (3) 38: 00000000 0 FUNC Code signals: Latest, GLIBC_2.32, mylib.so, GLIBC, FUNC, WEAK, DEFAULT, UND, GLIBC_2.1.3, GLOBAL, GLIBC_2.0, GLIBC_2.1, OBJECT, WHAT, GLIBC_2.4, GLIBC_2.3
[ 0.0035858154296875, 0.00017833709716796875, 0.006622314453125, 0.0019073486328125, -0.00799560546875, 0.026611328125, 0.0125732421875, 0.0040283203125, 0.0223388671875, 0.035400390625, 0.0002727508544921875, -0.040283203125, -0.003753662109375, 0.017822265625, -0.006378173828125, -0.01...
[ 2788, 4039, 2445, 181155, 757, 136258, 240597, 1514, 14676, 82643, 34384, 1238, 7077, 981, 144525, 24318, 73011, 4669, 441, 6, 7199, 6493, 4520, 28864, 26073, 62805, 120883, 304, 759, 5612, 5, 991, 56530, 12971, 5442, 81046, 68107, 150260, ...
[ 0.04638671875, 0.1527099609375, 0.0660400390625, 0.1068115234375, 0.12255859375, 0.1746826171875, 0.1959228515625, 0.1624755859375, 0.2008056640625, 0.11767578125, 0.200927734375, 0.019744873046875, 0.1541748046875, 0.02703857421875, 0.181884765625, 0.2205810546875, 0.1163330078125, ...
embed
1198717_c0
1198717
c++
0
Title: creating zip file from a folder - in c++ Problem title: creating zip file from a folder - in c++ Tags: c%2B%2B, compression, zip Problem: creating zip file from a folder - in c++ I want to create a program that , when executed, will compress a selected folder. Can it be done? Code signals: a
creating zip file from a folder - in c++ creating zip file from a folder - in c++ c%2B%2B compression zip a creating zip file from a folder - in c++ I want to create a program that , when executed, will compress a selected folder. Can it be done?
[ 0.003570556640625, 0.002471923828125, -0.0157470703125, 0.0186767578125, -0.00982666015625, 0.0274658203125, -0.0089111328125, 0.024658203125, -0.0098876953125, -0.0045166015625, -0.00579833984375, 0.00811767578125, -0.00848388671875, 0.0181884765625, 0.008544921875, 0.023193359375, ...
[ 105233, 68330, 11435, 1295, 10, 78303, 23, 501, 37223, 375, 48448, 87, 3444, 28282, 1528, 6, 3229, 71924, 1221, 11856, 133291, 4171, 16940 ]
[ 0.1309814453125, 0.25048828125, 0.1690673828125, 0.1480712890625, 0.05059814453125, 0.19775390625, 0.043212890625, 0.04901123046875, 0.25439453125, 0.13427734375, 0.1522216796875, 0.00830078125, 0.0858154296875, 0.1142578125, 0.1510009765625, 0.00970458984375, 0.038055419921875, 0....
embed
13050436_c0
13050436
c++
0
Title: giving a pointer of object as an argument Problem title: giving a pointer of object as an argument Tags: c%2B%2B, reference, pointers Problem: giving a pointer of object as an argument Assume I have void func(foo & obj) and I have foo * object; How do I make object into an argument of func ?
giving a pointer of object as an argument giving a pointer of object as an argument c%2B%2B reference pointers giving a pointer of object as an argument Assume I have and I have How do I make object into an argument of func ?
[ 0.020263671875, -0.000354766845703125, 0.0162353515625, -0.020263671875, -0.005950927734375, -0.01226806640625, -0.032958984375, 0.0186767578125, 0.00194549560546875, -0.03271484375, 0.0216064453125, -0.0294189453125, 0.01287841796875, 0.02099609375, 0.0015411376953125, -0.025146484375...
[ 68772, 6275, 56, 111, 36746, 237, 10750, 142, 501, 167218, 571, 91067, 1314, 66596, 765, 11249, 87, 3249, 3934, 7477, 238 ]
[ 0.1319580078125, 0.2064208984375, 0.1649169921875, 0.125732421875, 0.2432861328125, 0.1239013671875, 0.291748046875, 0.0908203125, 0.046112060546875, 0.048614501953125, 0.0400390625, 0.1903076171875, 0.074951171875, 0.06915283203125, 0.089599609375, 0.02154541015625, 0.01423645019531...
embed
16712157_c0
16712157
c++
0
Title: C++ vptr is duplicated in every object Problem title: C++ vptr is duplicated in every object Tags: virtual, function, c%2B%2B Problem: C++ vptr is duplicated in every object In c++, we have VPTR in every object, but only one VTABLE per class. Why VPTR is in every object? isnt it duplication?
C++ vptr is duplicated in every object C++ vptr is duplicated in every object virtual function c%2B%2B C++ vptr is duplicated in every object In c++, we have VPTR in every object, but only one VTABLE per class. Why VPTR is in every object? isnt it duplication?
[ 0.011474609375, -0.00457763671875, -0.00141143798828125, 0.001678466796875, 0.005401611328125, 0.0174560546875, 0.0036773681640625, 0.0216064453125, -0.00628662109375, -0.02587890625, -0.0035858154296875, -0.02880859375, -0.0098876953125, 0.0021514892578125, -0.0185546875, 0.0140991210...
[ 313, 37223, 81, 6328, 42, 83, 171763, 3674, 23, 11907, 36746, 20513, 32354, 501, 167218, 571, 360, 642, 765, 41195, 28981, 4, 1284, 4734, 1632, 6, 86920, 183057, 117, 18507, 44084, 660, 442, 115, 182867 ]
[ 0.0758056640625, 0.2900390625, 0.1463623046875, 0.1656494140625, 0.24169921875, 0.0968017578125, 0.27392578125, 0.16650390625, 0.128173828125, 0.184326171875, 0.218017578125, 0.210693359375, 0.1614990234375, 0.0648193359375, 0.0217132568359375, 0.006927490234375, 0.004364013671875, ...
embed
4163799_c0
4163799
c++
0
Title: Access outer struct with the same name Problem title: Access outer struct with the same name Tags: compiler-errors, c%2B%2B Problem: Access outer struct with the same name Look at my sample code struct A { int member; }; Code signals: Access, Line, b.member, prog.cpp, prog.cpp:9, prog.cpp:10
Access outer struct with the same name Access outer struct with the same name compiler-errors c%2B%2B Access Line b.member prog.cpp prog.cpp:9 prog.cpp:10 Access outer struct with the same name Look at my sample code Errors are How to access structure A in second line ? Why do I get the error anyway?
[ 0.0230712890625, 0.00506591796875, 0.0037994384765625, 0.0081787109375, 0.0059814453125, 0.005218505859375, 0.00421142578125, 0.0255126953125, 0.0185546875, -0.01116943359375, -0.00787353515625, 0.04638671875, 0.032470703125, -0.003875732421875, 0.0281982421875, -0.01416015625, -0.02...
[ 40266, 1810, 56, 36716, 678, 70, 5701, 9351, 9969, 34759, 188800, 16777, 876, 39, 27417, 67973, 6366, 5, 1126, 15110, 121413, 18151, 212059, 11249, 47, 17203, 45646, 62, 23, 17932, 13315, 44084, 18499, 109954 ]
[ 0.1712646484375, 0.135986328125, 0.1455078125, 0.21875, 0.0830078125, 0.0163421630859375, 0.118896484375, 0.1173095703125, 0.13525390625, 0.1494140625, 0.1778564453125, 0.1485595703125, 0.0496826171875, 0.013702392578125, 0.15380859375, 0.125732421875, 0.156005859375, 0.01655578613...
embed
18591924_c0
18591924
c++
0
Title: How can I use a bitmask? Problem title: How can I use a bitmask? Tags: c%2B%2B11, bitmask, c%2B%2B Problem: How can I use a bitmask? How do I use it in C++? When is it useful to use? What would be an example of a problem where a bitmask is used to see how it actually works? Code signals: How
How can I use a bitmask? How can I use a bitmask? c%2B%2B11 bitmask c%2B%2B How How can I use a bitmask? How do I use it in C++? When is it useful to use? What would be an example of a problem where a bitmask is used to see how it actually works?
[ 0.00885009765625, -0.00689697265625, 0.009765625, 0.006195068359375, 0.008544921875, 0.0023651123046875, 0.00019168853759765625, 0.0004596710205078125, -0.00762939453125, -0.0084228515625, -0.002288818359375, -0.028564453125, -0.00066375732421875, 0.01446533203125, -0.005950927734375, ...
[ 11249, 831, 87, 4527, 10, 4785, 1510, 92, 501, 1662, 54, 442, 23, 313, 37223, 14847, 83, 80234, 27781, 2967, 11814, 1957, 3642, 20653, 43240 ]
[ 0.1153564453125, 0.108642578125, 0.0916748046875, 0.1798095703125, 0.1053466796875, 0.1793212890625, 0.2386474609375, 0.216064453125, 0.06231689453125, 0.08251953125, 0.04119873046875, 0.07177734375, 0.044097900390625, 0.0875244140625, 0.252197265625, 0.041290283203125, 0.00018310546...
embed
65647279_c2
65647279
c++
2
om3_slice_num, num.size, num.subspan, num1, num2, num1.size, num2.size, pt0, pp0, pp1, pt0.digits, pn1, pn2, qt0, qp0, qp1, qt0.digits, qn1, qn2, rp0, rp1, rn1, rn2, r0.digits, r1.digits.empty, shift_left, r1.digits, r2.digits.empty, r2.digits, r3.digits.empty, r3.digits, r4.digits.empty, r4.digits
om3_slice_num, num.size, num.subspan, num1, num2, num1.size, num2.size, pt0, pp0, pp1, pt0.digits, pn1, pn2, qt0, qp0, qp1, qt0.digits, qn1, qn2, rp0, rp1, rn1, rn2, r0.digits, r1.digits.empty, shift_left, r1.digits, r2.digits.empty, r2.digits, r3.digits.empty, r3.digits, r4.digits.empty, r4.digits
[ -0.00933837890625, -0.0042724609375, -0.00445556640625, -0.0005035400390625, -0.0194091796875, 0.000728607177734375, -0.0013580322265625, 0.02685546875, 0.03955078125, 0.030029296875, -0.005340576171875, 0.005645751953125, 0.00714111328125, -0.037841796875, -0.0047607421875, 0.00248718...
[ 171, 363, 454, 7, 13348, 2606, 4, 13269, 5, 62539, 22144, 19332, 418, 304, 5442, 27037, 2389, 32261, 4803, 14481, 915, 19, 8096, 18, 254, 6, 10681, 1690, 33548, 939, 122925, 133, 2480, 617 ]
[ 0.264404296875, 0.267333984375, 0.078369140625, 0.09912109375, 0.2607421875, 0.2315673828125, 0.0804443359375, 0.209716796875, 0.047882080078125, 0.1683349609375, 0.150634765625, 0.224853515625, 0.0750732421875, 0.1162109375, 0.1141357421875, 0.14404296875, 0.11279296875, 0.1398925...
embed
59346875_c0
59346875
c++
0
Title: error: reference to overloaded function could not be resolved Problem title: error: reference to overloaded function could not be resolved Tags: c%2B%2B17, c%2B%2B11, c%2B%2B Problem: error: reference to overloaded function could not be resolved Code signals: this_t, Args, this_t::ins, a.ins
error: reference to overloaded function could not be resolved error: reference to overloaded function could not be resolved c%2B%2B17 c%2B%2B11 c%2B%2B this_t Args this_t::ins a.ins error: reference to overloaded function could not be resolved The following code: Gives this error: As shown here: https://godbolt.org/z/n...
[ 0.005889892578125, 0.00177764892578125, -0.00762939453125, 0.0023345947265625, -0.0017852783203125, -0.01220703125, -0.0303955078125, -0.021484375, 0.006256103515625, -0.023193359375, -0.004058837890625, -0.01239013671875, 0.01263427734375, 0.02392578125, 0.021240234375, -0.00361633300...
[ 18499, 91067, 47, 645, 63033, 297, 32354, 5809, 959, 186, 103608, 71, 2489, 1662, 903, 18, 1172, 5425, 10, 25632, 18151, 77878, 127887, 3688, 7803, 84764, 1478, 78595, 1723, 617, 284, 7730, 44691, 7722, 2046, 6275, 56 ]
[ 0.1851806640625, 0.2413330078125, 0.1273193359375, 0.1448974609375, 0.242431640625, 0.1209716796875, 0.217529296875, 0.15087890625, 0.1484375, 0.043609619140625, 0.2115478515625, 0.0423583984375, 0.1444091796875, 0.049530029296875, 0.1162109375, 0.04736328125, 0.12744140625, 0.1895...
embed
4254653_c0
4254653
c++
0
Title: How to get a virt size from C/C++? Problem title: How to get a virt size from C/C++? Tags: c%2B%2B, c, linux, memory-management Problem: How to get a virt size from C/C++? Is there a simply way how to get the virt size of the Linux process from the C/C++ code? Thanks Code signals: C/C++, How
How to get a virt size from C/C++? How to get a virt size from C/C++? c%2B%2B c linux memory-management C/C++ How How to get a virt size from C/C++? Is there a simply way how to get the virt size of the Linux process from the C/C++ code? Thanks
[ 0.01043701171875, 0.0157470703125, -0.00726318359375, -0.00396728515625, -0.011474609375, -0.012939453125, 0.0174560546875, 0.0267333984375, -0.005523681640625, -0.05517578125, 0.0174560546875, -0.000568389892578125, -0.008056640625, 0.022216796875, -0.0030975341796875, 0.0015335083007...
[ 11249, 47, 2046, 10, 1017, 18, 13267, 1295, 313, 64, 441, 37223, 32, 501, 11508, 6077, 98323, 87140, 42856, 3917, 3642, 70, 111, 29908, 9433, 18151 ]
[ 0.0943603515625, 0.08624267578125, 0.120361328125, 0.08929443359375, 0.2059326171875, 0.1932373046875, 0.2322998046875, 0.135498046875, 0.1473388671875, 0.1484375, 0.1016845703125, 0.285888671875, 0.002471923828125, 0.06591796875, 0.0784912109375, 0.0989990234375, 0.1292724609375, ...
embed
71962088_c0
71962088
c++
0
Title: memset() doesn&#x27;t initialize a dynamic array correctly Problem title: memset() doesn&#x27;t initialize a dynamic array correctly Tags: dynamic-arrays, c%2B%2B, templates, memset Problem: memset() doesn't initialize a dynamic array correctly Code signals: std::memset, std::cout, std::endl
memset() doesn&#x27;t initialize a dynamic array correctly memset() doesn&#x27;t initialize a dynamic array correctly dynamic-arrays c%2B%2B templates memset std::memset std::cout std::endl memset() doesn't initialize a dynamic array correctly I have a matrix class and there is a constructor like this: When I initializ...
[ 0.0235595703125, -0.006927490234375, 0.0101318359375, 0.01214599609375, 0.0059814453125, 0.0079345703125, -0.0079345703125, 0.002166748046875, -0.00104522705078125, 0.036865234375, 0.00787353515625, -0.041748046875, 0.004669189453125, 0.01611328125, 0.01336669921875, -0.009521484375, ...
[ 7199, 3509, 132, 22027, 3768, 18, 61475, 20650, 84079, 10298, 53, 26785, 19305, 4778, 110934, 6138, 71, 37138, 12600, 3611, 141, 50944, 425, 18507, 64549, 748, 1884, 903, 43240, 140992, 4966, 678, 351, 214810, 34292, 2046, 106073, 509, 4120...
[ 0.1964111328125, 0.26708984375, 0.053314208984375, 0.043731689453125, 0.065185546875, 0.0882568359375, 0.1700439453125, 0.08001708984375, 0.2047119140625, 0.1519775390625, 0.10711669921875, 0.136474609375, 0.111083984375, 0.037506103515625, 0.1783447265625, 0.0921630859375, 0.0778808...
embed
5567271_c0
5567271
c++
0
Title: how can iterate foreach item in QListWidget Problem title: how can iterate foreach item in QListWidget Tags: qt, c%2B%2B Problem: how can iterate foreach item in QListWidget i just can find any example in the internet how to loop and get each item in the QListWidget Code signals: QListWidget
how can iterate foreach item in QListWidget how can iterate foreach item in QListWidget qt c%2B%2B QListWidget how can iterate foreach item in QListWidget i just can find any example in the internet how to loop and get each item in the QListWidget
[ -0.00933837890625, -0.0228271484375, -0.0137939453125, 0.01177978515625, -0.00787353515625, 0.02587890625, 0.01458740234375, 0.0167236328125, -0.0038909912109375, -0.0299072265625, 0.029052734375, -0.050537109375, -0.003753662109375, 0.01177978515625, -0.0194091796875, 0.0098876953125,...
[ 3642, 831, 17, 8560, 67, 100, 41581, 35735, 23, 2396, 154663, 1456, 532, 3794, 8096, 18, 501, 571, 27781, 40956, 2046, 12638 ]
[ 0.0699462890625, 0.0758056640625, 0.039825439453125, 0.268310546875, 0.1402587890625, 0.0828857421875, 0.2010498046875, 0.1912841796875, 0.0653076171875, 0.1285400390625, 0.2171630859375, 0.07061767578125, 0.13720703125, 0.1834716796875, 0.062286376953125, 0.06671142578125, 0.0075073...
embed
11160706_c0
11160706
c++
0
Title: Binding IP Addresses Problem title: Binding IP Addresses Tags: .net, c%2B%2B, c%23 Problem: Binding IP Addresses I'm rewriting some C++ code to C#. The code I'm refactoring uses AddIPAddress in C++ but I cannot find a way to do the same in C#. Can anyone help? Code signals: Binding, Addresses
Binding IP Addresses Binding IP Addresses .net c%2B%2B c%23 Binding Addresses Binding IP Addresses I'm rewriting some C++ code to C#. The code I'm refactoring uses AddIPAddress in C++ but I cannot find a way to do the same in C#. Can anyone help?
[ 0.0024261474609375, 0.037109375, -0.004119873046875, 0.0252685546875, -0.002777099609375, 0.005401611328125, -0.00616455078125, 0.0145263671875, 0.005767822265625, 0.0016021728515625, -0.005584716796875, -0.00750732421875, -0.016357421875, 0.02685546875, -0.0002956390380859375, 0.02539...
[ 1843, 33770, 8021, 49990, 90, 5, 1179, 501, 167218, 571, 3949, 3742, 87, 456, 199332, 313, 37223, 18151, 47, 4904, 144810, 4527, 29117, 10931, 161007, 23, 1284, 53418, 7413, 10, 3917, 54, 70, 5701, 4171, 35672, 4358 ]
[ 0.1898193359375, 0.2171630859375, 0.2362060546875, 0.1920166015625, 0.0670166015625, 0.044708251953125, 0.1802978515625, 0.049407958984375, 0.0290374755859375, 0.052581787109375, 0.033203125, 0.1192626953125, 0.0263214111328125, 0.0694580078125, 0.1083984375, 0.07281494140625, 0.2619...
embed
17621959_c1
17621959
c++
1
6; if(SpawnZ > 432) SpawnZ = SpawnZ-4294967296; In this case, SpawnX,Y,Z are int's and can range anywhere from 0 to 4294967295. Code signals: Won, Add, Number, temp_int, SpawnX, Get, temp_hex, level.mid, level.indexOf, HexToInt, SpawnY, SpawnZ, SpawnX-4294967296, SpawnY-4294967296, SpawnZ-4294967296
6; if(SpawnZ > 432) SpawnZ = SpawnZ-4294967296; In this case, SpawnX,Y,Z are int's and can range anywhere from 0 to 4294967295. Code signals: Won, Add, Number, temp_int, SpawnX, Get, temp_hex, level.mid, level.indexOf, HexToInt, SpawnY, SpawnZ, SpawnX-4294967296, SpawnY-4294967296, SpawnZ-4294967296
[ 0.00543212890625, 0.02294921875, -0.01220703125, 0.007232666015625, -0.00787353515625, -0.0030975341796875, 0.00677490234375, -0.00168609619140625, 0.01904296875, 0.01104736328125, 0.023193359375, -0.01141357421875, 0.0033721923828125, 0.0177001953125, 0.03076171875, -0.008056640625, ...
[ 305, 74, 2174, 141667, 7710, 1511, 977, 201, 91887, 10959, 2203, 124596, 176857, 18197, 133572, 903, 7225, 1542, 1723, 621, 23, 18, 25, 7, 831, 37457, 151107, 1295, 757, 47, 4828, 198493, 8821, 5, 28864, 26073, 12, 104525, 29117, 103332, ...
[ 0.162841796875, 0.04931640625, 0.08868408203125, 0.1839599609375, 0.18212890625, 0.2310791015625, 0.0631103515625, 0.127685546875, 0.2041015625, 0.229736328125, 0.0587158203125, 0.0924072265625, 0.116455078125, 0.046966552734375, 0.1754150390625, 0.03912353515625, 0.072509765625, 0...
embed
22698653_c0
22698653
c++
0
Title: Looser Throw Specifier in C++ Problem title: Looser Throw Specifier in C++ Tags: c%2B%2B11, c%2B%2B Problem: Looser Throw Specifier in C++ Code signals: BadJumbleException, Looser, Throw, Specifier, Constructor, Returns, Stores, BadJumbleException::BadJumbleException, BadJumbleException::what
Looser Throw Specifier in C++ Looser Throw Specifier in C++ c%2B%2B11 c%2B%2B BadJumbleException Looser Throw Specifier Constructor Returns Stores BadJumbleException::BadJumbleException BadJumbleException::what Looser Throw Specifier in C++ What does this error mean? How can I fix it? This is the header code that's cau...
[ 0.00579833984375, 0.01129150390625, -0.01611328125, -0.0135498046875, 0.0255126953125, 0.01324462890625, 0.01092529296875, -0.015869140625, 0.01019287109375, 0.03173828125, 0.00634765625, -0.028076171875, 0.01416015625, -0.0086669921875, 0.00714111328125, -0.0042724609375, 0.00927734...
[ 47564, 2189, 6003, 15555, 24990, 85789, 313, 37223, 23, 501, 1662, 12745, 21718, 40099, 19279, 63928, 82084, 18770, 173340, 14934, 157027, 124409, 18499, 29459, 30022, 10336, 18151, 216806, 70, 31344, 3293 ]
[ 0.1707763671875, 0.1807861328125, 0.08441162109375, 0.17822265625, 0.135986328125, 0.154296875, 0.046844482421875, 0.25244140625, 0.01934814453125, 0.03485107421875, 0.052001953125, 0.14892578125, 0.1231689453125, 0.139404296875, 0.06390380859375, 0.11865234375, 0.095703125, 0.0515...
embed
22778639_c0
22778639
c++
0
Title: C++ code conversion of Mat Problem title: C++ code conversion of Mat Tags: c%2B%2B, computer-vision, image-processing, image, opencv Problem: C++ code conversion of Mat Code signals: Mat, messi5.jpg, level_n, Mat::zeros, img.cols, img.rows, CV_32F, cv::split, Divide, p.at, Img2, cv::transform
C++ code conversion of Mat C++ code conversion of Mat c%2B%2B computer-vision image-processing image opencv Mat messi5.jpg level_n Mat::zeros img.cols img.rows CV_32F cv::split Divide p.at Img2 cv::transform C++ code conversion of Mat I am trying to convert this second answer code into c++ , What I did is not giving me...
[ 0.0096435546875, 0.0113525390625, -0.0079345703125, 0.00946044921875, 0.0003147125244140625, 0.0038909912109375, 0.01171875, 0.0021514892578125, 0.00250244140625, -0.01251220703125, -0.008544921875, 0.004852294921875, 0.0216064453125, 0.00144195556640625, -0.01165771484375, -0.01483154...
[ 313, 37223, 18151, 142477, 111, 7656, 501, 13909, 25826, 29569, 63923, 9803, 334, 130823, 758, 25687, 17366, 80510, 566, 8447, 5, 15555, 27479, 6460, 115158, 4353, 76278, 112, 915, 257, 3370, 177, 304, 215175, 31577, 96760, 17932, 35166, 39...
[ 0.06500244140625, 0.293212890625, 0.199951171875, 0.18896484375, 0.1063232421875, 0.286865234375, 0.08026123046875, 0.0654296875, 0.161865234375, 0.1112060546875, 0.043060302734375, 0.0794677734375, 0.1453857421875, 0.157470703125, 0.1329345703125, 0.1275634765625, 0.1199951171875, ...
embed
25045091_c0
25045091
c++
0
Title: if statement within namespace gives error Problem title: if statement within namespace gives error Tags: namespaces, c%2B%2B, if-statement Problem: if statement within namespace gives error Code signals: namespace_top_of_FDD, int_systemReturn, FDD, FDD_Ptr_Object, FDD.cpp, C2059, C2143, C2447
if statement within namespace gives error if statement within namespace gives error namespaces c%2B%2B if-statement namespace_top_of_FDD int_systemReturn FDD FDD_Ptr_Object FDD.cpp C2059 C2143 C2447 if statement within namespace gives error I have the following piece of C++ code which compiles without problem: But when...
[ 0.0001621246337890625, 0.000934600830078125, -0.01019287109375, 0.00799560546875, -0.0022430419921875, 0.00750732421875, 0.0225830078125, 0.0022735595703125, -0.01446533203125, 0.0172119140625, -0.0036773681640625, 0.002593994140625, 0.00994873046875, 0.01373291015625, 0.01611328125, 0...
[ 2174, 63805, 28032, 210716, 76199, 18499, 501, 61340, 674, 13784, 4390, 919, 24057, 18, 16751, 987, 563, 4448, 46471, 75161, 6366, 12975, 11548, 2357, 13330, 70, 25632, 63847, 313, 37223, 18151, 9969, 1340, 15490, 2967, 3229, 15190, 1884, 5...
[ 0.25048828125, 0.25048828125, 0.16015625, 0.292236328125, 0.09051513671875, 0.2227783203125, 0.0195159912109375, 0.173828125, 0.0806884765625, 0.1168212890625, 0.1005859375, 0.019378662109375, 0.1671142578125, 0.0201416015625, 0.093994140625, 0.08453369140625, 0.003631591796875, 0....
embed
25344824_c0
25344824
c++
0
Title: How do I typecast a void * pointer in C++? Problem title: How do I typecast a void * pointer in C++? Tags: casting, c%2B%2B Problem: How do I typecast a void * pointer in C++? I have the following code: #include <iostream> using namespace std; Code signals: namespace, How, _t100, _t200, _t300
How do I typecast a void * pointer in C++? How do I typecast a void * pointer in C++? casting c%2B%2B namespace How _t100 _t200 _t300 How do I typecast a void * pointer in C++? I have the following code: It prints -1.61669. Why? It should print -5.0.
[ 0.0140380859375, -0.0028076171875, -0.0057373046875, 0.0244140625, 0.0194091796875, -0.0059814453125, -0.02099609375, 0.011474609375, 0.022216796875, 0.00057220458984375, 0.0029296875, -0.038818359375, 0.0059814453125, 0.0225830078125, -0.0174560546875, -0.0013885498046875, 0.0071411...
[ 11249, 87, 10644, 55741, 2292, 71, 661, 6275, 56, 313, 37223, 54, 23, 176050, 501, 210716, 3559, 5955, 7739, 25632, 18151, 28412, 20, 122336, 2485, 14212, 44084, 5608, 187461 ]
[ 0.056396484375, 0.040679931640625, 0.1756591796875, 0.2347412109375, 0.2095947265625, 0.0694580078125, 0.1614990234375, 0.19189453125, 0.0943603515625, 0.041717529296875, 0.262451171875, 0.01434326171875, 0.02984619140625, 0.173095703125, 0.000244140625, 0.1378173828125, 0.1315917968...
embed
2947544_c0
2947544
c++
0
Title: How to copy files in VC++ ? Problem title: How to copy files in VC++ ? Tags: windows, visual-c%2B%2B, c%2B%2B Problem: How to copy files in VC++ ? I want to copy the files present in a flash drive into hard drives and then run them using a VC++ application. I have VS 2008..? Code signals: How
How to copy files in VC++ ? How to copy files in VC++ ? windows visual-c%2B%2B c%2B%2B How How to copy files in VC++ ? I want to copy the files present in a flash drive into hard drives and then run them using a VC++ application. I have VS 2008..?
[ 0.003662109375, 0.001983642578125, -0.01416015625, -0.00439453125, -0.011962890625, -0.0035552978515625, 0.00909423828125, 0.0014801025390625, 0.00119781494140625, -0.0390625, 0.0067138671875, -0.0211181640625, -0.00482177734375, 0.0205078125, -0.0087890625, 0.0096435546875, -0.02111...
[ 11249, 47, 43658, 102158, 23, 6, 56349, 37223, 705, 54825, 21176, 238, 501, 3444, 13379, 30128, 22648, 3934, 7941, 11675, 2856, 17368, 38415, 765, 44160, 2021 ]
[ 0.1129150390625, 0.1185302734375, 0.259521484375, 0.210205078125, 0.125, 0.0028076171875, 0.23486328125, 0.301025390625, 0.013885498046875, 0.09326171875, 0.19873046875, 0.03607177734375, 0.025543212890625, 0.0528564453125, 0.06964111328125, 0.0965576171875, 0.0797119140625, 0.0791...
embed
3077184_c0
3077184
c++
0
Title: Derived classes and singleton Problem title: Derived classes and singleton Tags: singleton, c%2B%2B, inheritance, oop Problem: Derived classes and singleton If I have two classes "A" and "B", is it OK to derive B from A and then make B a Singleton?. Thanks for your help. Code signals: Derived
Derived classes and singleton Derived classes and singleton singleton c%2B%2B inheritance oop Derived Derived classes and singleton If I have two classes "A" and "B", is it OK to derive B from A and then make B a Singleton?. Thanks for your help.
[ 0.0107421875, 0.010009765625, -0.0108642578125, -0.0045166015625, 0.0150146484375, 0.0125732421875, 0.012451171875, 0.0126953125, -0.00138092041015625, -0.0224609375, -0.02001953125, 0.0078125, 0.028076171875, 0.0115966796875, -0.0277099609375, -0.0111083984375, 0.002288818359375, ...
[ 1310, 14, 4126, 61112, 136, 11001, 1507, 167218, 3334, 217, 32500, 765, 6626, 284, 571, 83, 442, 14315, 47, 122, 5844, 335, 1295, 62, 7068, 3249, 10, 43609, 4358 ]
[ 0.136474609375, 0.1331787109375, 0.10791015625, 0.24560546875, 0.09954833984375, 0.182373046875, 0.236328125, 0.02545166015625, 0.1009521484375, 0.03125, 0.15087890625, 0.04156494140625, 0.126220703125, 0.1025390625, 0.13427734375, 0.0540771484375, 0.0601806640625, 0.1690673828125,...
embed
32128276_c0
32128276
c++
0
Title: Wrong code structure accepted by GCC/G++ Problem title: Wrong code structure accepted by GCC/G++ Tags: visual-studio-2015, c%2B%2B, gcc, compiler-errors Problem: Wrong code structure accepted by GCC/G++ Code signals: manageTheError, Wrong, GCC, argument1, argument2, Syntax, visual-studio-2015
Wrong code structure accepted by GCC/G++ Wrong code structure accepted by GCC/G++ visual-studio-2015 c%2B%2B gcc compiler-errors manageTheError Wrong GCC argument1 argument2 Syntax visual-studio-2015 Wrong code structure accepted by GCC/G++ Using the GCC/G++ compiler, I've used the following code structure for a long t...
[ 0.00677490234375, 0.0291748046875, -0.0286865234375, 0.007598876953125, 0.004669189453125, 0.03271484375, -0.0216064453125, 0.002288818359375, -0.010986328125, 0.0079345703125, 0.013916015625, -0.0279541015625, 0.003997802734375, 0.017822265625, 0.034912109375, 0.0098876953125, -0.00...
[ 601, 35133, 18151, 45646, 68186, 527, 13709, 64, 724, 37223, 21176, 52629, 44906, 22109, 238, 9969, 34759, 188800, 111240, 18468, 31611, 10750, 304, 19010, 390, 11814, 25632, 4989, 8306, 2967, 101089, 47, 73372, 313, 24635, 5036, 104250, 5941...
[ 0.0292205810546875, 0.1781005859375, 0.20556640625, 0.247802734375, 0.1578369140625, 0.1036376953125, 0.20068359375, 0.050079345703125, 0.103515625, 0.25537109375, 0.1566162109375, 0.1361083984375, 0.182861328125, 0.10595703125, 0.07159423828125, 0.1182861328125, 0.1141357421875, 0...
embed
19299741_c0
19299741
c++
0
Title: What does Ampersand do after a variable? Problem title: What does Ampersand do after a variable? Tags: c%2B%2B, integer, binary Problem: What does Ampersand do after a variable? int a = 2; a = (a&-a); So what is the purpose of '&' in this block? The result is "2" Code signals: What, Ampersand
What does Ampersand do after a variable? What does Ampersand do after a variable? c%2B%2B integer binary What Ampersand What does Ampersand do after a variable? So what is the purpose of '&' in this block? The result is "2"
[ 0.022216796875, 0.004150390625, 0.0062255859375, 0.0277099609375, 0.006134033203125, 0.029052734375, -0.01165771484375, 0.033203125, 0.005157470703125, 0.016845703125, -0.0245361328125, -0.006011962890625, 0.012939453125, 0.01312255859375, 0.007598876953125, 0.0038299560546875, 0.004...
[ 4865, 14602, 62, 41577, 43882, 54, 7103, 77336, 501, 167218, 892, 1505, 2394, 6635, 10, 2367, 83, 60042, 111, 1230, 23, 903, 46389, 16750, 304 ]
[ 0.09576416015625, 0.0899658203125, 0.12890625, 0.226806640625, 0.298583984375, 0.1248779296875, 0.182373046875, 0.243896484375, 0.059539794921875, 0.056884765625, 0.0810546875, 0.045135498046875, 0.1162109375, 0.044708251953125, 0.00775146484375, 0.07513427734375, 0.0570068359375, ...
embed
19723949_c0
19723949
c++
0
Title: error: invalid conversion from &#x27;int*&#x27; to &#x27;int&#x27; Problem title: error: invalid conversion from &#x27;int*&#x27; to &#x27;int&#x27; Tags: c%2B%2B Problem: error: invalid conversion from 'int*' to 'int' Code signals: Planet::locateClosestDanger, BOO::eudi, Bubblesort, n-1, BOO
error: invalid conversion from &#x27;int*&#x27; to &#x27;int&#x27; error: invalid conversion from &#x27;int*&#x27; to &#x27;int&#x27; c%2B%2B Planet::locateClosestDanger BOO::eudi Bubblesort n-1 BOO error: invalid conversion from 'int*' to 'int' I have the following function, and I cannot understand what is wrong with ...
[ 0.018310546875, 0.0225830078125, 0.002197265625, -0.0264892578125, -0.0062255859375, 0.0238037109375, -0.039794921875, -0.0302734375, 0.0255126953125, -0.002288818359375, 0.01055908203125, 0.00001990795135498047, 0.0057373046875, 0.01031494140625, 0.007568359375, -0.0306396484375, -0...
[ 18499, 56649, 142477, 1295, 3768, 4288, 1639, 47, 501, 40357, 116292, 13, 2400, 525, 397, 64289, 14216, 670, 9198, 667, 73163, 62351, 653, 5759, 25632, 32354, 53418, 28219, 44691, 137644, 112892, 99, 138, 4216, 11001, 40956, 9790, 95486, 14...
[ 0.1871337890625, 0.278564453125, 0.2301025390625, 0.1409912109375, 0.1556396484375, 0.2396240234375, 0.1949462890625, 0.1500244140625, 0.016082763671875, 0.159912109375, 0.1181640625, 0.007049560546875, 0.1689453125, 0.073974609375, 0.00823974609375, 0.19287109375, 0.08612060546875, ...
embed
20162779_c0
20162779
c++
0
Title: Test exit() with boost unit tests Problem title: Test exit() with boost unit tests Tags: unit-testing, c%2B%2B, boost Problem: Test exit() with boost unit tests I'd like to ask, if it is somehow possible to test exit() or maybe test return code with Boost Unit Test library? Code signals: Test
Test exit() with boost unit tests Test exit() with boost unit tests unit-testing c%2B%2B boost Test Test exit() with boost unit tests I'd like to ask, if it is somehow possible to test exit() or maybe test return code with Boost Unit Test library?
[ 0.000797271728515625, 0.01092529296875, -0.0017242431640625, -0.0196533203125, -0.00531005859375, -0.01458740234375, 0.007171630859375, -0.0016632080078125, -0.010498046875, 0.004302978515625, -0.01263427734375, 0.01483154296875, -0.012451171875, 0.018798828125, 0.03759765625, 0.002319...
[ 8647, 82230, 132, 678, 97551, 25072, 109921, 6954, 501, 571, 1884, 26458, 209303, 7722, 47, 3034, 30646, 18151, 179519, 46640, 35773, 1294 ]
[ 0.197509765625, 0.2322998046875, 0.0797119140625, 0.10791015625, 0.213623046875, 0.179931640625, 0.1824951171875, 0.17431640625, 0.01995849609375, 0.0260772705078125, 0.0391845703125, 0.06005859375, 0.050384521484375, 0.131103515625, 0.044708251953125, 0.21630859375, 0.1719970703125,...
embed
2154311_c0
2154311
c++
0
Title: C++ equivalent of .net Stream? Problem title: C++ equivalent of .net Stream? Tags: visual-studio-2008, c%2B%2B Problem: C++ equivalent of .net Stream? What is the base class of all the streams in C++? Also what is the equivalent of MemoryStream in C++? Code signals: Stream, visual-studio-2008
C++ equivalent of .net Stream? C++ equivalent of .net Stream? visual-studio-2008 c%2B%2B Stream visual-studio-2008 C++ equivalent of .net Stream? What is the base class of all the streams in C++? Also what is the equivalent of MemoryStream in C++?
[ -0.004180908203125, 0.044921875, -0.00604248046875, -0.006378173828125, 0.005340576171875, -0.004119873046875, 0.002197265625, 0.0296630859375, 0.01116943359375, -0.006591796875, 0.012939453125, -0.00689697265625, 0.0167236328125, 0.0296630859375, -0.0098876953125, 0.006927490234375, ...
[ 313, 37223, 183234, 111, 5, 1179, 115061, 32, 21176, 52629, 105011, 501, 571, 83, 70, 3647, 18507, 756, 75973, 23, 172681 ]
[ 0.0927734375, 0.292724609375, 0.1959228515625, 0.061614990234375, 0.0556640625, 0.182861328125, 0.28564453125, 0.004180908203125, 0.1883544921875, 0.157958984375, 0.190185546875, 0.0516357421875, 0.0260467529296875, 0.00335693359375, 0.0042724609375, 0.16357421875, 0.166015625, 0.0...
embed
43178071_c0
43178071
c++
0
Title: SendMessage function Problem title: SendMessage function Tags: python, sendmessage, c%2B%2B Problem: SendMessage function can I make the SendMessage function using python instead of c++? I'm using python for desktop application that connecting to PHP in a web server! Code signals: SendMessage
SendMessage function SendMessage function python sendmessage c%2B%2B SendMessage SendMessage function can I make the SendMessage function using python instead of c++? I'm using python for desktop application that connecting to PHP in a web server!
[ 0.01385498046875, 0.00124359130859375, -0.0025482177734375, 0.024658203125, -0.0216064453125, 0.01043701171875, -0.01409912109375, 0.031005859375, -0.0009918212890625, -0.047119140625, 0.0240478515625, -0.023193359375, 0.0159912109375, 0.021240234375, 0.0026702880859375, 0.02197265625,...
[ 24044, 594, 6011, 429, 32354, 17198, 50828, 25379, 74157, 501, 831, 87, 3249, 17368, 64457, 37223, 86983, 38415, 37067, 47302, 1467, 10723, 38 ]
[ 0.1981201171875, 0.1177978515625, 0.1949462890625, 0.1806640625, 0.2322998046875, 0.1715087890625, 0.24755859375, 0.111328125, 0.1470947265625, 0.08111572265625, 0.0888671875, 0.032562255859375, 0.097900390625, 0.10546875, 0.118408203125, 0.2366943359375, 0.1065673828125, 0.0730590...
embed
45953089_c0
45953089
c++
0
Title: How to solve the &quot;cannot find -lidn ,-l***&quot;? Problem title: How to solve the &quot;cannot find -lidn ,-l***&quot;? Tags: c%2B%2B, makefile, ubuntu Problem: How to solve the "cannot find -lidn ,-l***"? Code signals: How, lgssapi_krb5, lkrb5, lk5crypto, lcom_err, collect2, Makefile:52
How to solve the &quot;cannot find -lidn ,-l***&quot;? How to solve the &quot;cannot find -lidn ,-l***&quot;? c%2B%2B makefile ubuntu How lgssapi_krb5 lkrb5 lk5crypto lcom_err collect2 Makefile:52 How to solve the "cannot find -lidn ,-l***"? These are my error messages: and I did not find any of these libraries inside ...
[ -0.00274658203125, 0.004364013671875, -0.0181884765625, 0.002410888671875, -0.01220703125, -0.00421142578125, 0.00115203857421875, 0.01507568359375, 0.00958251953125, 0.0052490234375, -0.00396728515625, -0.046875, 0.01177978515625, 0.015869140625, -0.00732421875, -0.017578125, 0.0125...
[ 11249, 47, 86869, 70, 4398, 10869, 7413, 20, 12472, 19, 4, 9, 141, 43047, 74, 501, 3249, 29822, 198996, 1192, 1434, 107611, 758, 136791, 31, 277, 56, 43799, 304, 26176, 33915, 18499, 89914, 959, 2499, 6097, 35773, 10484, 46132, 223, 42,...
[ 0.041778564453125, 0.0272369384765625, 0.16015625, 0.043701171875, 0.07574462890625, 0.1544189453125, 0.1864013671875, 0.095458984375, 0.176025390625, 0.2088623046875, 0.089599609375, 0.08746337890625, 0.07403564453125, 0.1607666015625, 0.0188751220703125, 0.02227783203125, 0.1343994...
embed
79076049_c0
79076049
c++
0
Title: How to put ones in random places in matrix (or 2D array) of zeroes in C++ Problem title: How to put ones in random places in matrix (or 2D array) of zeroes in C++ Tags: c%2B%2B, matrix, random Problem: How to put ones in random places in matrix (or 2D array) of zeroes in C++ Code signals: How
How to put ones in random places in matrix (or 2D array) of zeroes in C++ How to put ones in random places in matrix (or 2D array) of zeroes in C++ c%2B%2B matrix random How How to put ones in random places in matrix (or 2D array) of zeroes in C++ I wanted to create a 9x9 matrix with 10 ones in it, which is filled rand...
[ 0.0126953125, 0.0211181640625, 0.0023040771484375, -0.0341796875, -0.005615234375, 0.004608154296875, 0.017333984375, 0.000568389892578125, 0.01031494140625, -0.0172119140625, -0.006317138671875, -0.00927734375, -0.00099945068359375, 0.0015716552734375, -0.0024261474609375, 0.000617980...
[ 11249, 47, 3884, 64333, 23, 96759, 44677, 50944, 425, 116, 397, 10298, 53, 45234, 90, 313, 37223, 111, 501, 36663, 28282, 483, 1126, 678, 209, 152382, 64, 441, 6713, 1884 ]
[ 0.058013916015625, 0.0224761962890625, 0.14599609375, 0.228515625, 0.1007080078125, 0.210205078125, 0.160888671875, 0.1976318359375, 0.11474609375, 0.0704345703125, 0.095947265625, 0.12744140625, 0.06878662109375, 0.20068359375, 0.1099853515625, 0.0762939453125, 0.261962890625, 0.0...
embed
7985169_c0
7985169
c++
0
Title: Why is C not OOP if it has structs Problem title: Why is C not OOP if it has structs Tags: c%2B%2B, struct, oop, c Problem: Why is C not OOP if it has structs Having done some C++ I have noticed that C also has structs - surely C should be considered OOP if it has them? Code signals: Why, OOP
Why is C not OOP if it has structs Why is C not OOP if it has structs c%2B%2B struct oop c Why OOP Why is C not OOP if it has structs Having done some C++ I have noticed that C also has structs - surely C should be considered OOP if it has them?
[ 0.025146484375, 0.01544189453125, 0.01318359375, 0.01141357421875, 0.01513671875, 0.01397705078125, 0.0179443359375, 0.0096435546875, 0.0262451171875, 0.0152587890625, -0.01123046875, -0.0179443359375, 0.0024261474609375, -0.01165771484375, 0.005889892578125, 0.0027618408203125, -0.0...
[ 44084, 83, 313, 959, 180, 20880, 2174, 1556, 36716, 7, 442, 501, 32500, 37223, 156672, 2843, 5608, 90698, 2856 ]
[ 0.114013671875, 0.0858154296875, 0.1822509765625, 0.1536865234375, 0.0999755859375, 0.274169921875, 0.07568359375, 0.0965576171875, 0.232421875, 0.0836181640625, 0.00042724609375, 0.140380859375, 0.1654052734375, 0.1478271484375, 0.0200653076171875, 0.007720947265625, 0.0203094482421...
embed
75637528_c2
75637528
c++
2
*M; bPtr = B + k + n*K; B_v = _mm256_broadcast_sd(bPtr); A_v = _mm256_load_pd(aPtr); C_v = _mm256_fmadd_pd(A_v, Code signals: Cache, Usage, Optimised, mat_mul, __m256d, B_v, _mm256_broadcast_sd, A_v, _mm256_load_pd, C_v, _mm256_fmadd_pd, _mm256_store_pd, Transpose, Compute, _mm256_mul_pd, ICC, mavx2
*M; bPtr = B + k + n*K; B_v = _mm256_broadcast_sd(bPtr); A_v = _mm256_load_pd(aPtr); C_v = _mm256_fmadd_pd(A_v, Code signals: Cache, Usage, Optimised, mat_mul, __m256d, B_v, _mm256_broadcast_sd, A_v, _mm256_load_pd, C_v, _mm256_fmadd_pd, _mm256_store_pd, Transpose, Compute, _mm256_mul_pd, ICC, mavx2
[ 0.007080078125, -0.007354736328125, 0.01239013671875, 0.004302978515625, 0.005096435546875, 0.003143310546875, -0.0157470703125, -0.0036163330078125, 0.00063323974609375, -0.0179443359375, 0.00714111328125, -0.003448486328125, 0.006927490234375, -0.01031494140625, -0.0179443359375, -0....
[ 661, 594, 74, 876, 683, 4448, 2203, 335, 997, 472, 653, 1639, 605, 454, 334, 101, 2276, 127892, 6369, 712, 55741, 7, 71, 275, 3142, 62, 63033, 254, 11, 313, 284, 4, 28864, 26073, 12, 2041, 1430, 70166, 429, 43938, 52021, 2589, 15458...
[ 0.11279296875, 0.1712646484375, 0.1077880859375, 0.0623779296875, 0.100830078125, 0.248046875, 0.123046875, 0.09442138671875, 0.1490478515625, 0.1134033203125, 0.0200958251953125, 0.08349609375, 0.104736328125, 0.05914306640625, 0.22021484375, 0.012542724609375, 0.1204833984375, 0....
embed
52250480_c0
52250480
c++
0
Title: What are compound types? Problem title: What are compound types? Tags: types, c%2B%2B Problem: What are compound types? My question is about composite types. I can't seem to find anywhere that explains what compound types are in C++. Are they different from composite types? Code signals: What
What are compound types? What are compound types? types c%2B%2B What What are compound types? My question is about composite types. I can't seem to find anywhere that explains what compound types are in C++. Are they different from composite types?
[ -0.006072998046875, -0.0157470703125, 0.006744384765625, 0.0213623046875, -0.0042724609375, 0.02099609375, 0.0003223419189453125, 0.00127410888671875, -0.00011444091796875, 0.029296875, -0.020751953125, -0.0294189453125, 0.004150390625, 0.0244140625, -0.00823974609375, 0.0216064453125,...
[ 4865, 621, 217773, 52895, 32, 501, 375, 77087, 73342, 2367, 23, 313, 37223, 12921 ]
[ 0.0672607421875, 0.0848388671875, 0.283203125, 0.26708984375, 0.01318359375, 0.0372314453125, 0.06005859375, 0.157470703125, 0.047149658203125, 0.0142364501953125, 0.0239715576171875, 0.065185546875, 0.20703125, 0.070556640625 ]
embed
17942556_c0
17942556
c++
0
Title: XLib: Get cursor image Problem title: XLib: Get cursor image Tags: x11, mouse-cursor, linux, c%2B%2B Problem: XLib: Get cursor image Is there a way to retrieve current cursor bitmap using Xlib? I have checked XCursor man but I don't see any method that can do that. Code signals: XLib, Get, x11
XLib: Get cursor image XLib: Get cursor image x11 mouse-cursor linux c%2B%2B XLib Get x11 XLib: Get cursor image Is there a way to retrieve current cursor bitmap using Xlib? I have checked XCursor man but I don't see any method that can do that.
[ -0.0194091796875, 0.031982421875, -0.00070953369140625, 0.0262451171875, 0.0185546875, 0.0220947265625, 0.0203857421875, 0.00189208984375, -0.002777099609375, -0.0198974609375, 0.051025390625, 0.0174560546875, -0.00445556640625, 0.0037078857421875, -0.018798828125, -0.00653076171875, ...
[ 43523, 2566, 12, 20779, 13810, 42, 29569, 1022, 1662, 114669, 86927, 11508, 6077, 2685, 10, 3917, 47, 456, 3996, 3134, 43581, 4785, 62346, 17368, 1193, 5612, 12765, 73973, 474, 4970, 332, 55300, 831, 54 ]
[ 0.12939453125, 0.2366943359375, 0.013946533203125, 0.1044921875, 0.2254638671875, 0.2098388671875, 0.2064208984375, 0.09326171875, 0.2042236328125, 0.16845703125, 0.1461181640625, 0.07421875, 0.0760498046875, 0.013336181640625, 0.02093505859375, 0.091552734375, 0.031524658203125, 0...
embed
28919609_c0
28919609
c++
0
Title: Uncrustify: remove space opening/closing a block Problem title: Uncrustify: remove space opening/closing a block Tags: formatting, c%2B%2B, uncrustify Problem: Uncrustify: remove space opening/closing a block How can I clean up blocks like the following: if(a) { foo(); Code signals: Uncrustify
Uncrustify: remove space opening/closing a block Uncrustify: remove space opening/closing a block formatting c%2B%2B uncrustify Uncrustify Uncrustify: remove space opening/closing a block How can I clean up blocks like the following: into
[ 0.00396728515625, 0.0078125, 0.00360107421875, 0.00933837890625, 0.006561279296875, 0.00579833984375, 0.0262451171875, 0.01080322265625, -0.00135040283203125, 0.045166015625, 0.0026702880859375, 0.0159912109375, -0.015869140625, -0.0091552734375, 0.0033721923828125, -0.01611328125, 0...
[ 992, 238, 43245, 40383, 12, 87388, 32628, 73432, 64, 63499, 6953, 46389, 9384, 1916, 501, 167218, 51, 831, 87, 46622, 1257, 7, 1884, 25632, 3934 ]
[ 0.1187744140625, 0.05157470703125, 0.198486328125, 0.251708984375, 0.00177001953125, 0.15380859375, 0.22314453125, 0.190673828125, 0.005096435546875, 0.1319580078125, 0.057830810546875, 0.2484130859375, 0.167724609375, 0.045196533203125, 0.0003662109375, 0.031982421875, 0.09521484375...
embed
35413821_c0
35413821
c++
0
Title: How to fix this array used as initializer error? Problem title: How to fix this array used as initializer error? Tags: g%2B%2B, error-handling, g%2B%2B4.9, c%2B%2B Problem: How to fix this array used as initializer error? Code signals: namespace, How, save.h, string.h, Save::Save, SAVE_H, Save
How to fix this array used as initializer error? How to fix this array used as initializer error? g%2B%2B error-handling g%2B%2B4.9 c%2B%2B namespace How save.h string.h Save::Save SAVE_H Save How to fix this array used as initializer error? save.cpp I've commented all the functions and removed the contend out from Sav...
[ 0.01397705078125, 0.0242919921875, 0.00213623046875, -0.00494384765625, 0.004974365234375, 0.0081787109375, -0.01409912109375, 0.00677490234375, 0.010498046875, 0.0091552734375, 0.003387451171875, -0.0185546875, 0.013427734375, 0.010009765625, 0.0281982421875, -0.0150146484375, -0.02...
[ 11249, 30022, 903, 10298, 53, 11814, 237, 61475, 52825, 18499, 706, 54885, 156982, 210716, 30098, 127, 79315, 64944, 5464, 272, 159, 65298, 841, 238, 6366, 6868, 32354, 184750, 25212, 71, 52490, 4527, 37223, 9969, 1340, 1662, 305, 927, 1331...
[ 0.03973388671875, 0.1611328125, 0.06707763671875, 0.2030029296875, 0.1448974609375, 0.122314453125, 0.09765625, 0.202392578125, 0.165771484375, 0.192138671875, 0.09515380859375, 0.1722412109375, 0.2249755859375, 0.1483154296875, 0.2086181640625, 0.15087890625, 0.0926513671875, 0.14...
embed
35998011_c0
35998011
c++
0
Title: C++ Binary into pseudo C++ code. Reverse Engineering Problem title: C++ Binary into pseudo C++ code. Reverse Engineering Tags: reverse, c%2B%2B Problem: C++ Binary into pseudo C++ code. Reverse Engineering How to decompile C++ code from a binary file? Code signals: Binary, Reverse, Engineering
C++ Binary into pseudo C++ code. Reverse Engineering C++ Binary into pseudo C++ code. Reverse Engineering reverse c%2B%2B Binary Reverse Engineering C++ Binary into pseudo C++ code. Reverse Engineering How to decompile C++ code from a binary file?
[ 0.009033203125, 0.025390625, 0.00799560546875, 0.0191650390625, -0.000934600830078125, 0.03173828125, 0.005584716796875, 0.0108642578125, 0.000537872314453125, -0.0157470703125, -0.01007080078125, -0.010498046875, 0.00433349609375, 0.040283203125, 0.023681640625, 0.01312255859375, 0....
[ 313, 37223, 54092, 1294, 3934, 74189, 18151, 853, 37676, 123470, 39531, 184, 501, 8, 58875, 1340, 1295, 2394, 6635, 11435 ]
[ 0.06439208984375, 0.265380859375, 0.1761474609375, 0.138427734375, 0.1014404296875, 0.1571044921875, 0.1505126953125, 0.05291748046875, 0.1976318359375, 0.119873046875, 0.1485595703125, 0.06256103515625, 0.05780029296875, 0.107421875, 0.11669921875, 0.08575439453125, 0.02455139160156...
embed
3878106_c0
3878106
c++
0
Title: C++ cout fresh array gibberish Problem title: C++ cout fresh array gibberish Tags: c%2B%2B Problem: C++ cout fresh array gibberish When I "cout" an empty array, I get gibberish. Why? int main() { char test[10]; cout << test; return 0; } ...returns some unicode blather. An easy answer I'm sure.
C++ cout fresh array gibberish C++ cout fresh array gibberish c%2B%2B C++ cout fresh array gibberish When I "cout" an empty array, I get gibberish. Why? ...returns some unicode blather. An easy answer I'm sure.
[ 0.0252685546875, -0.000278472900390625, 0.000240325927734375, 0.006256103515625, -0.01092529296875, 0.030029296875, 0.008056640625, 0.004638671875, 0.003448486328125, 0.038330078125, -0.00030517578125, -0.036376953125, -0.01513671875, 0.007781982421875, 0.0022735595703125, -0.005798339...
[ 313, 37223, 552, 1003, 63335, 10298, 53, 3016, 102459, 4745, 501, 12600, 18, 142, 201505, 2046, 44084, 65395, 60347, 112, 9932, 9319, 23468, 35166 ]
[ 0.0283203125, 0.2496337890625, 0.1141357421875, 0.215576171875, 0.2064208984375, 0.18896484375, 0.1539306640625, 0.1591796875, 0.2440185546875, 0.215087890625, 0.018218994140625, 0.1387939453125, 0.16015625, 0.00360107421875, 0.2236328125, 0.07098388671875, 0.075439453125, 0.075317...
embed
392981_c0
392981
c++
0
Title: How can I convert string to double in C++? Problem title: How can I convert string to double in C++? Tags: c%2B%2B Problem: How can I convert string to double in C++? How can I convert string to double in C++? I want a function that returns 0 when the string is not numerical. Code signals: How
How can I convert string to double in C++? How can I convert string to double in C++? c%2B%2B How How can I convert string to double in C++? How can I convert string to double in C++? I want a function that returns 0 when the string is not numerical.
[ -0.009033203125, -0.0020294189453125, -0.0113525390625, -0.000820159912109375, -0.0068359375, 0.02001953125, -0.00494384765625, -0.006683349609375, 0.003997802734375, -0.01171875, -0.008056640625, -0.042236328125, -0.0220947265625, -0.003997802734375, 0.00193023681640625, 0.00793457031...
[ 11249, 831, 87, 96760, 79315, 47, 41929, 23, 313, 37223, 501, 571, 3444, 32354, 30646, 7, 757, 3229, 959, 54744, 6827, 5 ]
[ 0.094482421875, 0.12255859375, 0.09344482421875, 0.189453125, 0.290771484375, 0.1595458984375, 0.269775390625, 0.1146240234375, 0.1270751953125, 0.29345703125, 0.05938720703125, 0.004669189453125, 0.08660888671875, 0.156005859375, 0.131591796875, 0.0175933837890625, 0.1737060546875, ...
embed
57331487_c0
57331487
c++
0
Title: How to find n%(k*k) without integer overflow? Problem title: How to find n%(k*k) without integer overflow? Tags: c%2B%2B, modular-arithmetic Problem: How to find n%(k*k) without integer overflow? I know that (a*b)%m is equal to ((a%m)*(b%m))%m ? But how to calculate a%(m*m) ? Code signals: How
How to find n%(k*k) without integer overflow? How to find n%(k*k) without integer overflow? c%2B%2B modular-arithmetic How How to find n%(k*k) without integer overflow? I know that (a*b)%m is equal to ((a%m)*(b%m))%m ? But how to calculate a%(m*m) ?
[ -0.00347900390625, 0.00347900390625, 0.00775146484375, -0.017822265625, 0.006866455078125, -0.01043701171875, 0.01165771484375, -0.00579833984375, -0.0003566741943359375, -0.0291748046875, 0.004730224609375, -0.017333984375, 0.007568359375, -0.000759124755859375, -0.0169677734375, -0.0...
[ 11249, 47, 7413, 653, 3949, 92, 1639, 15490, 892, 1505, 645, 118664, 17055, 147, 8962, 3714, 11, 275, 39, 105950, 3642, 74481, 67, 10 ]
[ 0.0806884765625, 0.02862548828125, 0.1473388671875, 0.12548828125, 0.283935546875, 0.192626953125, 0.20068359375, 0.1397705078125, 0.1204833984375, 0.0894775390625, 0.099609375, 0.2396240234375, 0.09442138671875, 0.017547607421875, 0.047882080078125, 0.064208984375, 0.028472900390625...
embed
59649287_c1
59649287
c++
1
. using only intrinsics available? Code signals: memory, vmovdqu32, How, _mm256_loadu_epi32, _m256i, mem_addr, Instruction, m256, CPUID, Flags, AVX512VL, AVX512F, Description, Load, Operation, MEM, MAX:256, avx512vlintrin.h, _mm256_mask_loadu_epi32, __m256i, __mmask8, _mm256_maskz_loadu_epi32, avx512
. using only intrinsics available? Code signals: memory, vmovdqu32, How, _mm256_loadu_epi32, _m256i, mem_addr, Instruction, m256, CPUID, Flags, AVX512VL, AVX512F, Description, Load, Operation, MEM, MAX:256, avx512vlintrin.h, _mm256_mask_loadu_epi32, __m256i, __mmask8, _mm256_maskz_loadu_epi32, avx512
[ -0.02197265625, -0.0206298828125, 0.0164794921875, 0.024658203125, -0.007537841796875, 0.0185546875, 0.02587890625, 0.00653076171875, 0.01904296875, -0.0260009765625, -0.0208740234375, -0.01708984375, 0.0189208984375, -0.0091552734375, 0.00150299072265625, -0.000640869140625, -0.0067...
[ 6, 5, 17368, 4734, 9407, 5425, 28021, 19882, 32, 28864, 26073, 7, 12, 98323, 81, 30464, 71, 5490, 6460, 11249, 2276, 127892, 63033, 34, 67450, 39, 14, 7199, 712, 7569, 72022, 10763, 347, 86039, 7146, 125726, 21611, 1542, 758, 1530, 9241...
[ 0.0248565673828125, 0.1390380859375, 0.1829833984375, 0.1796875, 0.1766357421875, 0.2113037109375, 0.1900634765625, 0.2149658203125, 0.05352783203125, 0.279052734375, 0.285400390625, 0.1165771484375, 0.02886962890625, 0.239501953125, 0.14599609375, 0.1812744140625, 0.05157470703125, ...
embed
77138308_c0
77138308
c++
0
Title: Format an array with a line break every n values using {fmt} Problem title: Format an array with a line break every n values using {fmt} Tags: c%2B%2B17, fmt, c%2B%2B Problem: Format an array with a line break every n values using {fmt} Code signals: Format, std::vector, fmt::format, fmt::join
Format an array with a line break every n values using {fmt} Format an array with a line break every n values using {fmt} c%2B%2B17 fmt c%2B%2B Format std::vector fmt::format fmt::join Format an array with a line break every n values using {fmt} Using the {fmt} library (the version from github ), is there a way to form...
[ -0.027099609375, -0.0147705078125, -0.01513671875, 0.0135498046875, -0.005615234375, 0.004180908203125, 0.0177001953125, 0.005218505859375, 0.021728515625, 0.01129150390625, -0.00921630859375, -0.0205078125, -0.0111083984375, -0.02294921875, -0.00140380859375, 0.004730224609375, 0.00...
[ 60972, 10298, 53, 678, 13315, 36356, 11907, 653, 142424, 17368, 420, 39, 18, 2489, 1238, 6138, 71, 272, 18770, 51727, 513, 35773, 11389, 62270, 32102, 3917, 9384, 4989, 10, 183540, 7103, 765, 173, 1039, 41929, 22354, 1019, 13, 73, 425, ...
[ 0.27392578125, 0.2178955078125, 0.1650390625, 0.026214599609375, 0.17041015625, 0.251708984375, 0.1815185546875, 0.131103515625, 0.1951904296875, 0.028900146484375, 0.1002197265625, 0.10113525390625, 0.1842041015625, 0.122314453125, 0.070068359375, 0.1109619140625, 0.062164306640625,...
embed
72032406_c0
72032406
c++
0
Title: Does int have a constructor? Problem title: Does int have a constructor? Tags: c%2B%2B20, c%2B%2B Problem: Does int have a constructor? Does the code below call int constructor? int a(15); I am asking this question because I failed one test on LinkedIn: it this test correct? Code signals: Does
Does int have a constructor? Does int have a constructor? c%2B%2B20 c%2B%2B Does Does int have a constructor? Does the code below call int constructor? I am asking this question because I failed one test on LinkedIn: it this test correct?
[ 0.0005340576171875, 0.01019287109375, -0.0027923583984375, 0.012451171875, -0.011962890625, 0.0025634765625, 0.00860595703125, 0.00830078125, -0.0032806396484375, 0.015380859375, 0.007354736328125, -0.0186767578125, 0.00518798828125, 0.0284423828125, 0.01153564453125, -0.01123046875, ...
[ 101790, 23, 18, 765, 10, 64549, 748, 1549, 167218, 18151, 35064, 11782, 165523, 3034, 92502, 26785 ]
[ 0.1033935546875, 0.1846923828125, 0.24267578125, 0.1258544921875, 0.09564208984375, 0.245849609375, 0.24365234375, 0.0869140625, 0.004241943359375, 0.114501953125, 0.054901123046875, 0.0947265625, 0.132568359375, 0.133544921875, 0.1439208984375, 0.0738525390625 ]
embed
15074404_c0
15074404
c++
0
Title: move semantic and struct Problem title: move semantic and struct Tags: c%2B%2B, c%2B%2B11 Problem: move semantic and struct I have a function struct foo { std::vector<int> v; }; foo func(); will the vector inside foo be moved or copied when returning from the function? Code signals: std::vector
move semantic and struct move semantic and struct c%2B%2B c%2B%2B11 std::vector move semantic and struct I have a function will the vector inside foo be moved or copied when returning from the function?
[ -0.0086669921875, 0.0155029296875, -0.02001953125, 0.0263671875, 0.010498046875, 0.0244140625, -0.0166015625, 0.0101318359375, -0.002410888671875, -0.00055694580078125, -0.004486083984375, 0.0277099609375, -0.0003509521484375, 0.01263427734375, -0.0016632080078125, -0.00799560546875, ...
[ 25813, 484, 109109, 136, 36716, 1662, 6138, 71, 272, 18770, 765, 32354, 1221, 173, 46132, 5775, 31, 186, 109133, 707, 71200, 3229, 30646, 214, 1295 ]
[ 0.1968994140625, 0.153564453125, 0.1441650390625, 0.0858154296875, 0.212158203125, 0.05023193359375, 0.1292724609375, 0.0771484375, 0.1224365234375, 0.2105712890625, 0.0276336669921875, 0.1607666015625, 0.0716552734375, 0.155029296875, 0.1441650390625, 0.12255859375, 0.16064453125, ...
embed
15764697_c0
15764697
c++
0
Title: Create a Virtual Partition Problem title: Create a Virtual Partition Tags: c%2B%2B, windows Problem: Create a Virtual Partition I am trying to create a hidden virtual partition on USB drive using C++. Can I use the virtual disk API in windows to do that? Code signals: Create, Virtual, Partition
Create a Virtual Partition Create a Virtual Partition c%2B%2B windows Create Virtual Partition Create a Virtual Partition I am trying to create a hidden virtual partition on USB drive using C++. Can I use the virtual disk API in windows to do that?
[ -0.0032958984375, 0.005279541015625, -0.01470947265625, -0.00035858154296875, -0.0157470703125, 0.002044677734375, 0.00555419921875, -0.004150390625, -0.00701904296875, -0.003997802734375, -0.0152587890625, -0.00083160400390625, 0.00885009765625, 0.0244140625, 0.0030670166015625, -0.00...
[ 151313, 10, 73303, 9148, 1363, 501, 571, 167218, 54825, 31577, 28282, 204105, 20513, 2878, 98, 10273, 22648, 17368, 313, 37223, 4171, 4527, 28338, 61687, 23, 54, 450 ]
[ 0.157958984375, 0.0802001953125, 0.254638671875, 0.251220703125, 0.170654296875, 0.072509765625, 0.0440673828125, 0.00732421875, 0.1895751953125, 0.0711669921875, 0.136474609375, 0.2401123046875, 0.233642578125, 0.2269287109375, 0.01910400390625, 0.1761474609375, 0.08966064453125, ...
embed
21995521_c0
21995521
c++
0
Title: What is friend ostream Problem title: What is friend ostream Tags: c%2B%2B Problem: What is friend ostream I'm a bit confused about what exactly this line of code means in my header file. friend ostream & operator << (ostream &, const something &); Can someone clarify for me? Code signals: What
What is friend ostream What is friend ostream c%2B%2B What What is friend ostream I'm a bit confused about what exactly this line of code means in my header file. Can someone clarify for me?
[ 0.0291748046875, -0.01422119140625, 0.01025390625, -0.0172119140625, 0.03125, 0.01263427734375, 0.00274658203125, 0.0150146484375, -0.002197265625, 0.033935546875, -0.01544189453125, -0.053466796875, 0.00885009765625, 0.008544921875, 0.00089263916015625, -0.01458740234375, -0.0187988...
[ 4865, 83, 34391, 36, 86429, 501, 167218, 571, 4785, 55681, 5281, 2367, 66161, 903, 13315, 111, 18151, 26950, 23, 759, 10336, 56, 11435, 17306, 40383 ]
[ 0.0753173828125, 0.12353515625, 0.2171630859375, 0.1597900390625, 0.30517578125, 0.046051025390625, 0.07110595703125, 0.098876953125, 0.0401611328125, 0.055938720703125, 0.05621337890625, 0.054443359375, 0.0163421630859375, 0.07806396484375, 0.12255859375, 0.084716796875, 0.166137695...
embed
22116423_c0
22116423
c++
0
Title: Filter complains about objects being left active Problem title: Filter complains about objects being left active Tags: directshow, c%2B%2B Problem: Filter complains about objects being left active How do I find out which objects in a directshow filter have not been deleted? Code signals: Filter
Filter complains about objects being left active Filter complains about objects being left active directshow c%2B%2B Filter Filter complains about objects being left active How do I find out which objects in a directshow filter have not been deleted?
[ 0.01165771484375, 0.0228271484375, -0.01226806640625, 0.0047607421875, -0.026123046875, -0.0008697509765625, -0.01007080078125, 0.01336669921875, -0.00677490234375, 0.01361083984375, -0.0108642578125, -0.01214599609375, 0.0240478515625, 0.0184326171875, 0.00665283203125, 0.0107421875, ...
[ 128896, 186992, 36746, 8035, 25737, 36457, 1672, 7, 8951, 31374, 167218, 7413, 1810, 3129, 46312, 765, 959, 2809, 154109, 71 ]
[ 0.284912109375, 0.217041015625, 0.2049560546875, 0.072509765625, 0.1668701171875, 0.193359375, 0.03131103515625, 0.020477294921875, 0.14599609375, 0.2247314453125, 0.002166748046875, 0.09600830078125, 0.0821533203125, 0.0020751953125, 0.25146484375, 0.059600830078125, 0.1199951171875...
embed
283406_c0
283406
c++
0
Title: What is the difference between atan and atan2 in C++? Problem title: What is the difference between atan and atan2 in C++? Tags: c%2B%2B, math.h Problem: What is the difference between atan and atan2 in C++? What is the difference between atan and atan2 in C++? Code signals: What, atan2, math.h
What is the difference between atan and atan2 in C++? What is the difference between atan and atan2 in C++? c%2B%2B math.h What atan2 math.h What is the difference between atan and atan2 in C++? What is the difference between atan and atan2 in C++?
[ 0.01153564453125, -0.0157470703125, -0.0228271484375, -0.005462646484375, -0.00531005859375, 0.0179443359375, -0.0019683837890625, 0.0274658203125, -0.020263671875, -0.0089111328125, 0.00653076171875, -0.00482177734375, -0.0166015625, 0.038818359375, 0.010986328125, -0.0005378723144531...
[ 70, 60212, 17721, 99, 66, 136, 304, 313, 37223, 23, 501, 167218, 571, 48909, 127, 4865, 5, 83 ]
[ 0.05731201171875, 0.1624755859375, 0.10009765625, 0.1416015625, 0.196533203125, 0.0906982421875, 0.2137451171875, 0.04486083984375, 0.220458984375, 0.018768310546875, 0.03753662109375, 0.0416259765625, 0.010833740234375, 0.138671875, 0.115478515625, 0.050445556640625, 0.0009155273437...
embed
33603800_c0
33603800
c++
0
Title: csv file to 2d array cpp w/ newline characters Problem title: csv file to 2d array cpp w/ newline characters Tags: csv, c%2B%2B Problem: csv file to 2d array cpp w/ newline characters Code signals: std::ifstream, std::string, std::getline, infile.good, std::istringstream, iss.good, sudoku.board
csv file to 2d array cpp w/ newline characters csv file to 2d array cpp w/ newline characters csv c%2B%2B std::ifstream std::string std::getline infile.good std::istringstream iss.good sudoku.board csv file to 2d array cpp w/ newline characters This is my code for reading in a csv file and setting up the sudoku board. ...
[ 0.006378173828125, -0.022216796875, 0.002044677734375, 0.007049560546875, -0.00921630859375, 0.0172119140625, 0.00653076171875, 0.0133056640625, 0.007568359375, 0.0255126953125, -0.01275634765625, -0.0322265625, 0.01116943359375, -0.000029087066650390625, -0.016357421875, -0.0016632080...
[ 20763, 334, 11435, 47, 116, 71, 10298, 53, 6366, 148, 3525, 2256, 124850, 501, 6138, 3190, 86429, 91693, 3794, 23, 29822, 70810, 8932, 38067, 24351, 18151, 16454, 53550, 45443, 43240, 4734, 2174, 375, 1510, 7103, 4568, 14012, 12638, 13315, ...
[ 0.0992431640625, 0.25439453125, 0.1534423828125, 0.13623046875, 0.1221923828125, 0.11181640625, 0.1632080078125, 0.1175537109375, 0.22021484375, 0.04046630859375, 0.08245849609375, 0.2242431640625, 0.141357421875, 0.022735595703125, 0.07122802734375, 0.044464111328125, 0.175048828125...
embed