
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 05:08 AM
.
Cheers!
3 replies | 100 view(s)
-
Today, 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 | 100 view(s)
-
Today, 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 | 7 view(s)
-
Yesterday, 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 | 114 view(s)
-
Yesterday, 09:04 AM
to do inheritance, for each void function which I apply in the derived class, I must define them in the base class and the header of derived class:
...
8 replies | 114 view(s)
-
Yesterday, 07:21 AM
Don't know. I pretty much stopped using ODBC DSN connections once ADO came out and did not need them any more.
Is there a reason why you are using...
1 replies | 69 view(s)
-
Yesterday, 06:57 AM
This is an example of what I meant.
CurrentGame.board = "-";
CurrentGame.board = "P";
but this was based on understanding that...
4 replies | 71 view(s)
-
Yesterday, 06:48 AM
@2kaud Thank you for your reply.
I have fixed passing an empty i as an argument to legalMoveP() by creating a function that converts the moves from...
4 replies | 71 view(s)
-
Yesterday, 06:44 AM
Since my post did not get accepted until 12-15 hours later I did not get the chance to add that my program crashes after the user input their to and...
4 replies | 71 view(s)
-
Yesterday, 05:46 AM
string Pawn::legalMoveP(int i)
This function returns a value of type string and also updates CurrentGame.board. It is used as
...
4 replies | 71 view(s)
-
Yesterday, 05:33 AM
void Ham::check(std::vector< std::vector<int> > result, std::size_t nbits)
If you use this, then within check(), make you are sizing result...
8 replies | 114 view(s)
-
Yesterday, 05:12 AM
hello, In my code I used object-oriented programming and inheritance, so I must use the void function for inherite from base class,
now this code...
8 replies | 114 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 | 71 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 | 53 view(s)
-
April 21st, 2018, 11:33 AM
thank you dear @2kaud, now it's perfect and correct.
8 replies | 114 view(s)
-
April 21st, 2018, 11:13 AM
main() is a special function such that if no return value is specified via return statement, then by default 0 is assumed to be returned. This only...
8 replies | 114 view(s)
-
April 21st, 2018, 10:50 AM
Possible to edit/change password in existis DSN Odbc, via code?
1 replies | 69 view(s)
-
April 21st, 2018, 10:34 AM
@2kaud
Yes, its great and works correctly, but could you please explain that why it never return any value?
8 replies | 114 view(s)
-
April 21st, 2018, 07:46 AM
Do you mean like this?
#include <iostream>
#include <limits>
#include <vector>
#include <algorithm>
int main()
{
8 replies | 114 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 | 114 view(s)
-
April 21st, 2018, 03:45 AM
.
Cheers!
1 replies | 91 view(s)
-
April 21st, 2018, 03:39 AM
string is part of the std:: namespace. So
std::string static currentPosition(); //--Line 12----Error here------
and likewise for the other...
2 replies | 92 view(s)
-
April 20th, 2018, 04:09 PM
Did you try
static string currentPosition();
2 replies | 92 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 | 92 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...
1 replies | 91 view(s)
-
April 20th, 2018, 10:14 AM
Your point is right but your aim is a little bit off if I may say so :). Maybe you're not used to strong opposition but you cannot just claim things...
37 replies | 33610 view(s)
-
April 20th, 2018, 08:08 AM
The purpose of my post is to explain to the uninitiated readers who land on this page how inhertiance can be abused and to warn that the common-sense...
37 replies | 33610 view(s)
-
April 20th, 2018, 04:44 AM
Usage of the classes drives somewhat the underlying design. If, say, a container is required to accommodate both (c++17 variant not withstanding),...
37 replies | 33610 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 | 64 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|