Etaoin
on the one hand, using a good IDE is easy
Etaoin
on the other hand learning how to use each of the tools (in command line) is also important
Anonymous
learn using command line. It's not hard. you'll get used to it in a day or two.
Anonymous
at the same time learn Git too.
Anonymous
it's a version control system; Distributed.
Anonymous
yes like that. are you on windows?
Anonymous
ok install a compiler first
Anonymous
http://tdm-gcc.tdragon.net/index.php/
Anonymous
Hi, so i wanna learn how to program a micro controll. Should i learn c or c++ and which ide should i use.
Mr. COwO2 Preis
vim
Anonymous
/report
Anonymous
and then some c++.
Anonymous
in most of the projects you will not need anything more apart from these languages.
Anonymous
and understanding the architechture ofcourse ..lol
Anonymous
Heheheh😄
Anonymous
Then help me wid a book for c and assembly language.
Anonymous
Then help me wid a book for c and assembly language.
c programming by K N King is a great text.
Anonymous
Pls send book
Anonymous
Pls send book
are you going to start with 8051 micro controller ?
Liam
Far too kind…
Anonymous
Anonymous
Thanks so much am grateful.
Anonymous
Briefly tell me what the assembly language is about.
Liam
http://cs.indstate.edu/~cbasavaraj/cs559/the_c_programming_language_2.pdf This book is written by the father of the C lang, and is usually treated as the most authoritative book about C lang.
Anonymous
Briefly tell me what the assembly language is about.
it is an abstraction on top of the machine language which itself abstracts the hardware through binary instructions. At the hardware level, the machine just understands low and high voltage levels. read a digital logic book dude.
Liam
Briefly tell me what the assembly language is about.
Before assembly was invented, programmers had to use binary code (machine code) to do programming tasks. Since the binary code is hard to read and remember, assembly language was invented to make programming eaiser. Assembly introduces some easy-to-remember English words to represent basic operations in programming, and could be translated to binary code.
Anonymous
Anonymous
and if you are interested in CS ..do read this book
Liam
Great book.
Onur
İs qt5 too different from qt4?
Onur
I have a book for qt c++ programming but I am not sure its information is still up to date
Anonymous
Wwoow thanks friend
JAIMISH
any have this book pdf please send
Damien
Hey. What programming environment can I use to start writing a code using C++? I don't want to use Visual Studio for that *(
Pancakem
Code blocks Eclipse Netbeans
Pancakem
Notepad++
JAIMISH
turbo c
JAIMISH
Notepad++
this is compiler????
Anonymous
nah
JAIMISH
hm....
Damien
I can't believe that major companies use NetBeans & Eclipse for creating a great software.
Maher
If you are on linux, use gcc compiler to compile your code. You can write your code with any text editor.
JAIMISH
maher az.... you have any books for learning c and c++ language
Damien
How to build software like battle.net launcher? I like their approach and my gut tells me that they use Qt for that
Damien
Any suggestions?
Anonymous
JAIMISH
what are you sending debian...???
JAIMISH
Anonymous
Yes
Anonymous
It’s a good book
Anonymous
For C++ the best(imho) is the Primer
Only if one knows enough about programming. Otherwise reading this book will be one hell of a headache for newbies. 😐
Anonymous
@Jemish977 read this book.
Anonymous
This book is outdated
It's the fifth edition. Not that outdated. There is no 6th ed for this book right now
Anonymous
I needa check it out then
it is really good.
Onur
Hello guys I have a book about qt4 programming in c++ but I am not sure it is up to date for qt5. Is there anybody has used qt4 and 5 here?
Anonymous
Hello guys I have a book about qt4 programming in c++ but I am not sure it is up to date for qt5. Is there anybody has used qt4 and 5 here?
qt4 book is not uptodate with qt5 😐 why would you even think like that? read about the changes on qt website.
Onur
What I meant to ask isi how qt4 is relevant to the qt5. If it is not at all, I will get a book for qt5.
Roxifλsz 🇱🇹
/warn advertising
Anonymous
Hi has been warned (1/3)
Damien
Is Qt Creator IDE free?
Etaoin
yes
Etaoin
in both meanings
Nomid Íkorni-Sciurus
guys did you ever use YCM in VIM for C projects ?
Anonymous
What r ur reqrmnts??
Anonymous
Lawrence this one
Anonymous
Thanks
O'ktamjon Rahmatullayev
help me to write that's code In a town, the percentage of men is 52. The percentage of total literacy is 48. If total percentage of literate men is 35 of the total population, write a program to find the total number of illiterate men and women if the population of the town is 80000.