
- 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, 04:28 PM
Just add "else" to all but the first "if"!
And don't compare bool value with true.
likecheckTheState()
{
bool hasChanged = false;
else...
1 replies | 48 view(s)
-
Yesterday, 12:40 PM
I have a problem I am attempting to handle. What I have is a 6 Boolean's and I need to check the state of each of those against their current value...
1 replies | 48 view(s)
-
Yesterday, 07:46 AM
Hello,
let me begin by saying I'm a beginner,
I've tried searching on google but haven't found the answer to my questions, maybe I'm using the...
0 replies | 40 view(s)
-
Yesterday, 05:19 AM
Instead of excavating the past, you could go for something current,
https://www.sqlite.org/index.html
16 replies | 3034 view(s)
-
January 26th, 2021, 12:01 PM
iostream/cout are c++, not c - so comment out/remove that #include line.
16 replies | 3034 view(s)
-
January 26th, 2021, 11:41 AM
We have a few Windows 10 Pro computers with Remote Desktop enabled. There are also "client" machines running Windows 10 Pro and Windows 10 Home.
...
0 replies | 59 view(s)
-
January 26th, 2021, 11:23 AM
Thank you for your reply. I am not a professional C programmer. Could you pls help me to write that macro and place it in the code ?
I also tried...
16 replies | 3034 view(s)
-
January 26th, 2021, 01:14 AM
Hi,
I am using g++ to build a library archive. Is it possible to add a dynamically loaded library to the static library so that it is part of...
0 replies | 57 view(s)
-
January 25th, 2021, 01:02 PM
We have below ways to convert ararylist to array
1. Using public Object toArray() - it will return array of object and after that we need to...
5 replies | 8946 view(s)
-
January 25th, 2021, 11:57 AM
You could add some TRACE macros to output the variable contents (it will be shown in Output/Debug window.
Or/And you could type in the local...
16 replies | 3034 view(s)
-
January 25th, 2021, 11:43 AM
Hi,
Could I ask for help to add to the attached code some extra instructions displaying some variables on the screen in Console or enabling in any...
16 replies | 3034 view(s)
-
January 25th, 2021, 10:23 AM
Up to now I think I've updated around 70 support projects which I can now compile with VS2019 - but there've been very few show stoppers. The only...
13 replies | 417 view(s)
-
January 25th, 2021, 04:47 AM
It's the standard - not MS AFAIK.
The standard changes - and there have been massive changes since C++98. Getting a C++98 solution to compile as...
13 replies | 417 view(s)
-
January 25th, 2021, 04:32 AM
What help do you need? What have you done already? What part are you having difficulty with?
Post the code you have already. As this seems to be...
4 replies | 129 view(s)
-
January 24th, 2021, 02:16 PM
Yes, Arjay! I know it.
Frankly, I miss him...
Do you have some info about Guido?
4 replies | 129 view(s)
-
January 24th, 2021, 02:04 PM
Probably the least painful approach is to incrementally keep production code to the current version or at least cuurent minus 1. Yeah, every few...
13 replies | 417 view(s)
-
January 24th, 2021, 01:53 PM
Victor' that was a well written post from Guido.
4 replies | 129 view(s)
-
January 24th, 2021, 12:57 PM
I just gave that a try here but it still gives me C3848 :cry:
Is that something that needs to get fed back to Microsoft somehow?
13 replies | 417 view(s)
-
January 24th, 2021, 12:23 PM
https://forums.codeguru.com/showthread.php?366302-Visual-C-General-Can-you-help-me-with-my-homework-assignment&p=1279572&highlight=homework#post127957...
4 replies | 129 view(s)
-
January 24th, 2021, 09:20 AM
In the following questions, the set of input data is based on 1171234 The set of numbers you will extract is as follows: N1 = 1st digit; N2 up to N7...
4 replies | 129 view(s)
-
January 24th, 2021, 05:55 AM
Thanks for update. I remember this mess now. We went through the conversion from C++98 with VS2012/2013. Nightmare!
re the set comparator. It...
13 replies | 417 view(s)
-
January 23rd, 2021, 10:19 AM
I am trying to convert an existing project with two wars , (previously using internal build )presentation and business into maven
I don’t know...
0 replies | 92 view(s)
-
January 23rd, 2021, 09:51 AM
My program opens an excel sheet and adds the data in the cell in a textbox
However, two of the columns consists of Date and the other Time.
The...
0 replies | 170 view(s)
-
January 22nd, 2021, 10:48 AM
I found a list of useful solutions at Stackoverflow.
Solution #4 is the older version that uses a struct (essentially what used to work okay with...
13 replies | 417 view(s)
-
January 22nd, 2021, 09:28 AM
Is the window called Autos in the screenshot below where I ought to focus on and should I then expand the elements, e.g., d, d.line. is, here, for...
6 replies | 262 view(s)
-
January 22nd, 2021, 08:45 AM
Yes - and to watch the contents of the variables. Not only do you get to understand the code, you also get to debug it to make sure it's working as...
6 replies | 262 view(s)
-
January 22nd, 2021, 08:21 AM
And by using the debugger the intention is to run and follow the control in the code by F10 & F11 in VS, right?
I'm sorry that I can't give you a...
6 replies | 262 view(s)
-
January 22nd, 2021, 08:16 AM
Nope - I just looked at the code. :)
6 replies | 262 view(s)
-
January 22nd, 2021, 08:06 AM
Ow ****, ln->begin() equals lines.begin()->begin() that is, it pointes to the first element (char) of the vector, and ln->end() points to one beyond...
6 replies | 262 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|