zelika
Why did not the function print the decrypted message? Is the function correct?
zelika
how can i fix this
zelika
can anyone help me i didnt understand
Vlad
how can i fix this
std::cout << foo("asdf", 228);
zelika
:(
zelika
thanks anyway
V01D
how can i fix this
std::String res = foo("abc", 3);
V01D
And then std::cout << res
Anonymous
Hii
Anonymous
hi
Dima
looks like spam
Roxifλsz 🇱🇹
Hii
/ban lol
Roxifλsz 🇱🇹
wut
It's an obvious bait, you gotta lurk more
Anonymous
cout<<"bye";
YUSUF
Hi
klimi
Hi
What do you need friend?
klimi
?, [24.10.20 18:34] 1-Write a program that prints the values of the address of a segment of its code, the beginning of data from the heap and the stack. Compare the results of launching it from the Turbo Pascal shell and from the operating system. 2. Using dynamic variables, implement a 200 x 100 real matrix. Assign a random value from the specified range to each element of the matrix. Sort the elements in lines and lines by the value of the first element. Display the first 20 x 10 submatrix. ?, [24.10.20 18:35] Bro, this is my last exam and task ?, [24.10.20 18:35] Over 24 hours, it's very hard, and then when i said i won't help him he started insulting me [@myusernameisthiss]
Anonymous
Hi
Anonymous
Electrical mini project ideas? Which could be done with c/ c++ programming??
Anonymous
Help please
klimi
line follower is quite nice project in my opinion... if you are asking about that... if not.... then some electrical flow simluation tool would be nice
Shashank
Hey guys, can anyone tell me how to get started with codechef? I use C++ and know fundamentals upto Arrays and Strings. I have to start learning other data structures, but I also want to keep practicing my basics alongside.
xyz
Hi.. I have a question that's not directly related to C++ , but possibly in an area with lots of C++ programming
xyz
From a career perspective, how does normal Systems/Web Software Engineer job compare with Robotics one ?
YUSUF
I have a question Why we not use c/c++ for web development
Anonymous
C++ is not a language to do web development because there are better tools
Alex
I have a question Why we not use c/c++ for web development
they are used occasionally. usually we don`t care about performance, don`t need low level stuff in web, so other languages are used
Anonymous
C++ is not a language to do web development because there are better tools
Because it's harder than, say, C# but we usually don't need a performance profit that C++ gives in web development
YUSUF
Thanks to all
Fabio
Hey guys do you know any Java group in English for beginners? I'm just getting started and I'd like to enter a group in case I'll need help and to get some tips. If any of you know a group you can dm the @ to me. Thank you 😊 (Admin Approved)
ברני
Question.. On c.. I can't write in switch inside of the case an option to write?
Vlad
ברני
Yea sorry I have problem with the compiler on my phone I can't paste it to the program
ברני
Can I paste it here? I don't understand y all compilers won't paste
Anonymous
Hi sirs
Dima
lol
Dima
I can repost it
Anonymous
Please share my library
Dima
your message: “ This is my open source C library to work in data structures with option to carry custom data in elements... Have common algorithms like doubly linked lists, generic tree, stack, queue etc... https://github.com/CoolerVoid/Fortress-of-Solitude “
Anonymous
Excuse me... Thank you !
Dima
you could wait 24 hours and it will allow you to post
Anonymous
👍
Anonymous
Sorry about that
M.Khorram
Sorry about that
Never be sorry
Anonymous
James🤍
Anyone with automata theory knowledge?
Anonymous
In academic view... Theory is boring... Practical stuff it's cool search flex+bison or RE2C resources can help you generate automatons in practical
Anonymous
Hi
Ralph
Hello!
Abu Rifat Muhammed
/get cbook
Abu Rifat Muhammed
/get cppbookguide
Abu Rifat Muhammed
/get ide
Anonymous
/get cppbookguide
Anonymous
Hello
Anonymous
I wanna konw that can Chinese work in USA who have learn c++
Anonymous
Wtf?
Anonymous
Wtf?
Read the rules
V01D
Do you mean character sets?
ברני
Hey guys.. I got stuck again.. I need to write a switch statement on c with function, can someone tell me what's wrong with what I did?..https://onlinegdb.com/B1dduME_w
ברני
I think I'm wrong with the function and the while...
olli
Hey guys.. I got stuck again.. I need to write a switch statement on c with function, can someone tell me what's wrong with what I did?..https://onlinegdb.com/B1dduME_w
- you should initialize num and question before using them - you should still use int main - you need to declare or define int askQuestion() before you use it in main - watch out for what your switch case does, case '1': is not the same as case 1: - askQuestion should return an int or be declared void - be aware that scanf(" %c", &animel); only reads a single character and not a whole word - on exit (case 4) you might want to set num accordingly to end the loop
Ishikawa
has anyone tried this book ? Is it worth its price, ~$55 here.
Ishikawa
minus 20% discount, ~$45
Talula
has anyone tried this book ? Is it worth its price, ~$55 here.
Do they sell a Visual Studio Basic Edition with this book? 55 USD? Seriously?
ברני
I fixed it but after the char question it dosn't let me write numbers again :(
ברני
I missed something you wrote except the string?
olli
I fixed it but after the char question it dosn't let me write numbers again :(
for me it still does not compile - you need to declare or define int askQuestion() before you use it in main - askQuestion should return an int or be declared void - be aware that scanf(" %c", &animel); only reads a single character and not a whole word Additionally I would strongly suggest against making recursive calls (calling askQuestion inside askQuestion), you don't need this here
olli
is it worth the price ?
no need to repost. I have not read the book, looking at it, I don't think so