Few newb questions
Ok, so im going to learn c++, and i have a COmpletle refrence guide to c++, roughly 1100 pages long. Its a real book, made of paper. I also sense i will be flammed.
1)Now this book is mainly for c++ console apps, but after reading the first 30 pages, it seems simillar to vb, c# in things like float, double, long double, int, void e.t.c. So if i learnt all of it, would it make much use in programs like .dlls, or .exes?
2) There is a table of how many bits something takes like int is 16 or 32 bits in size, float is 32 bit, and double is 62 bit. In things like say a spammer, where int, float or double, meaning single number (1,2,3) or 6 place precision or 10 place precision, what does it mean by size in bits? Is this like bits used in ram? If so, why do spammers really need the 10 didgets? when we can half the usuage and still have more then half the didgets, i mean who even needs 10 didgets when 6 is enough?
3) Am i doing the right thing?
If i have any further questions i will but them in this thread,
Thanks in advance
Merry christmas
1)Now this book is mainly for c++ console apps, but after reading the first 30 pages, it seems simillar to vb, c# in things like float, double, long double, int, void e.t.c. So if i learnt all of it, would it make much use in programs like .dlls, or .exes?
2) There is a table of how many bits something takes like int is 16 or 32 bits in size, float is 32 bit, and double is 62 bit. In things like say a spammer, where int, float or double, meaning single number (1,2,3) or 6 place precision or 10 place precision, what does it mean by size in bits? Is this like bits used in ram? If so, why do spammers really need the 10 didgets? when we can half the usuage and still have more then half the didgets, i mean who even needs 10 didgets when 6 is enough?
3) Am i doing the right thing?
If i have any further questions i will but them in this thread,
Thanks in advance
Merry christmas
