Arminio
:D
Arminio
I love that stuff when I was a child, and then I saw that picture and was like "hm, double? vla?"
Anonymous
diabetics
Anonymous
Hi guys, I'm fairly new to c++ . Watched a long video on it and now i've picked up Bjarne's book :D
GUVNOR
Why nobody answer the questions???
Anonymous
/warn @devilishdrip9 PMing
Anonymous
Hello please any person good in c++ Here
Anonymous
I am finding difficulties with question b, any help please
Tintin
You're not supposed to post assignments in here
Anonymous
Anonymous
Do you want us to write code for you?
Sure ...I tried to write the code but I couldn't ,I watched so many videos did a little research and I still couldn't
Dima
Anonymous
You can ask questions about topics you don't understand
Anonymous
But asking to solve YOUR assignments is FORBIDDEN
Anonymous
You can ask questions about topics you don't understand
Sure Please How do Pointers work and how can use 1 loop to print and get a user input for two arrays
Anonymous
But how do I use it in a code ...like how do I use it to store arrays
Anonymous
Anonymous
To store arrays you need only std::vector which is dynamically sized array
Anonymous
I am from gsm n/w operation team. And I am planning to make career in lte protocol developer with c. Practicing with gdb, Bugzilla, github. Any suggestion what else wud help me to groom my resume.
Anonymous
/notes
Anonymous
/get cbook
Anonymous
/get cbook
☬ੴ Bassi
/get best-book
☬ੴ Bassi
/get best
☬ੴ Bassi
/get cpp
Barak|ברק
/get best-book
Barak|ברק
/get cs50
Adhi
Write a C program to find the average of numbers in sequential file. (find this ans anybody)
Monday Morning
Can anyone find the bug in my code, please? I am trying to learn how to use modulo but could not prevent the variable from overflowing.
Adhi
warning you give me.other than why this group is dicuss about c and c++ program.
Asdew
We do not write code for you. You can ask for help with something, but we will not write code for you.
Anonymous
warning you give me.other than why this group is dicuss about c and c++ program.
It is the group to discuss about C and C++, ask questions. It is NOT a group to discuss about YOUR assignments
Hello
His Assignment is on c , its stated in rules that suggestions will be given.
Anonymous
Asking for suggestions are welcome
Hello
Bye elites
Anonymous
Lol
Anonymous
Please what is the function of "fget in a for loop in c++"
CappedCrusader
An array a[5] is given of size 5 Can I do this operation on the pointer of array and why ? i) *a = 2020 ii) a = a + 3
CappedCrusader
An array a[5] is given of size 5 Can I do this operation on the pointer of array and why ? i) *a = 2020 ii) a = a + 3
I know that I can do i and can't do ii but don't know why , somebody please tell
Anonymous
I know that I can do i and can't do ii but don't know why , somebody please tell
Because in most usages arrays are converted to a pointer to its first element implicitly
Girish Kumar
Hi all, right now I'm working on implementation of Circular doubly linked list with sentinel node in C language. I'm not able to write correct code to implement append() function. Am I allowed to post my code here to get an answer? Thanks all.
Nils
coproc_moveto_Data_Synchronization(0); That is for multi-CPU systems right?
Ian
/programming
Girish Kumar
Hi, in below link I added code for Circular double linked list with Sentinel node written in C language. I'm finished 50% of code in append() function. But I'm unable to complete the code in else part of append() function. I wrote different snippets of code but none worked so I put else part as empty. Any one here, please help me to finish the code in else part of append() function if possible. Thanks. The code is available in below link. https://paste.ubuntu.com/p/HDDwzCZnKD/
Girish Kumar
/get ide
Bingus
Clang has automatic variable initialization
I don't even know what those mean, I would prefer if you had explained it in layman terms.
Nils
What is it? :)
Some ARM executable
Girish Kumar
Where do you want to append? At the beginning or end of the list?
I wrote code to append at the beginning of the list, it is working fine and it is if part. else part contains code to append at the end of the list. But I'm failed to write code in this part. So I would like to have code in else part.
ACE
Hi guys
ACE
Pls I need help with a work am doing
I_Interface
#googleit
Anonymous
Why did u dlt all thode msg
Anonymous
I_Interface
Why did u dlt all thode msg
Admins are so rude here.
0x1FE6C
im getting seg fault on this code please help me. code is well commented
0x1FE6C
https://pastebin.com/aCmeNUPT
Illia
Hi! Can you recommend me book: multithreading in C/C++
0x1FE6C
https://pastebin.com/aCmeNUPT
dont bother. fixed. thanks
Sandro
/notes
Sandro
/get rules
Loner〽💻
i am trying to use exp() function in a for loop then assigning the results in an array as a double but instead it sets the values as integers..what might be the problem, since when i replace it with a sin() function it works well.."using code::block".
noop
For instance that 👆
The input to exp is 0 because i is int and i/10 is less than 1. It should be typecasted to double before, like this: exp(double(i)/10.0)
Anonymous
For instance that 👆
/warn screen photo
Monday Morning
For instance that 👆
not related to your question but inside for loop, i<10 and not i<=10
Monday Morning
Dima
Lol this joke is older than me
Monday Morning
For instance that 👆
Can I get a another view of what am I looking at ? send the code and not a picture of scren, Please