
- 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, 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 | 30 view(s)
-
Today, 11:33 AM
thank you dear @2kaud, now it's perfect and correct.
4 replies | 48 view(s)
-
Today, 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...
4 replies | 48 view(s)
-
Today, 10:50 AM
Possible to edit/change password in existis DSN Odbc, via code?
0 replies | 32 view(s)
-
Today, 10:34 AM
@2kaud
Yes, its great and works correctly, but could you please explain that why it never return any value?
4 replies | 48 view(s)
-
Today, 07:46 AM
Do you mean like this?
#include <iostream>
#include <limits>
#include <vector>
#include <algorithm>
int main()
{
4 replies | 48 view(s)
-
Today, 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...
4 replies | 48 view(s)
-
Today, 03:45 AM
.
Cheers!
1 replies | 66 view(s)
-
Today, 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 | 69 view(s)
-
Yesterday, 04:09 PM
Did you try
static string currentPosition();
2 replies | 69 view(s)
-
Yesterday, 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 | 69 view(s)
-
Yesterday, 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 | 66 view(s)
-
Yesterday, 10:14 AM
Your point is right but your aim is a little bit off if I may say so. :) But maybe you're just not used to strong opposition.
Anyway, thanks again...
37 replies | 33545 view(s)
-
Yesterday, 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 | 33545 view(s)
-
Yesterday, 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 | 33545 view(s)
-
Yesterday, 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 | 46 view(s)
-
Yesterday, 02:08 AM
The purpose of my design (in #28) is not to "create a Square out of a Rectangle". If that was my aim I certainly wouldn't have used inheritance....
37 replies | 33545 view(s)
-
April 19th, 2018, 06:05 PM
I am not saying your code is wrong, but that it does not follow the most reliable structure for creating a Square class out of a Rectangle class.
...
37 replies | 33545 view(s)
-
April 19th, 2018, 04:37 PM
You mean that my design (in #28) is in accordance with the LSP when it comes to methods but not to constructors? Well, it's common practice not to...
37 replies | 33545 view(s)
-
April 19th, 2018, 11:52 AM
Playing with this MSDN sample may be a good start!
1 replies | 80 view(s)
-
April 19th, 2018, 09:52 AM
2 replies | 161 view(s)
-
April 19th, 2018, 09:12 AM
immutability does not solve the problem that the constructor for a Square cannot replace the constructor of a Rectangle; it merely solves the problem...
37 replies | 33545 view(s)
-
April 19th, 2018, 08:37 AM
I tried your code and it seems to work fine.
The only real issue I see is that if you show form1 then form2 then form1 and close form 2 it is not...
3 replies | 142 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
1 replies | 80 view(s)
-
April 19th, 2018, 06:57 AM
Hi there
We know this is our second post on this forum, but we do not have enough responds yet. We noticed that a lot of you have clicked the link...
2 replies | 161 view(s)
-
April 19th, 2018, 05:37 AM
As per Wolle's post, in c++ I wouldn't class polymorphism using a pure virtual base class as 'source code shenanigans'!
37 replies | 33545 view(s)
-
April 19th, 2018, 05:21 AM
See also this thread http://forums.codeguru.com/showthread.php?560001-C-Books
13 replies | 73177 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|