Problem with my programming book |
|
[7 replies] Last: This is the easiest book for beginners: https://drive.google.com/file/... (by anup30)
|
by dipak99
store low hex and high hex in char array
|
|
[11 replies] Last: ab = 1010 1011 = - 85 //↑sign bit cd = 1100 1101 = - 51 //↑... (by MiiNiPaa)
|
by cuni10
Problem with pointer array
|
|
[2 replies] Last: Thank you very much! I spent many days trying to figure this out. (by cuni10)
|
by patriic48
Need to stop the loop at a certain point
|
|
[3 replies] Last: Try moving the cin >> input on line 18 to the first line inside the ... (by Alrededor)
|
by akai09
please help with yes or no program
|
|
[2 replies] Last: #include <iostream> using namespace std; int main() { int curren... (by akai09)
|
by Angeljruiz
Not reading 0x20!
|
|
[2 replies] Last: Ahh thank you! It's working fine now. It's small quirks like that, tha... (by Angeljruiz)
|
by xxgixxx
c++ rando number generator help
|
|
[2 replies] Last: thank you @shadowCODE it worked perfectly . it would be good if i coul... (by xxgixxx)
|
by St4be
Functions inside while loop; random outputs?
|
|
[5 replies] Last: Ok, I got it done. Thanks alot guys for your help. I will probably be ... (by St4be)
|
by lmm131
Binary i/o vs Stream i/o
|
|
[1 reply] : Within the context of C++ (and C, for that matter), binary I/O is a us... (by Cubbi)
|
by coltehrman
My BlackJack Program
|
|
[2 replies] Last: Any idea how I can implement a double down feature? (by coltehrman)
|
by Deathsbreed
Does where I put the * symbol matter?
|
|
[11 replies] Last: I too consider int * x, y; problem a C language flaw. Even more, i ... (by MiiNiPaa)
|
by Ganado
Conditional member initialization
|
|
[3 replies] Last: you can use the ternary operator like so class Thing { public: ... (by jaded7)
|
by pattquinn
Multiple conditions in while loop for char variable.
|
|
[4 replies] Last: This might help clear things up for you. http://stackoverflow.com/que... (by mobotus)
|
by jakvrh1
Could I improve this code?
|
|
[8 replies] Last: With all the talk about which passing method is faster and whatnot, it... (by Esslercuffi)
|
by HelenI
Round Up..Help me!!
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/3600/ (by shadowCODE)
|
by mvavrock
First Tic Tac Toe
|
|
[9 replies] Last: Any time you find yourself writing similar code over and and over, ste... (by dhayden)
|
by shindosu
Wind Speed Flight Simulator Assignment Help.
|
|
[12 replies] Last: Yup, that actually worked! I had to turn in my assignment with the ti... (by shindosu)
|
by banksters
Dynamically sized array of struct
|
|
[5 replies] Last: And it works! Thank you so much. (by banksters)
|
by baoduyhp
Data with Class
|
|
[2 replies] Last: In case it still isn't clear... In main you make an int called a . Y... (by Ganado)
|
by banithel
help with if statement/loop
|
|
[4 replies] Last: You are correct. Anyway, here's a link to something that does in fact... (by Renthalkx97)
|