by cmascare
Using for loop in this equation using c++ (1,2)
|
|
[25 replies] Last: That is one triangle. A file can have many such "facet" entries. A... (by keskiverto)
|
by sercandemir
row vector
|
|
[8 replies] Last: I think the problem was lack of & sign before a in the last printf. ... (by AbstractionAnon)
|
by jwhong12
function prototype
|
|
[1 reply] : Dont Double Post! - http://www.cplusplus.com/forum/beginner/161035/ D... (by TarikNeaj)
|
by apophyus
Just a question
|
|
[2 replies] Last: thanks very much for the advice, ill try both and see which one works ... (by apophyus)
|
by kbjun1643
Help me to make barcode shape
|
|
[1 reply] : Do Not Double Post - http://www.cplusplus.com/forum/general/161067/ (by TarikNeaj)
|
by jakvrh1
Dynamic memory
|
|
[2 replies] Last: Well I know that I musn't use first code ever because it could crash p... (by jakvrh1)
|
by jessiebnyc
cin not appearing in compiler
|
|
[3 replies] Last: @Ganado. You just helped me so much. As you can probably tell I'm new ... (by jessiebnyc)
|
by hamaney
Universal Char rendering
|
|
[no replies]
|
by Jweim
Trouble Compiling Prog That Uses Classes
|
|
[1 reply] : The signature of a function declaration must match the signature in th... (by keskiverto)
|
by Vandalism
Stacks through Pointers
|
|
[15 replies] Last: Wait: line 38 doesn't make sense. It should be if (top == 0) ... (by coder777)
|
by drewblade
C++ no. of data in a file?
|
|
[no replies]
|
by PedoDorf
How to start?
|
|
[1 reply] : You should begin learning language features, like Control Handling (if... (by S G H)
|
by howards213
Need help with 2D arrays
|
|
[7 replies] Last: Please, lets practice first with 1D array. void copyStr( const std::s... (by keskiverto)
|
while loop simple question |
|
[1 reply] : int x = 0; while(x<20) { x++; cout << x; if(x%5==0) cout << endl; } (by agamatr)
|
by agamatr
Function to find number of elements in a stack
|
|
[1 reply] : Depends on what information you're allowed to access. Assuming you don... (by Ganado)
|
by thecryptarch
Conflicting Types Error
|
|
[2 replies] Last: Remove Line 11 , You already have a function prototype at line 6 so... (by Atyab)
|
not declared in scope and no member name with vectors. |
|
[2 replies] Last: Ok so I see what I did wrong for the second one but the first one conf... (by majinvegeta010688)
|
by StoneHeart
How to animate a list of sprite
|
|
[1 reply] : In C++ there are different libraries that are used to develop 2D and 3... (by Atyab)
|
by Flakjacketx
Counting in a function
|
|
[5 replies] Last: I don't know that there's one "best way" to accomplish it. There are ... (by tscott8706)
|
by Blev 58
Simulate rolling a die using functions
|
|
[2 replies] Last: @Blev 58 Actually, it's much easier to get the random die number than... (by whitenite1)
|