by minusnoob
Make a point, add two points, become a line
|
|
[9 replies] Last: That makes sense. Is d in the way you display it a Line object? (by closed account 48T7M4Gy)
|
by Winsu
vector does not name a type
|
|
[4 replies] Last: Thanks, as my file was a simple .cpp I could use using directive but w... (by Winsu)
|
by jekaterina
building a phone keypad to transform digits into character
|
|
[13 replies] Last: Anyway I fixed it by adding if statement before the cout and it will n... (by jekaterina)
|
cannot understand exc_bad_access(code=1,address=0x0) |
|
[no replies]
|
Undefined symbols for architecture x86_64 |
|
[4 replies] Last: Thanks, you're a lifesaver (by ProgrammerSoul)
|
by DrJones
storing a map into 2d char array
|
|
[no replies]
|
by Dazzer
Quick question about the value of an array.
|
|
[2 replies] Last: ah, stoopid me, sorry, thanks! (by Dazzer)
|
by Nielyboyken
Refer to another class
|
|
[3 replies] Last: The solution is within a question: Who needs what? Now, your incompl... (by keskiverto)
|
by narrator
Help with references and pointers
|
|
[3 replies] Last: Thanks folks! it might seem weird but those few bits of info made it a... (by narrator)
|
by Blochn1
Small problem with adding a decimal to an answer
|
|
[3 replies] Last: #include <iostream> #include <iomanip> using namespace std; int mai... (by closed account 48T7M4Gy)
|
by Gector
Help outlining a program
|
|
[2 replies] Last: If you want to make a GUI application, get some GUI library. Do not t... (by MiiNiPaa)
|
by Frankie1210
Debugging of code
|
|
[1 reply] : #include <iostream> // using namespace std; // *** avoid use std::cin... (by JLBorges)
|
by Jestr
Input Validation
|
|
[1 reply] : as in Date(mth,day,yr); ? (by Jestr)
|
by Arslan7041
How to do this Project Euler problem?
|
|
[10 replies] Last: MiinNipaa: Thanks you for bringing that to my attention! Also, I've s... (by Arslan7041)
|
Tic Tac Toe code |
|
[12 replies] Last: The reason it says X is the winner, when there is two or more winning ... (by whitenite1)
|
by Phil092
Small issue when i run my program. Advice appreciated
|
|
[10 replies] Last: cool. thank you sir/mam ! :) (by Phil092)
|
by Jfyeatman
need some help with simple function implimenting code.
|
|
[3 replies] Last: thank you so much! this helped alot (by Jfyeatman)
|
by sunsflower
void* pointer to class
|
|
[3 replies] Last: #include <iostream> #include <boost/any.hpp> // <std/experimental/any... (by JLBorges)
|
by zacandra
Gasoline Station Output
|
|
[4 replies] Last: main must return int - anything else is illegal C++.... (by LB)
|
by Andym
error exe has stopped working
|
|
[7 replies] Last: On the same line ? After endl ? Even after turn may line into a commen... (by LendraDwi)
|