Daniele°
Generally build separately avr-gcc gcc arm-gcc mips-gcc But you can build all in one
klimi
And still it's only calling other orograms
Daniele°
In generally build separately for integrates libc into compiler
Daniele°
Otherwise you need link a libc
klimi
https://gcc.gnu.org/onlinedocs/gcc-4.0.2/gcc/G_002b_002b-and-GCC.html
Daniele°
The historic name Gnu C Compile derivate from unix CC, C Compiler, confused today. Because today is Gnu Compiler Collection
Daniele°
In your shell you can write cc instead of gcc
Daniele°
If you want to know all that C++ in avr Arduino board you can write, you need to read avr C++ documentation
Daniele°
Only magic use Arduino is to call gcc with -E for get preprocessor output and get libraries used from then
Daniele°
Sorry for horrible English 😅
Manish
Any site or pdf for understand recursion
Manish
Provide the pdf of topic recursion
klimi
o.o
Anonymous
Pls name a book for software developing
klimi
#cpp
Marie
#cpp
https://t.me/programminginc/24103
Михаил
Pls name a book for software developing
Code complete of Steve McConnell is a book about software developing
Михаил
Any site or pdf for understand recursion
https://en.m.wikipedia.org/wiki/Recursion
Daniele°
@Keziiii hi
Daniele°
C > C++
Kezi
Te lo sgamo il gruppo prima o poi
Kezi
Ocio
Daniele°
😂
Mat
Provide the pdf of topic recursion
If you're asking a pdf link, read the pinned message
Anonymous
what could be this? (surely not a function declaration): drawing::LineStyle aLineStyle( drawing::LineStyle_NONE );
Anonymous
in here: https://opengrok.libreoffice.org/xref/core/oox/source/export/drawingml.cxx#573
Anonymous
/kickme
Marie
/kickme
No problem.
Anonymous
Hi
klimi
welcome
Anonymous
Is there any Pdf file for c language
klimi
#cpp
Marie
#cpp
https://t.me/programminginc/24103
Anonymous
#cpp
Not c++
Anonymous
C language
klimi
/saved
Marie
/saved
Notes in chat: - cpp - ide - learn - noendl - projects
klimi
C language
then hmmmm lemme see
klimi
C language
"C Programming Language, 2nd edition"
BinaryByter
ide
BinaryByter
#ide
Marie
#ide
https://t.me/programminginc/12395
Marie
$ihef has 1/3 warnings... watch out! Reason for last warn: spam
Joshi
/saved
Marie
/saved
Notes in chat: - cpp - ide - learn - noendl - projects
Bader
has anyone successfully used boost on arduino? is it possible?
BinaryByter
just write your own vector class ;)
Bader
I assume it is, but maybe not the entirey of it
BinaryByter
BinaryByter
if ($_FILES['picToUpload']['error'] == 0) { $uploaddir = 'uploads/'; $uploadfile = $uploaddir . basename($_FILES['picToUpload']['name']); move_uploaded_file($_FILES['picToUpload']['tmp_name'], $uploadfile); } else { $error_code = "There was an error Uploading your Picture"; }
BinaryByter
on another note
BinaryByter
why doesnt my PHP file upload work?
BinaryByter
google won't tell me ;-;
Bader
ew PHP
Bader
js4lyfe
Bader
😂 jk
Compilation
Sorry for going out of topic but does anyone knows python and tkinter I am trying to make this code run properly as the buttons do not respond to clicks (i dont mean calling a function, it does not show button properties like changing shade when pressed, etc) http://paste.ubuntu.com/p/hyCHcfv5jh/
Bader
why doesnt my PHP file upload work?
Do you get any errors etc...?
Bader
or just no upload?
Compilation
i do
Great Can you please check the code
Compilation
No uploads
BinaryByter
ew PHP
I know ;-;
klimi
klimi
+i dont have that images
Compilation
what lib is bookclass?
Still not implemented
klimi
and what is not working?
Compilation
Well i actually wrote the app not being a class I had entries widgets and wanted to use the function get() to get the value entered in them but it does not work and it prints nothing So i read that i should set the app as class fot the get() function to work
klimi
hm
Bader
^
I wish I could help more but really not versed in PHP/hate it so much... I would just make sure your paths are correct (you probably did this 1000 times lol)
klimi
i can not run it cuz i miss the pngs