• Forum
  • UNIX/Linux Programming
[try Beta version]
Not logged in

UNIX/Linux Programming

by admin
Welcome to this board!
Welcome to the forum for UNIX and Linux programmers in C++.com! In this forum, users can to talk ab...
Jan 14, 2008 at 1:14pm
[no replies]
tzdb: cannot locate zone
Trying to run my an old app... where: std::string time = std::format("{:%H:%M:%OS %z}", std::ch...
Mar 2, 2025 at 8:37pm
[11 replies] Last: I just can't find neither "Max" nor "max" there. The mentioned string ... (by spistol)
Calling assembly code from C++
So I've been trying to figure out how I'd write a little function in assembly and then call it from ...
Oct 13, 2024 at 7:28pm
[5 replies] Last: True.. having the mistake hold me hostage until 6am in the morning is ... (by highwayman)
GLIBCXX_3.4.32 not found - Debian 12
Hello! I have installed Debian 12. GCC(c++/g++) upgraded to 13.3.0 from source. But I still having e...
Sep 23, 2024 at 8:59am
[7 replies] Last: For comparison: RHEL 9 / AlmaLinux 9 does default to GCC 11, just like... (by keskiverto)
build systems and code editors\IDE's you use or suggest on Linux?
For the last 2 years I'm using VSCode, since my switch to Linux I continue to use it. But there a...
May 31, 2024 at 12:12pm
[8 replies] Last: Spack https://spack.io/ -- "scientific package manager" -- is not an a... (by keskiverto)
About standard strings in Linux?
I'm new to Linux dev, so far I've been mostly writing Win32 applications where `char` is `ANSI` and ...
May 22, 2024 at 12:23pm
[8 replies] Last: @kigar64551 I'm very grateful for your sample code and mention of icon... (by malibor)
by colt
Not declared Xvlib function during building
Hi. While building a certain software, I am confronted with this error message: x11.cpp: In func...
Jan 24, 2024 at 8:27am
[10 replies] Last: True. I have lived a simple life, not asking "Do we have X? If yes, th... (by keskiverto)
by colt
Relocation error against undefined symbol
Hi, When building a certain software, I receive this error message during the link stage: /usr/b...
Jan 6, 2024 at 10:55pm
[5 replies] Last: I think when "compiling" assembly (ASM) code, you cannot and don't nee... (by kigar64551)
by dkaip
Static Linux version of my program
A day before i send my Linux version of my program and it don't runs. If i want to send in many peo...
Oct 7, 2023 at 7:57pm
[3 replies] Last: The Flatpak and Snap are some sort of containers, aren't they? Yes. ... (by kigar64551)
Imho this is good, useful or suitable
I found that, imho this little Bash script is good, useful or suitable to compiling and building sof...
Aug 4, 2023 at 5:11pm
[2 replies] Last: Yet another set of synonyms to remember. (by kbw)
How to install clang 16.0 in ubuntu
Hi, I downloaded clang+llvm-16.0.0-x86_64-linux-gnu-ubuntu and extract all but how do I make clan...
May 15, 2023 at 12:42pm
[1 reply] : If you just type the program name (e.g. "clang") without a full or r... (by kigar64551)
Does g++ support C++ 20 modules?
Hi, I have tried the following command line: Q:\c++\g++> g++ -std=c++20 -fmodules-ts -o m...
Apr 25, 2023 at 1:00am
[no replies]
by colt
Zsnes's zlib detection code problem.
Hi. I recently tried to build zsnes, however its zlib detection code seems to be seriously broken, a...
Mar 29, 2023 at 7:59pm
[4 replies] Last: Ok, I did the modifications suggested and the results were not very ex... (by colt)
Packaging your project
I'm using Makefile (Make) to package my SDL2 project. I'm also using SDL_GetPrefPath to locate and s...
Mar 27, 2023 at 2:33pm
[9 replies] Last: The method you're using to install the files is not the most efficient... (by maxim2511)
Detached thread error in helgrind
Hello everyone! I am implementing a detached thread using pthreads. After I run the code under he...
Jan 2, 2023 at 6:14pm
[7 replies] Last: If line 34 executes before line 12, then finished will never be set. ... (by kigar64551)
by t im
Can select use ET mode?
Several blogs tell me that only LT mode can be used in select while both LT and ET mode can be used ...
Nov 29, 2022 at 10:35am
[2 replies] Last: Sorry for no references and thanks for your helpful reply. (by t im)
How to merge two partitions by using gdisk
How to merge two partitions, one is system, the lower offset, and the other destroyable content, the...
Nov 19, 2022 at 4:21pm
[3 replies] Last: Lets try analogous C++ case: char disk ; // The disk is an array of "... (by keskiverto)
How to Change ncurses window(pad) size?
Is there a way to change the maximum size of a window in ncurses ?
Nov 16, 2022 at 10:43pm
[3 replies] Last: Sorry been a little busy recently, but basically I meant a virtual win... (by highwayman)
Virtual memory assigned to my program
Hi everyone! I´ve got an application which periodically request for some GB of memory, and after...
Nov 14, 2022 at 10:35am
[7 replies] Last: The application has been working for several days and the physical mem... (by Alejandro Antonio)
by t im
About pthread_detach()
I'm new to pthread and confused about the code below: #include <pthread.h> #include <iostream> #in...
Nov 8, 2022 at 10:39am
[5 replies] Last: Thanks for all your answer. Get it. (by t im)
  Archived months: [jan2025]

Registered users can post in this forum.