python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Confused with references on pointers in C++
The task is to calculate the output of the following source code without a computer, which I would say is "123 234 678 678" because ref1 is a reference on the value of ptr and in the moment ...
Elliot
Votes: 0
Answers: 1
pandas: assigning values back to unknown column
I have a some dataframes whose columns have string values (sentences). each of these dataframes have column names that either has the word 'gold' in combination with other words (e.g, df.columns: 'gol...
zara kolagar
Votes: 0
Answers: 1
Can I use the loop iterator outside the for statement?
So I have a variable lopvr that I declared inside what I am going to call the "for statement". This is what I am referring to:
for (int lopvr=1;lopvr==1;);
I would like to know if I can use...
Noah Gluchman
Votes: 0
Answers: 0
Avoid URL parameter Manipulation
So in my case, after a user chooses a certain room, the number of nights he will stay and the number of guests, the price gets calculated (depending on certain factors) and then they are redirected to...
Charfeddine Mohamed Ali
Votes: 0
Answers: 3