Anonymous
Hello guys
Roxifλsz 🇱🇹
/ban
Numan
images.png (414×355)
Numan
Ayxan
Hi my name is Aykhan
Ayxan
Please click this i am trying
Ayxan
İt is for data science
Ayxan
Pleaseeeee
Anonymous
#cppbookguide
Anonymous
#ide
Anonymous
Dima
Kenny
Anonymous
🤔 this problem anyone can fix it
Roxifλsz 🇱🇹
Yeah I'll fucking fix it
Dima
Roxifλsz 🇱🇹
Dima
/ban
there’s /sban available
Dima
wanna see?
Dima
( ͡° ͜ʖ ͡°)
Dima
silent ban
Roxifλsz 🇱🇹
Nice
Roxifλsz 🇱🇹
I wanted this to be a public execution though
Roxifλsz 🇱🇹
So it's all good
Dima
Anonymous
Forgive me for that text😭
M__
please explain this code
void gotoxy(int x ,int y )
{
printf("%c [%d ; %df",0x1B , y , x);
}
V01D
M__
Dima
Lol
V01D
Design choice I guess
Dima
Just for a good looking console log
V01D
The only character that escapes a string is \ followed by escape charcter like n or 0: "\n", "\0"
Wojak
I don't know if this happened with anyone else but I have been using C++ since a year and the goal was to study Data Structure and Algorithms, and ofcourse It's ongoing but now I want to switch to Java for Industrial purposes and whenever I see a tricky problem I can think it in C++ only and then a syntax change to Java.
Did anyone else had the same experience and what should I do to start think in Java and not C++ anymore.
Drop your similar experience if any please.(Or maybe it's just me)
(I do CP using C++ due to which after solving so many problems, it's getting difficult to command on Java)
Wojak
I hope my question is clear.
This issue didn't happen when switching between 2 different domains with me, ie, JavaScript and C++ because I used JS for Front-end Dev and C++ for DS Algo,
But with 2 language of Similar domain ( Domain as in software development) it's not easy.
Dima
Renan
Dima
meh rust
Wojak
Wojak
Is there a way to keep a breast with both?
M__
but real legends use assembly for embedded
c++ can sometimes be overkill for small systems
Anonymous
You miss return reference
Anonymous
and rvalue
Reva
Please anyone reply me concept of function
Call by value
Call by reference
And return type
nyx
/ban
Anonymous
#include<stdio.h>
#include<stdlib.h>
struct array {
int A[10];
int size;
int length;
};
void display ( struct array s);
void display ( struct array s)
{
int i ;
for(i=0;i>s.length;i++)
{
printf("%d",s.A[i]);
}
}
void insert (struct array *s,int index,int x );
void insert (struct array *s,int index,int x )
{
if(index>=0 && index< s->length )
{
int i;
for(i=s->length; i>index;i--)
{
s->A[i]=s->A[i-1];
s->A[index]=x;
s->length++;
}
}
}
int main()
{
struct array s ={{1,2,3,4,5,6},10,6};
insert(&s,3,6);
display(s);
}
Anonymous
theres no output
Anonymous
anyone could tell the issue?
harun
Anonymous
Ahhh thanks man such a silly mistake
harun
sourav
Any one plz send me a link of free Courses for HTML CSS with certificate
Anonymous
sourav
Is there any free Courses available ?
Anonymous
try codecademy
Asdew
Join the group via the link the bot sent you.
sourav
Shall I get anything over there?
Asdew
This is a group about C/C++, move to the group I sent.
Anonymous
okk
Whistleblower
Has anyone used IAR toolchain on Linux?
Emmanuel
This group is trash .. Nothing to lean or gain here .. No coding, no programing or c++ related issue
Bhavishy
Hi
Bhavishy
I am a beginner can someone help me where to start C!
harun
Google!
harun
also Youtube is really cool platform
harun
u should try it!
Bhavishy
harun
all of them!
Björn
Read rules @bhavishyjain_2206
Bhavishy
Bhavishy
/get cbook
Reva
I don't understand what is the exact mistake can you explain
Bhavishy
/get cppbookguide
Bhavishy
/get ide
Reva
harun
u'r welcome!