Anonymous
Vim
Nah xd he said IDE not editor
Daniele°
Dima
Will
Nah xd he said IDE not editor
VS Code is an editor with light IDE features
Shirosacid
string z; cout << "Deposit or Withdraw: " ; cin >> z ; if(z = withdraw){ i want to type into the command box withdraw or deposit to go to the correct if / if else position but it doesnt work that way, how can i solve it ? full code: https://code.sololearn.com/cY0lwJ1e3YI0/#cpp
Anonymous
VS Code is an editor with light IDE features
Is nearest of IDE idea than VIM
Григорий
Shirosacid
z is string, thus write Withdraw between "". E.g.: if (z == "withdraw") {...} Furthermore write '=' twice when compare. E.g.: == You should also edit the 63-rd line in your code.
oh thanks , works fine now ^^ can i add a value permanent to the "userch7056.balance" userCH7056.balance+x / is the first command to deposit money and to withdraw the class looks like this userCH7056.balance+x-y can i add the value x permanent to the class "userCH7056.balance" that i dont need in the second command int x ? and how would it work with decimal numbers ?
Григорий
Oh, I haven't worked with classes, have nothing to say.
Shirosacid
and when it is an integer ? i have something in mind with using * , but i dont know it correctly
Григорий
I've fixed your code a little.
Anonymous
Anonymous
I suggest you to start with c++
Anonymous
Oh for microcontroller c is better,i thought you wanna be software engineer
Riyaz
Bro any cpp editor software send
Anonymous
Which is best IDE for c programming ?
http://blog.davidecoppola.com/2018/02/market-share-most-used-c-cpp-ides-in-2018-statistics-estimates/
Anonymous
This was a poll posted here
Григорий
What app is it?
It's SoloLearn's web-page.
.
Sorry
Shirosacid
I've fixed your code a little.
what have you changed , and why ?
Anonymous
Please which ide iis best for compling c codes. I wanna start learning the c language to program hardware.
Shirosacid
i mean , when i want to deposit a value of 500.17 in example
Yehor
Guys, have not important a question. I write on C in OSX and I interesting how to connect utf-8 to C?
Joo
I need help.. I'm writing in c++ and I need to build automata using char* and pointers for example "abaab" is accepted... Can someone please help me 🙏🏻
Maher
Please which ide iis best for compling c codes. I wanna start learning the c language to program hardware.
Codeblocks gcc compiler on linux, with any text editor (take a look at vim)
Anonymous
/report
Anonymous
After compiling the code using GCC compiler in linux. Can i directly open the output file ?
Liam
After compiling the code using GCC compiler in linux. Can i directly open the output file ?
It depends. If you compiled a ELF executable file, you could execute it directly. If you compiled a ELF shared object (dynamic library) or object archive (static library), you could link them with other objects and then execute the result.
Anonymous
I am a beginner. Currently , i write simple programs. Plz. Explain it simply.
Liam
I am a beginner. Currently , i write simple programs. Plz. Explain it simply.
Fine. Code on Linux first, as foo.c; then run gcc foo.c -o foo to compile foo.c; if no errors generated, run ./foo.
Madhu
Can someone send me the tutorials of c and data structures
Anonymous
https://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P
Anonymous
https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAKIXv8Yr6nhGJ9Vlcjyymq
Madhu
Thanks bro
Madhu
I don't understand the difference between a++ , ++a , --a, a-- Can someone explain in simple way
olli
int b = ++a; yields the same result as (if a is `int`) a = a + 1; int b = a;whereas int b = a++; yields int b = a; a = a + 1;Using ++ or -- in as pre(increment/decrement) will increment/decrement first and 'use' that changed value. Whereas the post operators will 'use' the current value and increment/decrement afterwards.
‌ ‌‎‌ ‌Lagᵣₐₙgₑ
Does anyone have c programming code? Topic:count no:of internal nodes in binary tree
‌ ‌‎‌ ‌Lagᵣₐₙgₑ
Please post the code?
‌ ‌‎‌ ‌Lagᵣₐₙgₑ
Isc
Isc
that's the code
‌ ‌‎‌ ‌Lagᵣₐₙgₑ
739-2@main++ ???
‌ ‌‎‌ ‌Lagᵣₐₙgₑ
739-2@main++ ???
I didn't understand this word
‌ ‌‎‌ ‌Lagᵣₐₙgₑ
that's the code
Where is .c extension file
Isc
create it
‌ ‌‎‌ ‌Lagᵣₐₙgₑ
create it
I want to file
‌ ‌‎‌ ‌Lagᵣₐₙgₑ
create it
Create it?
Isc
I want to f too
‌ ‌‎‌ ‌Lagᵣₐₙgₑ
create it
I don't know
Roxifλsz 🇱🇹
Shirosacid
https://code.sololearn.com/cY0lwJ1e3YI0/#cpp can someone looking at my code and give me some tips, or what i should make better ? and how can i connect my registration to my bank account ?
Anonymous
/report
Anonymous
@admin
Roxifλsz 🇱🇹
/warn advertising a chanel not even related to programming
Group Butler
Jemish has been warned (1/3)
Anonymous
Warn removed! (1/3) (Admin: Rokas)
tam
Hey,everyone New comer, I was wondering if you help me get a book on fundamental of programming?
Anonymous
notepad++ is not a compiler 😐
Etaoin
tell these apart: editor, IDE, compiler
Etaoin
yes
Etaoin
Lawrence asked about IDEs (he call them compilers) and you answered an editor
harry
daily reminder
harry
any of you guys know of a way to have the visual studio intellisense aut complete method calls with brackets?
Anonymous
tell these apart: editor, IDE, compiler
IDE normally includes an Editor + Build Tools + Debugger. ( ex - VS studio ) , editor - code text editor. (ex - atom, Vscode, notepad++ etc) , Compiler - translates HLL to LL or ML ( ex : gcc , javac etc)
Etaoin
editor: something you use to edit a text file (e.g. notepad++) compiler: given a source code, output an executable (e.g. gcc, clang, cl.exe) IDE: do all the things in one application, edit the source, (call compiler to) compile the file, (call debugger to) debug (e.g. Visual studio, Clion)
Anonymous
an editor is just a program which let's you write code. like notepad. A compiler is a translator which converts your high level code into low level ( machine or some intermediate bytecode)
Etaoin
yes
Etaoin
but a bad one, old and unmaintained
Etaoin
why do you learn? for school or for work or as a hobbist?
Anonymous
use command line interface ( use TDM mingw if on windows ). and any good text editor like vscode, atom, sublime
Anonymous
or even better if you have a linux distro