
- 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, 03:39 AM
Well either it's a really boring party or this thread isn't meeting it's objectives........
2370 replies | 1040375 view(s)
-
Yesterday, 03:35 AM
#include <iostream>
#include <iomanip>
bool checkPalindrome(unsigned original) {
unsigned reverseNum {};
for (auto tempOriginal {original};...
2 replies | 101 view(s)
-
Yesterday, 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.
2 replies | 101 view(s)
-
Yesterday, 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...
2 replies | 101 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 | 107 view(s)
-
May 18th, 2022, 02:28 PM
I have to say... this place is the life of the party :) .
2370 replies | 1040375 view(s)
-
May 17th, 2022, 11:29 AM
We've all made stupid mistakes at least once, twice...
3 replies | 146 view(s)
-
May 17th, 2022, 10:48 AM
Update : It turns out I forgot to do
mWindowTitle = appName;
in my app initialization function.Foolish me. Sorry for the trouble. Have a nice...
3 replies | 146 view(s)
-
May 17th, 2022, 10:18 AM
Update: I tried on simple console app and it works fine.This confusing me.
#include <iostream>
#include <sstream>
int main()
{
int i =...
3 replies | 146 view(s)
-
May 17th, 2022, 09:47 AM
Tried to my update my window title with some performance metrics for my vulkan renderer with std::ostringstream. When i run it tells there's access...
3 replies | 146 view(s)
-
May 16th, 2022, 08:26 AM
I guess you have to implement it yourself. Just see the examples and documentation and repeat output for each attribute you want to.
5 replies | 228 view(s)
-
May 16th, 2022, 07:25 AM
Is there a way to do both of them? Are there "file.printAllPermissions();" and "file.printAllAttributes();"? Or would I need to make that function...
5 replies | 228 view(s)
-
May 16th, 2022, 04:56 AM
2kaud is correct.
For permissions see:...
5 replies | 228 view(s)
-
May 16th, 2022, 03:41 AM
Do you mean file permissions or file attributes? These are quite different.
5 replies | 228 view(s)
-
May 16th, 2022, 01:40 AM
See https://docs.microsoft.com/en-us/dotnet/api/system.io.fileattributes?view=net-6.0#examples
5 replies | 228 view(s)
-
May 15th, 2022, 08:21 PM
This is what I have:
using System;
using System.IO;
using System.Text;
namespace File_Permissions
{
class Start {
static void...
5 replies | 228 view(s)
-
May 15th, 2022, 07:20 AM
See https://docs.microsoft.com/en-us/cpp/mfc/reference/cdatetimectrl-class?view=msvc-170#gettime
// assuming your m_Date is of the type...
1 replies | 167 view(s)
-
May 15th, 2022, 04:23 AM
Hello everybody! ;) Nede some help - trying to get date from DateTimePicker, so the code is:
m_Date.GetStatus();
CString day;...
1 replies | 167 view(s)
-
May 13th, 2022, 05:15 AM
How to automate Excel from C++ without using MFC or #import
How to automate Excel from MFC and Visual C++ 2005 or Visual C++ .NET to fill or obtain...
3 replies | 278 view(s)
-
May 11th, 2022, 04:53 AM
I don't know what excel automation is.
I learned C++ in the 1970s, really.
I use a third party software "libxl" to read cells write cells and...
3 replies | 278 view(s)
-
May 11th, 2022, 04:41 AM
Solved:
#include <windows.h>
#include <d3d9.h>
#include <D3dx9math.h>
#include <assert.h>
#define WIN32_LEAN_AND_MEAN
#define LP_3DDEVICE...
1 replies | 218 view(s)
-
May 11th, 2022, 04:31 AM
did your problem got resolved if yes how??
1 replies | 12063 view(s)
-
May 11th, 2022, 04:26 AM
Are you using an excel automaton in your VC++ code?
3 replies | 278 view(s)
-
May 10th, 2022, 07:55 PM
Here a basic code for rendering a sprite in a window but it doesn't work, could you help me?
#include <windows.h>
#include <d3d9.h>
#include...
1 replies | 218 view(s)
-
May 10th, 2022, 01:00 PM
I've got an app written in Visual Studio C++ that deals with excel lines of data and presents it in a Form.
I now need to print the data. A...
3 replies | 278 view(s)
-
May 10th, 2022, 12:03 PM
I'm trying to POST my local storage to an API, but everytime I do it, I get a status: 400. Title of error says '"One or more validation errors...
0 replies | 210 view(s)
-
May 9th, 2022, 02:43 AM
in LAN I have installed 2 to 3 sql severs but when using sqlcmd -L command I only see 1 server at the location using this command, why does sqlcmd -L...
0 replies | 221 view(s)
-
May 8th, 2022, 01:05 PM
Here is a shot of the main screen with the four listboxes. The only way I could do it in the end was to put the code in a call and run from each box...
4 replies | 333 view(s)
|
Click Here to Expand Forum to Full Width
|