by Ocko91
sorting rand arr[]
|
|
[5 replies] Last: the idiotic lazy way (a specialty of mine, I think 2 of my professors ... (by jonnin)
|
by frek
Is it reasonable to abandon raw pointer in favor of smart pointers in modern cpp for all programs
|
|
[14 replies] Last: now, that I can agree to, it sounds like a good place to work ^^ and y... (by jonnin)
|
by frek
My simple vector, myVec (1,2)
|
|
[30 replies] Last: A struct is a class and a class is a struct! The difference between th... (by seeplus)
|
by Mitsuru
Is there methodology for cache-efficient algorithms and data structure?
|
|
[12 replies] Last: Dear all, Thank you for your profound opinions. In addition to cache... (by Mitsuru)
|
by Awak3nDreams
Help
|
|
[5 replies] Last: This is kind of what I was looking for. Thank you! (by Awak3nDreams)
|
Convert a 4-Bytes binary file 1024x1024 (.dat) to a matrix floating (.txt) |
|
[9 replies] Last: You right. Done! (by DanielDeChamps)
|
by iltaf123
problem in C++ program
|
|
[2 replies] Last: or use your previous knowledge Break out your algebra book and find ... (by dhayden)
|
by Satoshi Yoda
C++20 volatile warning
|
|
[5 replies] Last: Note in C++20, some previous uses of volatile have been deprecated. Se... (by seeplus)
|
by maxx12345
Compiling a shared library
|
|
[no replies]
|
by scyp101
Converting string to int for switch manipulator
|
|
[6 replies] Last: As was suggested by gaxio, why not just a simple map? As an example, c... (by seeplus)
|
by Alimaz
How to open an excel file and save it as a text file
|
|
[5 replies] Last: You can open an excel file as an object in c++ and then use the automa... (by seeplus)
|
by mecacool
Method for injecting code into application?
|
|
[1 reply] : This is what I came up with any thoughts on it would be helpful. // P... (by mecacool)
|
by adam2016
Finding number that 1-20 will divide evenly into
|
|
[9 replies] Last: Okay...........Thanks, I guess?? (by adam2016)
|
by daytooner
overload operator '='
|
|
[4 replies] Last: That is exactly what I need. It will make using this class much cleane... (by daytooner)
|
“Module was built without symbols” Error occurred when tried to opening a sample project |
|
[3 replies] Last: The point of user4581301's comment on the Stack Overflow page was to f... (by Ganado)
|
by b29hockey
String to Long Number Back To String
|
|
[8 replies] Last: I have it done would be the best way to go about it? That's a goo... (by seeplus)
|
by JohnnyDor
Multithreading Programming Problem
|
|
[1 reply] : Also here -> https://cboard.cprogramming.com/c-programming/179981-thre... (by salem c)
|
by coder777
which function is better calloc or malloc ?
|
|
[2 replies] Last: For C++? Neither, you should be using new. For C? Probably calloc sin... (by gaxio)
|
by mecacool
WriteProcessMemory function issue
|
|
[5 replies] Last: I'm pretty sure Windows has address space layout randomization. This c... (by gaxio)
|
by sheeda
Trying to create Arduino program with 7 segment displays
|
|
[2 replies] Last: 1. Use code tags when you post code. https://www.cplusplus.com/article... (by salem c)
|