by my 15 8
output stream exercise
|
|
[6 replies] Last: 23 27 17 \\which aren't neither octal nor hexadecimal so what are and... (by Thomas1965)
|
by Pegasus1
Problem with Tic Tac Toe Toggle
|
|
[1 reply] : if(player = 'X') this is assignment not equality. It should look... (by Yanson)
|
by cibide
calculator malfunction
|
|
[4 replies] Last: thx a lot for the advice and for the sincere opinion! (by cibide)
|
by madomado60
how to make the output not repeated
|
|
[1 reply] : start at index of first name loop: select name at index check if n... (by closed account 48T7M4Gy)
|
by MasterBrue
How to call next line of code after function?
|
|
[3 replies] Last: It is good practice to separate things into functions and classes. Thi... (by xismn)
|
by npate211
Person Data and Customer Classes
|
|
[2 replies] Last: Why are you including the cpp files ? Remove all the #include "ClassN... (by a k n)
|
by armando2
C++ Base
|
|
[3 replies] Last: Hi, [quote=armando2] i want go with real proggraming like games or ot... (by shadder)
|
by Dylan778
array issue from openfile
|
|
[1 reply] : Hi, while(theFile >> name >> price) // opens the file This code do... (by shadder)
|
by UnKn0wN n00b
Confused with this bool concept.
|
|
[6 replies] Last: != is better translated to English as "is not equal to". -Albatross... (by Albatross)
|
by jesuisloup
Missing bracket?
|
|
[16 replies] Last: [quote=jesuisloup]I don't always remember of all the ways I can do thi... (by closed account E0p9LyTq)
|
by madomado60
help please in the problem
|
|
[10 replies] Last: Excellent. (by closed account 48T7M4Gy)
|
skipping the '\n' in the array when reading an getline input |
|
[7 replies] Last: #include <iostream> #include <fstream> #include <string> int main ()... (by closed account 48T7M4Gy)
|
by cheungwh88
Using Google Maps API in C++
|
|
[2 replies] Last: It is possible. You certainly need a library (web browser engine): ht... (by coder777)
|
Code is closing out after entering month. |
|
[16 replies] Last: #include<iostream> #include<iomanip> #include<string> int main() { ... (by JLBorges)
|
by FBHSIE
Can someone check if my corrected results would have given me the correct answer?
|
|
[2 replies] Last: I figured i could. I just get nervous sometimes and second guess my "c... (by FBHSIE)
|
Error in my code (1,2) |
|
[27 replies] Last: All the best dylan. I think we're done here. Bye, bye. PS Thanks TIM (by closed account 48T7M4Gy)
|
by Yawzheek
Linked List and Null
|
|
[8 replies] Last: Well, the good news is I get it now. I drew and re-drew then drew out ... (by Yawzheek)
|
by bluewar40
Simple Object With Errors from Outside Files
|
|
[1 reply] : class Date { // ... } ; // *** terminate the definition of the c... (by JLBorges)
|
by Tatortotts
Making a simple addition calculator with a char array--how do I make the leading '0's blank?
|
|
[1 reply] : void print_number( const char digits ) { if( digits != nullptr ... (by JLBorges)
|
by carlwryker
Question about class and inheritance
|
|
[2 replies] Last: Thank you! (by carlwryker)
|