
- 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, 12:52 PM
I didn't.
8 replies | 335 view(s)
-
Yesterday, 11:25 AM
Have you tried installing the Intellisense Extender as an extension? It provides additional info re potential code issues.
8 replies | 335 view(s)
-
Yesterday, 07:52 AM
Yes, there are some "low level important" warnings like not initialized arrays, suggestions to to use constexpr instead of #define and so on...
8 replies | 335 view(s)
-
Yesterday, 07:32 AM
What I seem to get now (with some files) is grey blocks rather than the red ones. I assumed maybe they'd indicate warnings, rather than errors... But...
8 replies | 335 view(s)
-
May 27th, 2022, 06:35 AM
i have interest in cloud computing and its implement into business process and management. Recently found information about snowflake salesforce ...
2 replies | 656 view(s)
-
May 27th, 2022, 02:22 AM
I also know Wix, but it's just a constructor with general functions
28 replies | 24567 view(s)
-
May 25th, 2022, 11:53 PM
However this solution has nothing to do with the native VC++ and this Forum.
Your code is C++/CLI, ie the managed code. :cool:
5 replies | 437 view(s)
-
May 25th, 2022, 04:31 PM
I found a solution which is much, much easier than what your links put me into.
Going to the links you offered I was shocked at the complexity...
5 replies | 437 view(s)
-
May 24th, 2022, 04:37 AM
In fact, I tried to make my own site, but when I came to the stage of uploading the site to a strong hosting
I found many companies, and what caught...
0 replies | 107 view(s)
-
May 24th, 2022, 01:14 AM
Did you try the "similar" solutions as suggested in the post#2 and post#6?
7 replies | 8505 view(s)
-
May 23rd, 2022, 06:08 PM
I have problems same to yours,please help for me to do anything
7 replies | 8505 view(s)
-
May 23rd, 2022, 05:15 PM
As a software developer, I agree with you. Wordpress is familiar to every dev and SEOs. It's easy to test the website on this system, more accessible...
28 replies | 24567 view(s)
-
May 22nd, 2022, 04:14 PM
So, if you're using WordPress then surely you will be needing the best solution to design your website. I can personally suggest Masterbundles if you...
28 replies | 24567 view(s)
-
May 21st, 2022, 05:44 AM
Glad you've solved this problem! :thumb:;)
8 replies | 335 view(s)
-
May 21st, 2022, 05:39 AM
Thanks Victor - I followed a few links and found some advice about finding the project's .vs folder and deleting the .suo file. Then there were other...
8 replies | 335 view(s)
-
May 21st, 2022, 02:12 AM
Additional info: https://developercommunity.visualstudio.com/t/intellisense-broken-10000-shows-errors-but-compile/341025
8 replies | 335 view(s)
-
May 21st, 2022, 02:12 AM
Are you sure? I could not spot a bug, so I ran your code with jverd's test set in #3 and the results are identical. It suggests your code is...
3 replies | 370 view(s)
-
May 21st, 2022, 02:09 AM
They show you the places (the lines) where intellisense has found the errors.
Note that sometimes it sucks! ;)
You can switch to show only the...
8 replies | 335 view(s)
-
May 21st, 2022, 01:42 AM
Does anyone know what these strange red blocks mean on my scroll bar (in VS2019) ?
They aren't related to the source lines - i.e. if I scroll the...
8 replies | 335 view(s)
-
May 19th, 2022, 03:39 AM
Well either it's a really boring party or this thread isn't meeting it's objectives........
2370 replies | 1047371 view(s)
-
May 19th, 2022, 03:35 AM
#include <iostream>
#include <iomanip>
bool checkPalindrome(unsigned original) {
unsigned reverseNum {};
for (auto tempOriginal {original};...
3 replies | 370 view(s)
-
May 19th, 2022, 01:38 AM
It's now a very good reason to learn how to debug yor code, debug it and found out what goes wrong and why.
3 replies | 370 view(s)
-
May 19th, 2022, 01:06 AM
hello Everyone, I'm trying to write a C++ program to find if palindrome number. Here's my code. The problem is that the program returns false even...
3 replies | 370 view(s)
-
May 18th, 2022, 11:55 PM
I want to design file passing client/server (posix). I have multiple ways of passing file: pipe, queue etc. Which design pattern would be useful.
...
0 replies | 309 view(s)
-
May 18th, 2022, 02:28 PM
I have to say... this place is the life of the party :) .
2370 replies | 1047371 view(s)
-
May 17th, 2022, 11:29 AM
We've all made stupid mistakes at least once, twice...
3 replies | 270 view(s)
|
Click Here to Expand Forum to Full Width
|