manju
Using c ++ program
manju
In that I have to update the name and age with respect to ID
manju
I have written the code
manju
But the thing is it's taking all the IDs and Changing I'll send u the code pic plz give some suggestions
manju
manju
Can u tell me some logic
manju
It should update when i give any id .. only it has to take corresponding id and it should get update...
manju
It's not suppose to take all the IDs and update
Anonymous
Id always equals id
Anonymous
You didn't pass any id to it
manju
Should I pass I'd there ??
Anonymous
I read it
Anonymous
I am a computer diploma student
manju
Ok I'll try this
manju
And I'll come back
Anonymous
It's is difficult
manju
It's taking all ids
manju
manju
See it's taking both the IDs and name is changing
manju
And I tried to change the fst id but it's taking all the ids
manju
My expectation is if I want to change I'd 1 ...it's should take only that particular id and it should change
manju
For that I need logic
Hubert
And I tried to change the fst id but it's taking all the ids
could you paste the command query to here, i'm lazy to type it again :D
manju
I didn't
manju
What's the
manju
I just passed the parameter
manju
Can you type it properly and send
Hubert
Can you type it properly and send
could i see where is the input of id
Anonymous
It's taking all ids
What is the type of the ID?
manju
Integer
Deleted Account
There's no way to change cmake c-runtime library, I don't want to modify CMakeLists.txt, I have dozens of projects, I want to make an automated build system.
Anonymous
???
Anonymous
The problem is there's no enough time Man I got 8 other units🤗
Anonymous
' ' maybe
Anonymous
let try : WHERE ID = 1;") , Name, Age); And check if it working well
Dima
the heck
ZukiZest
have website learn more c++?
ZukiZest
about question and asks
Artöm
learncpp.com is a good one
ZukiZest
thx
human
sorry ;-;
Anonymous
Int a=6,b=3,c b=a++; c=++b; printf(a+b+c); ans=21 Can anyone explain this code
klimi
What do you not know?
Anonymous
Arthur
Int a=6,b=3,c b=a++; c=++b; printf(a+b+c); ans=21 Can anyone explain this code
b=a++: 1) b is set to 6; 2) a's value incremented by 1 c=++b: 1) b is incremented by 1; c is set to 7
Dmytro
Hi everyone! I have a little misunderstanding what happend. #define VALUE 2 int a = 2 a += VALUE + 1 and I'll get that a = 4, but I expect that a = 5. Does anybody know how it works? Thank you in advance for the information!
Dmytro
I get 5. I don't know what you've done
Hmm, OK. I'll recheck it later. Thank you!
Francisco
Well, logic sometimes gets defeated by weird cases. Better to just check on a compiler
Anonymous
More like humans sometimes get defeated by weird logic
Anonymous
Francisco
More like humans sometimes get defeated by weird logic
Also known as Undefined Behaviour in C/C++ world
Anonymous
ZukiZest
Int a=6,b=3,c b=a++; c=++b; printf(a+b+c); ans=21 Can anyone explain this code
int a = 6, b = 3,c= 0; b = a++; c = ++b; printf(a+b+c);
ZukiZest
will run
ZukiZest
and look I'm still a beginner in c / c ++ to helping haha
ZukiZest
Olanrewaju O.
I want to design a mobile application for an institution
Olanrewaju O.
Can anyone help me with that
klimi
hm?
Max
I want to design a mobile application for an institution
Great, Android, iPhone, ...? Qt, C++ is a library for developing application for smart phones.
klimi
Olanrewaju O.
I no nothing about application development
Dima
Olanrewaju O.
Symbian lol
For any smart phone
Dima
For any smart phone
Xamarin (I wouldn’t recommend it though)
Olanrewaju O.
I want it on Android
Max
I no nothing about application development
Java, Kotlin, Swift, Flutter, React Native, NDK/C++, Xamarin, ...
Olanrewaju O.
I have few weeks and it wont be enough for learning