
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
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 | 218 view(s)
-
April 21st, 2018, 07:19 AM
Hello
in the following code which a special matrix will be printed out in the output, I have 3 parts:
#include "stdafx.h"
#include...
8 replies | 178 view(s)
-
April 19th, 2018, 08:16 AM
Hi!
Can anyone help me with this.
I have a document in CRitchEditCtrl and i need to save it#s content to bitmap.
Best regards
3 replies | 177 view(s)
-
April 21st, 2018, 02:15 PM
Hello, I am trying to create a simple console chess game by using a class JustABoard with an 8x8 array of the board and class Board. (However with...
4 replies | 143 view(s)
-
Today, 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 | 33 view(s)
-
April 20th, 2018, 01:37 PM
First of all I realise that there are a number of posts about this error and they all describe how there is usually a semicolon missing before the...
2 replies | 124 view(s)
-
April 20th, 2018, 12:50 PM
Hello everyone,
I'm trying something a little new to me and could use some help.
I have a MySQL table, let's call it Table 1 with 5 fields...
2 replies | 178 view(s)
-
April 21st, 2018, 10:50 AM
Possible to edit/change password in existis DSN Odbc, via code?
1 replies | 123 view(s)
-
Yesterday, 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 | 114 view(s)
-
Today, 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 | 41 view(s)
-
April 21st, 2018, 11:55 AM
I am attempting my first final project in Java, and am having a time of it. I am supposed to make a program that asks the user for a test number,...
0 replies | 103 view(s)
-
April 20th, 2018, 02:40 AM
What is new in this release?
Aspose development team is very excited to announce the new release of Aspose.Note for Java 18.3.0 . This month’s...
0 replies | 96 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 | 73 view(s)
-
Today, 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 | 29 view(s)
-
Today, 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 | 20 view(s)
-
Today, 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 | 33 view(s)
-
Today, 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 | 212 view(s)
-
Today, 04:41 PM
You don't need to because it is Java already. :)
1 replies | 41 view(s)
-
Today, 02:40 PM
Thank you for the edit fix. Any help is much appreciated
3 replies | 33 view(s)
-
Today, 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 | 33 view(s)
-
Today, 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 | 344 view(s)
-
Today, 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 | 114 view(s)
-
Yesterday, 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 | 218 view(s)
-
Yesterday, 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 | 218 view(s)
-
Yesterday, 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 | 218 view(s)
-
Yesterday, 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 | 218 view(s)
-
Yesterday, 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 | 218 view(s)
-
Yesterday, 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 | 218 view(s)
-
April 23rd, 2018, 11:42 AM
Ok. I understand. I'll knock some code up for this tomorrow (GMT)).
11 replies | 218 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|