by Dillerfar
program always outputs "question mark box" to console
|
|
[2 replies] Last: Peter87, thanks mate. Worked like a charm :D (by Dillerfar)
|
by libi
Restarting/simplifying, data into 2d array
|
|
[1 reply] : Does each line have the same amount of scores? Also, I do suggest usin... (by Ganado)
|
by JBkane
For loop extra increment
|
|
[3 replies] Last: Sometimes I wonder what is going on in the heads of people who provide... (by Duthomhas)
|
by JZam
Reading from a file and storing it in arrays
|
|
[3 replies] Last: So the for loop is before the while isn't needed? I'm still not exactl... (by JZam)
|
by DarkxAngelx
I am in need with some help please
|
|
[3 replies] Last: Thank you for explaining each step JLBorges, and thank you for explain... (by DarkxAngelx)
|
by matiasp1998
I NEED HELP ASAP!!!!!!!!
|
|
[3 replies] Last: Tags. Yes. See http://www.cplusplus.com/articles/jEywvCM9/ (by keskiverto)
|
by kushfighter2
Need guidance in menu based football game
|
|
[no replies]
|
by roncville
Accessing class variable from another class
|
|
[1 reply] : You essentially have it. Just use the valid syntax: http://en.cpprefer... (by keskiverto)
|
by samarhabibi
explain code Please
|
|
[1 reply] : Okay. So let's start with functions explanation. fun1 gets int argume... (by DonRumata)
|
by phztfte1
String Helpers
|
|
[2 replies] Last: The "trim" functions did what it was supposed to. It is when printing... (by phztfte1)
|
by coco2991
Any help on this C++ program?
|
|
[1 reply] : Hello coco2991, PLEASE ALWAYS USE CODE TAGS (the <> formatting button... (by Handy Andy)
|
by akhil592
no class template named ‘rebind’ in ‘struct aligned_allocator<short int>
|
|
[2 replies] Last: With C++11 or later: a user defined rebind is not required; in fact it... (by JLBorges)
|
by coco2991
C++ program errors, cant fix, help?
|
|
[1 reply] : C++ program: #include <iostream> int main() { const double PI =... (by JLBorges)
|
by coco2991
getting errors, anyone tell me why?
|
|
[1 reply] : First of all, please use code-tags, it makes code easier to read. :-) ... (by Misenna)
|
by nickhere
Date as a string to date float
|
|
[4 replies] Last: #include <iostream> #include <string> #include <sstream> int date_to... (by JLBorges)
|
by fivestar
random generator
|
|
[8 replies] Last: its probably confusing without the code. #include<iostream> #include... (by fivestar)
|
by Carat1
name in textbox help
|
|
[8 replies] Last: std::string model(lib->getIGN()); String^ MyString = gcnew Strin... (by Carat1)
|
by SpideySound
Sum of a line of integers
|
|
[3 replies] Last: @ icy1 No, you are asking the user to do extra, weird input to supp... (by Duthomhas)
|
by tdleanz
quit program when character q is entered
|
|
[6 replies] Last: I don't really know how to go about this. so if the user enters 's', h... (by tdleanz)
|
by thebig1
Help With UDINT To STRING
|
|
[1 reply] : Hello thebig1, PLEASE ALWAYS USE CODE TAGS (the <> formatting button)... (by Handy Andy)
|