
please wait
by qwerty7899
need some quick help
|
i was wondering how to use "quotation marks" in quotation marks? like if i want to say. cout << "test "this is in quotation marks" test"; ... |
Dec 1, 2014 at 1:42am
[2 replies] Last: thanks that works :) (by qwerty7899)
|
by jalla
C++ Queue program, enqueue and dequeue must be in given order
|
Write a class that implements queue. Queue should store string value. The value to be put on the queue are: I like orange an better than an sauce a... |
Dec 1, 2014 at 1:32am
[no replies]
|
by shamieh
Converting between vector types..
|
Suppose I want to put the elements of a vector<char> CharVec into a vector<myObjectss> MyVectorofObjects ? I can't find any good examples when it comes t... |
Dec 1, 2014 at 1:27am
[1 reply] : The only way that would work is if you can implicitly convert from cha... (by giblit)
|
by harrie
my loop is not repeating correctly.
|
for loop |
Dec 1, 2014 at 1:22am
[3 replies] Last: No, (s)he asked a question, got an answer and then (s)he edited the po... (by giblit)
|