
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Yesterday, 06:55 PM
It would require a fair bit of reworking at this late stage, but the first thing I would recommend is to use a std::vector<int> member instead of the...
3 replies | 42 view(s)
-
Yesterday, 05:22 PM
You're seeing exactly what I was seeing and also couldn't understand why. If vbModal is omitted from the show statement, then a nothing statement...
4 replies | 221 view(s)
-
Yesterday, 05:19 PM
i'm doing some test code using macros.
these macro type is only for avoid repeat some lines code.
on base class, we have a virtual function.
if on...
0 replies | 36 view(s)
-
Yesterday, 04:41 PM
You don't need to because it is Java already. :)
1 replies | 52 view(s)
-
Yesterday, 03:11 PM
Hello I need help converting this C++ code to java. I have tried myself, but was not able to understand how to be able to do that. Here is the code,...
1 replies | 52 view(s)
-
Yesterday, 02:40 PM
Thank you for the edit fix. Any help is much appreciated
3 replies | 42 view(s)
-
Yesterday, 01:53 PM
formatted before posting so that the code is readable! Go Advanced, select the formatted code and click '#']
I'll have a look at it when I have...
3 replies | 42 view(s)
-
Yesterday, 12:59 PM
So the goal is to override the operators under the comments. There are 5 in total. /,%,==,!=,ostream. Any advice, solutions, explanations, or...
3 replies | 42 view(s)
-
Yesterday, 08:15 AM
Devart has upgraded SecureBridge with support for FTP and FTPS protocols, new capabilities and features, and much more.
Devart, a recognized...
0 replies | 30 view(s)
-
Yesterday, 01:55 AM
Hello ,
Greetings!
I checked your post and interested further
Have prior expertise to meet your expectation
We can discuss further on...
1 replies | 346 view(s)
-
Yesterday, 01:52 AM
I suppose one solution strategy is to first turn the list of strings into a finite automation (able to recognize those strings in a text). The...
1 replies | 119 view(s)
-
April 24th, 2018, 12:54 PM
From the code in post #10
std::vector<std::vector<int>> matres(nbits);
Matrix(matres, nbits);
After this, matres is the 2d...
11 replies | 222 view(s)
-
April 24th, 2018, 11:48 AM
@2kuad
could you please explain which element or variable must be called from the first matrix in first code for multiplying with the 1D matrix in...
11 replies | 222 view(s)
-
April 24th, 2018, 07:48 AM
I am reading something from regex format, expands it and writing it out. This list can become huge while writing it out.
While writing it out, I...
1 replies | 119 view(s)
-
April 24th, 2018, 06:07 AM
so I think the content of the first matrix is not used in the second code, in the following code just a 2D vector called matres is defined
void...
11 replies | 222 view(s)
-
April 24th, 2018, 04:33 AM
std::vector<std::vector<int>> matres(nbits);
defines matres as a vector of vector of int with an initial number of elements of nbits for the...
11 replies | 222 view(s)
-
April 24th, 2018, 03:47 AM
Hello
Dear @2kuad, your code works, but unfortunately I cannot use it in my code, because the decode vector generate randomly in another part of my...
11 replies | 222 view(s)
-
April 24th, 2018, 03:25 AM
I think this is what you are after. I've switched to array from vector as the sizes are known at compile time.
#include <limits>
#include...
11 replies | 222 view(s)
-
April 23rd, 2018, 11:42 AM
Ok. I understand. I'll knock some code up for this tomorrow (GMT)).
11 replies | 222 view(s)
-
April 23rd, 2018, 11:26 AM
for a multiplication of 2 matrices if the bits of the first matrix(1D matrix with one row and 7 column) and the bits of each row of second...
11 replies | 222 view(s)
-
April 23rd, 2018, 11:12 AM
Do you mean this??? (Neither tried nor tested!)
#include <vector>
#include <limits>
#include <algorithm>
#include <iostream>
#include...
11 replies | 222 view(s)
-
April 23rd, 2018, 11:01 AM
Do you mean
void Ham::Decode(std::vector<double> &codedVector, std::vector<int> &decodedVector) {
std::cout << "Decode" << std::endl;
int...
11 replies | 222 view(s)
-
April 23rd, 2018, 10:53 AM
Would be nice, but no. If say matrix is a vector<int> and decode is an int, then what do you expect the result of matrix * decode to be? Do you want...
11 replies | 222 view(s)
-
April 23rd, 2018, 10:24 AM
Hello
I wrote a code like this which print out the desired matrix(The first following code is this matrix
and I want to call and use this matrix...
11 replies | 222 view(s)
-
April 23rd, 2018, 07:29 AM
I figured it out with the help of a coworker and Google :)
I created different buttons that represent different groups that we want to change that...
2 replies | 188 view(s)
-
April 23rd, 2018, 05:08 AM
.
Cheers!
3 replies | 180 view(s)
-
April 23rd, 2018, 04:44 AM
Hi!
I already can create the bitmap file with the code.
CDC* dc = printDlg.m_DocBox.GetDC();
CDC MemDC;
MemDC.CreateCompatibleDC(dc);...
3 replies | 180 view(s)
-
April 23rd, 2018, 04:33 AM
What is new in this release?
Aspose development team is pleased to announce the new release of Aspose.Cells for Android 18.3.0 . This release...
0 replies | 76 view(s)
-
April 22nd, 2018, 10:04 AM
void checkMatrix(std::vector< std::vector<int> > result(nbits));
No. This is not a valid definition. You are trying to set the size of the...
8 replies | 183 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|