Похожие чаты

Hi guys, noob question here: how can I use a variable

value in the source code?
I have this "test" function that gets an integer input and a char and I want it to create a variable named with the integer input.
E.g.:
void test(int no, char status[]) {
char tryX[] = status;
std::cout << status << std::endl;
}

int main() {
test(1, off);
}
Where "X" (after "try") should be "no" value.

In bash I'd do something like
declare variable${othervariable}=$status
but I don't know how to do it in C++. Any idea?

5 ответов

4 просмотра

why is it important for you to name a variable with a parameter ?

Doesn't seem very noobish, but rather strange.

What do you want to achieve by that?

Creating variables at runtime is not possible in C++.

use a std::map<std::string, char[]>, not the perfect solution but it is the only way to achieve that thing in C++ afaik

Похожие вопросы

Обсуждают сегодня

Ясн. Но я всеравно к кедам отношусь с опасением. Чисто субьективное кедосозерцание. Что касаемо "восторга изяшности кед" так и не вкурил, хотя много слышал, пока не поставил с...
Артем Записной
30
Такой вопросец - есть функция function MySuperDuperConcat(const a: array of AnsiString): AnsiString; Как мне в её теле сделать вот так? Result:=Concat(a); А не грустный вариан...
notme
15
Есть какой-нибудь для Delphi/FPC T*Compression(Decompression)Stream на базе LZ4/Zstd/любой другой быстрый(и хорошо сжимающий) алгоритм А ещё лучше в pure pascal А ещё лучше од...
notme
48
type TObj = object procedure Init; virtual; end; TObj1 = object(TObj) procedure Init; override; end; procedure TObj1.Init; begin inherited; end; procedur...
Alexander 👋
29
They keep hyping $FUN but where's the progress? 🙄
Noah Noure
23
Btw guys very stupid question but i haven't researchd so js asking you pros . Can ltc be traced too? Literally point to pint to the user? And getting the banks blocked ? Exch...
20
А чем вам питонисты не угодили?😂
.
79
Hey guys, did you see the new announcement about $Fun? 🔥
Filip Murphy
55
How can a minority hashrate chain defend from a fork-hopping ASIC miner? The problem: 1. A miner comes into your network, and mines at 60-70% hashrate. 2. After some time, th...
Kishniev
13
yeap, thanks guys for response, but I really like to understand does a pool created on curve.fi has the option or api or I can call a function of a smart contract to set excha...
Oleg Karoza
11
Карта сайта