by jamesfarrow
typeid on vector
|
|
[6 replies] Last: Thanks everyone! (by jamesfarrow)
|
by zeroblank
scanf , printf
|
|
[7 replies] Last: Cool so basically %9s iterate over the string which is basically an ar... (by zeroblank)
|
by simmons
Initialising and updating classes whose members have types defined by other classes
|
|
[5 replies] Last: Date::Date(int dd, month mm ,Year yy) : d(dd), m(mm), y(yy) { // Or... (by cire)
|
by elcurro
[Not solved]Allow access to Private from external object method
|
|
[7 replies] Last: #include <iostream> #include <string> class control; class kaos; cla... (by ne555)
|
by roscor16
need help with this
|
|
[14 replies] Last: Use a for loop to go through each character in the string. If you don'... (by closed account 48T7M4Gy)
|
by bird1234
Exception throw error
|
|
[3 replies] Last: arr = new int*[ row ]; for (int i = 0; i < col ; i++) do a desk chec... (by ne555)
|
by rrush1
Functions
|
|
[4 replies] Last: You're getting confused about the syntax for the following things: - ... (by MikeyBoy)
|
by mounir
building under windows without using IDE
|
|
[4 replies] Last: Thanks for help:) i find my solution here How To Compile Software Fro... (by mounir)
|
by F95
Delete post
|
|
[7 replies] Last: unsure how to make it so that 10 flight infos can be displayed std... (by gunnerfunner)
|
only revealing some letters at a time |
|
[3 replies] Last: #include <iostream> #include <string> #include <cctype> #include <alg... (by lastchance)
|
Find the highest number in a file |
|
[7 replies] Last: Note: MAX_VALUE = 1000 is probably a more convincing choice, or altern... (by closed account 48T7M4Gy)
|
by ejkang62
error message: abort() has been called
|
|
[4 replies] Last: @mbozzi that makes so much sense! thank you :) (by ejkang62)
|
by kattykat243
How to run more the one input on one line
|
|
[9 replies] Last: Avoid deep nesting of loops, conditionals etc., and programming become... (by JLBorges)
|
by Pratzelwurm
Storing Data in a Tree-Like Structure?
|
|
[1 reply] : Put this information together into another struct? struct COURSE{}; ... (by gunnerfunner)
|
Having trouble converting string to int. |
|
[1 reply] : Some compilers don't support std::stoi for some reason, you can use th... (by gunnerfunner)
|
How to remove a value from vector |
|
[1 reply] : See here for 3 different approaches to erase duplicates from vector an... (by gunnerfunner)
|
by avatar97
Reading data from a text file
|
|
[2 replies] Last: Okay thanks a lot I'll give it a try. (by avatar97)
|
Need help with structs. |
|
[3 replies] Last: I can't help you.. I am missing some vital piece of info about how the... (by jonnin)
|
by cg1992
Homework Help
|
|
[5 replies] Last: You have to cin each variable you want to populate as if reading from ... (by jonnin)
|
by mondo189
Starting a Program
|
|
[1 reply] : this is probably correct. The first number from random is always th... (by jonnin)
|