by ausairman
Getting the size, in memory of a vector
|
|
[3 replies] Last: T = type of element contained in the vector v = the vector itself n = ... (by anonymous23323124)
|
How to Use Queue's Correctly |
|
[10 replies] Last: How come while ((n=='d') || (n=='D')) { if (x == a.front()) { ... (by ecstasyaeternus)
|
by Guluck
Create Directories in a for-loop (recursively)
|
|
[no replies]
|
by MSchwerdt
Need advisment concerning a 'parse' error.
|
|
[1 reply] : Don't put the type in front of every reference to the variable. Only w... (by Zhuge)
|
by Capt Volcan
Difference
|
|
[2 replies] Last: @Capt I guess you are unknowingly including the definition of the fun... (by Adee)
|
by ozzyhijo
tictactoe game in a class ...have some problems with my code
|
|
[1 reply] : You need to make sure your functions are spelled properly and if you a... (by AdventWolf)
|
by SithDagger
Array Issue
|
|
[8 replies] Last: Audie, thank you so much! that solved almost all my problems! :D (by SithDagger)
|
Else ifs not 'catching?' |
|
[5 replies] Last: Thank you all so very much, its a huge relief to know that it's a simp... (by Clueless in WA)
|
Reusing OFSTREAM Object |
|
[no replies]
|
by Kelperz
Array and outputting problem.
|
|
[1 reply] : You are assuming the text file that you read is 21 characters wide in ... (by webJose)
|
by jmbauer
i wrote this code and it works but now i'm wondering how it works?
|
|
[4 replies] Last: o wow my bad, i was programming in python at the same time and got mix... (by jmbauer)
|
More Pow Problems |
|
[6 replies] Last: +1 @ ne555 I'm surprised you were the first to mention that =P (by Disch)
|
by Ephasis
Need help with this assignment.
|
|
[2 replies] Last: #include "stdafx.h" #include <iostream> #include <string> using name... (by Ephasis)
|
by cnuland
C++ Alternative to Java net package
|
|
[no replies]
|
by smallw17
.cpp and .h files
|
|
[14 replies] Last: Thanks. It's always good to learn new C++ technicalities ;) (by anonymous23323124)
|
Pow function |
|
[2 replies] Last: The problem will be this: double E = float pow (10, - e); The compil... (by anonymous23323124)
|
by Taylrl
I simply want to be able to manipulate some data
|
|
[1 reply] : Excel files, as in ".xls" and ".xlsx" are NOT single files. Make a bra... (by Computergeek01)
|
by capt chaos
skipping to an unknown position in a file
|
|
[1 reply] : - Get Input - While Input != "ALPHA": Get More Data From File. -... (by Computergeek01)
|
by illlojik
Review: Restaurant Bill
|
|
[2 replies] Last: ohh ok I did test it, but i just wanted to know if it was how i was su... (by illlojik)
|
Is template deny the principles of strong type? |
|
[16 replies] Last: You all act as if this is uncommon. (It isn't, alas.) (by Duthomhas)
|