НОЗИМ
hi
НОЗИМ
what time is it in your country
Сардорбек
hi
correctmaninwrongplace
Dont know if its valid, but imagine you have a=5= 101; b=2= 010; logical and in C/C++: 5 = true 2 = true 5 && 2 <=> true && true => true Bitwise: 5 = 101 2 = 010 5 & 2 <=> 101 & 010 => 000 I dont remember well if && was for logical and & for bitwise or if im wrong, but i think it works this way
Anonymous
guys any one knows graphics with C?
Pete
How do I go through a linked list without using loops?
Pete
I'm trying to compare a new entry with the entire list, but I'm not allowed to use loops
Pete
I can just use an if statement like if (curptr != NULL) instead of a while, would that technically count as not using looping?
Anonymous
@admin
O'ktamjon Rahmatullayev
thanks
Bkrymwana
/report
Roxifλsz 🇱🇹
/warn advertising
Roxifλsz 🇱🇹
Piece of shit bot
Roxifλsz 🇱🇹
Brb replacing it
O'ktamjon Rahmatullayev
O'ktamjon Rahmatullayev
pls, help me to solve these qustions
Roxifλsz 🇱🇹
pls, help me to solve these qustions
Did you at least try to do it yourself?
O'ktamjon Rahmatullayev
yes
O'ktamjon Rahmatullayev
Roxifλsz 🇱🇹
For the first problem you should sum up 50s until it would be too much and then repeat with 20s and 10s
Anonymous
For question K take the input Step 1)divide input by 100 if remainder 0 then result of division is 100 denomination no. If not Step2) divide remainder by 50 and check if remainder. ,If yes divide by 10 again until no remainder...Keep a count on each division and add. I think that should do
Anonymous
ok
Nyuke
hello
Anonymous
Ok
Nomid Íkorni-Sciurus
SDL looks easy to begin with...
Roxifλsz 🇱🇹
SDL looks easy to begin with...
Yeah, the documentation is pretty good
Kenny
/warn
Isc
SDL looks easy to begin with...
SFML is way better!!! (object oriented C++, better 2D api, possibility to mix OpenGL renderer with 2D renderer)
Isc
/warn
Roxifλsz 🇱🇹
/warn
Even the bot is telling you to stop
Robel
/warn
Anonymous
lol
Anonymous
/warn
Anonymous
hahahaha
Nyuke
anyone to help me ??
Nyuke
Nyuke
quick help what's wrong in this
Creative
/warn
Anonymous
/lol
Anonymous
/lol
Anonymous
/lol
Anonymous
/lol
Etaoin
multiple main function
Anonymous
Oops sorry
Nyuke
help?
Nyuke
oh
Creative
/help
Nyuke
multiple main function
wat should be fixed?
Etaoin
delete the extra main function
Nyuke
.-. if i could understand
Roxifλsz 🇱🇹
Wow, that's a shitty error message
Roxifλsz 🇱🇹
Wow, that's a shitty error message
But yeah, you should only have one main function
Nyuke
what should be removed
Nyuke
what should be added
Nyuke
i'm pretty novice
Roxifλsz 🇱🇹
i'm pretty novice
Show the Source.cpp file
Nyuke
Roxifλsz 🇱🇹
Not Source1.cpp
Nyuke
this program worked for me in codeblocks
Nyuke
Roxifλsz 🇱🇹
That's another main function, in the entire project there can only be one
Nyuke
:O
Nyuke
i thought
Riyaz
Please send this editor software bro
Nyuke
there is no need to create diffrent projects for different programs
Nyuke
send?
Riyaz
Thanks bro
Roxifλsz 🇱🇹
i thought
And before you use more than one file in project, you should learn about splitting functions to header and source files
Nyuke
?
Nyuke
Thanks bro
https://www.youtube.com/watch?v=VWJWUR-UnzQ
Nyuke
here watch this video
Nyuke
this will guide you through complete installation
Nyuke
:D
Roxifλsz 🇱🇹
any article for that
You can just Google it :D