anyone knows whats problem to my git?😐 i cant create branch an i cant checkout or see my branch
hi guys this is c++ preorder(VLR) code in binary tree, can someone explaine how it works? (actually i coded this randomly, it working true but i dont know how 😂😂) here 2 recur...
this vector initialization is just only possible in QT?
i have this code in QT when i click in button QMEssagebox in if and else both doesnt show? whats problem do you think?
https://pastebin.com/6xSQx6nm is this oK?
there is question that i dont know why the books like this! we have classes in c++ but why most of data structres and algorithm books written in c++ always using struct to imp...
hi guys the is my code for writing prime factors of a number it works well, but it has someproblems when we have the repitition and duplication of prime numbers like when we w...
Do you think carbon experimental can be use instead of c++? Or this project will fail?🤔
hi guys i have list element with link (a tags) but when i clicking in one of my items, all of items color are changing, whats problem and how i can fix it?
no no, its just a test guys!!! i testing my side bar box with non-meaning content now i have overflow problem here how to fix it?
actually i wrote calculator in c++ and i get my input as string next ill convert it to inetger number but now i wanna validate the input that care and dont give permission to...
i want to paste the contents of one file into another file using git is there any command for that?
string name[5] = {hamid, mohammad, zahra, pouya, ashkan}; hi guys i have question in this code i want to write the first charecter(h) in "hamid" name[0] how i can access to h ...
hi guys i have footer and one <p> and one <i> (icon) inside it i used transform scale for my icon but when i hover him it going to my <p> text and going out of footer border h...
Does any one have how to program with c++ deitel pdf?
hi guys, why writer used output stream and .str() method here? when he can simply define it with cout<< ? without returning anything🤔
hi guys , this is height programm of binary tree, i have question why we add 1 here to max? is the 1 here counter? for counting the number of nodes i think?
int x(5); int x=5; what is difference between these guys?
hello guys, why in this code compiler warning that you should make static in this function?
Hi guys! In this code i used the derived object address in my base class pointer! And we have to get base class information, but here we get derived object class information!!...