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°
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°
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
Daniele°
@Keziiii hi
Daniele°
C > C++
Kezi
Te lo sgamo il gruppo prima o poi
Kezi
Ocio
Daniele°
😂
Daniele°
Mat
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
Anonymous
Hi
klimi
welcome
Anonymous
Is there any Pdf file for c language
klimi
#cpp
Marie
#cpp
https://t.me/programminginc/24103
Anonymous
Anonymous
C language
klimi
/saved
Marie
/saved
Notes in chat:
- cpp
- ide
- learn
- noendl
- projects
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
BinaryByter
just write your own vector class ;)
Bader
I assume it is, but maybe not the entirey of it
Bader
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/
klimi
Bader
Bader
or just no upload?
Compilation
i do
Great
Can you please check the code
BinaryByter
Compilation
No uploads
BinaryByter
klimi
klimi
klimi
+i dont have that images
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
BinaryByter