by gregv21
for loops and arrays
|
|
[2 replies] Last: when i put resistor[i-1] = 1 / resistor[i-1]; it says "invalid... (by gregv21)
|
by kapilhdfc
beginner
|
|
[1 reply] : The tutorials in the documentation section of this very site would be ... (by peterhansen)
|
by velaphi
The while loop
|
|
[2 replies] Last: thanx roflzombie you the star, i think the program is not giving a ... (by velaphi)
|
by crimshaft
NULL==0?
|
|
[2 replies] Last: http://www.cplusplus.com/reference/clibrary/cstring/NULL.html (by vince1027)
|
by roflzombie
Not sure what's happening w/ fstream.
|
|
[6 replies] Last: I do not know what's inside the "fstream.h" that Microsoft is using so... (by vince1027)
|
by optima
application file
|
|
[5 replies] Last: @Grey Wolf thanks for cerrecting (by guruplus)
|
by Rope
Convert int to string without itoa?
|
|
[1 reply] : #include <iostream> #include <sstream> int main() { int numb... (by ropez)
|
by velaphi
The if Statement
|
|
[5 replies] Last: thanx again.. (by velaphi)
|
by Deej
Debugging options
|
|
[no replies]
|
by Need Help
HELP in C++, simple console program
|
|
[2 replies] Last: Thanks a lot "yang", I really didnt expect such a quick reply. (or one... (by Need Help)
|
by nizbit
input from file to string array
|
|
[no replies]
|
by Senne
assertion failure
|
|
[1 reply] : The most likely cause of this error is indexing the vector beyond the ... (by closed account z05DSL3A)
|
by nizbit
File input and arrays
|
|
[1 reply] : deleted post (by nizbit)
|
by Fasine
Array Declaration.
|
|
[1 reply] : By doing some step by step dynamic initialization, I think your proble... (by vince1027)
|
by umen
what does it means if function or struct that declares outside the class
|
|
[1 reply] : It's a C++ convention for class implementation. Class declarations ... (by vince1027)
|
by TheHunter
Multiple Multiply symbols?
|
|
[2 replies] Last: Oh my gosh thank you I don't know how I missed that. I make that error... (by TheHunter)
|
by moporho
Help! Pass Value & Reference
|
|
[2 replies] Last: Note that 5/9 is 0 in the language of C and C++. Since both operands ... (by Ganon11)
|
help please |
|
[no replies]
|
by doleczki
Visual C++ output window
|
|
[2 replies] Last: thanks :) (by doleczki)
|
by Rope
Output file is not the same as input file
|
|
[no replies]
|