
- 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, 04:41 PM
hi there
I need a school management system in PHP or .net to maintain the details of students and it should be updatable by teachers and the...
0 replies | 14 view(s)
-
Today, 02:33 PM
If you guess that it is still actual for the OP after six years ... then why just to show the fix?
10 replies | 2165 view(s)
-
Today, 02:03 PM
I think I know how to fix it.
10 replies | 2165 view(s)
-
9 replies | 8791 view(s)
-
Today, 06:06 AM
I have some code I'm trying to write for a CS class. On resizing BMP files. I've already done horizontal resizing, but I just can't figure out the...
0 replies | 47 view(s)
-
Yesterday, 03:24 PM
was it fixed? what was the problem in it?
10 replies | 2165 view(s)
-
June 23rd, 2022, 12:20 PM
1. What type (class) of the "child window" are you using? For instance, if it is a STATIC control then it is impossible to select/highlight a text...
1 replies | 238 view(s)
-
June 23rd, 2022, 05:05 AM
Hello,
I am somewhat new to both C++ and Win32 (also to this forum), Currently I am stuck with a program and don't know the approach to take.
I...
1 replies | 238 view(s)
-
June 22nd, 2022, 10:13 AM
A German AgTech company is looking for a C++ Software Engineer!
Your mission:
→ Take control of our spectral sensor and custom automation...
0 replies | 140 view(s)
-
June 22nd, 2022, 06:30 AM
There are a lot of pre-written functionalities in web development, like frameworks, that include standardized coding practices and end-to-end...
9 replies | 8791 view(s)
-
June 20th, 2022, 04:36 AM
There are many converters available in the market but I will suggest you take help from an experienced Java Development Company.
15 replies | 1039 view(s)
-
June 20th, 2022, 04:35 AM
That's a piece of helpful information. In such a situation I believe in DevOps Consulting Services and Azure consulting services can be a big help!
1 replies | 1474 view(s)
-
June 20th, 2022, 01:21 AM
Hello Everyone,
I am Jacqualine. I have just registered in the forum. Would love to know you all and be a part of this forum.
4 replies | 2940 view(s)
-
June 16th, 2022, 06:39 PM
Thanks for post!
21 replies | 8063 view(s)
-
June 14th, 2022, 03:30 AM
The best on-line free resource to learn C++ is https://www.learncpp.com/
For a book, IMO the best to learn from is Ivor Horton's Beginning C++:...
1 replies | 166 view(s)
-
June 13th, 2022, 01:45 PM
I have 3 variant to start . First variant , it's to buy books on C++ and study by myself . Second variant , it's take any online course from here...
1 replies | 166 view(s)
-
June 13th, 2022, 03:22 AM
Sorry my bad - I blame not enough coffee! When I was going through the original code I misread one line and used 8 instead of v.size() - 1.
I've...
10 replies | 682 view(s)
-
June 12th, 2022, 12:28 PM
As I see it, the code is too much altered. It's not only giving -ve coordinates, but out of bound too. None of the values for i,j in a can be less...
10 replies | 682 view(s)
-
June 12th, 2022, 12:03 PM
As an example of using std::unordered_set consider:
#include <iostream>
#include <unordered_set>
struct Pos {
int i {};
int j {};
10 replies | 682 view(s)
-
June 12th, 2022, 11:43 AM
You need to maintain a container of already visited locations. I'd suggest a std::unordered_set
...
10 replies | 682 view(s)
-
June 12th, 2022, 10:52 AM
Then you need to use the debugger to trace through the code to see where is the issue.
When I ran the code, I was getting -ve values for moved to...
10 replies | 682 view(s)
-
June 12th, 2022, 10:09 AM
There is a check for that as well. From code itself, the value of k=5 is only possible if some conditions are met, which in this case is from this...
10 replies | 682 view(s)
-
June 12th, 2022, 09:53 AM
Thank you for the reply.
1. There is no task. I am just beginner, and trying to learn through book exercise problems.
2. As you might have...
10 replies | 682 view(s)
-
June 12th, 2022, 09:46 AM
Thank you for replying.
But same problem persists with your code as well as I tried it. As mentioned in the comments in code itself, this...
10 replies | 682 view(s)
-
June 12th, 2022, 04:10 AM
There are various issues with variables being defined at global or function level and then at local scope level.
As a start, this revised c++...
10 replies | 682 view(s)
|
Click Here to Expand Forum to Full Width
|