by Mikkiz
Need assistance with assignment(creating menus,Arrays)
|
|
[4 replies] Last: Here's an example of a couple of menu functions. #include <stdio... (by AbstractionAnon)
|
Dev C++ Programming |
|
[2 replies] Last: I think you have the formula wrong. Shouldn't it be C(new) = C(old)*(... (by dhayden)
|
by onlliw
Help with a programm
|
|
[2 replies] Last: k understood .thx (by onlliw)
|
by liatleder
for concept
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/control/ use code tags - you've... (by mutexe)
|
by pacman169
Program 10
|
|
[13 replies] Last: FYI, in your given code you can quit by sending an EOF signal , in a U... (by a k n)
|
Return this pointer vs Pointer to class? |
|
[13 replies] Last: FINALLY! After a day or two finding some answers. I finally understand... (by procastination)
|
by zionet
How to counting the most common element in a vector?
|
|
[1 reply] : A simple solution would be to use std::count() on every element of t... (by Catfish666)
|
by sharkcoder
C++ VS 2010 express Error
|
|
[1 reply] : Got VS service pack installed? http://stackoverflow.com/questions/108... (by mutexe)
|
by DarkJake
c++ bullets
|
|
[no replies]
|
by mew
fixing multipe definition error caused by including .cpp
|
|
[2 replies] Last: thanks for reply firedraco i created a global_function.h just as you s... (by mew)
|
by Furyoku
How to play sound with c++?
|
|
[2 replies] Last: As xismn pointed out, you could use OS specific function calls to do s... (by BHX)
|
by NookLines
endif ifndef - what for ?
|
|
[5 replies] Last: :O ! holy moly, thank you all so much! I really appreciate all of this... (by NookLines)
|
by jynx678
Sorting Arrays
|
|
[1 reply] : I've updated the function a little. void YearD(string movies , int ... (by jynx678)
|
by CMonkey
Help!
|
|
[3 replies] Last: You are welcome, but make sure you take note of my changes as I edited... (by BHX)
|
by zionet
HELP. Find the Max duplicate string in a map
|
|
[no replies]
|
by angiechann
Randomizing
|
|
[7 replies] Last: Is this supposed to be in a console because I do not understand this p... (by admkrk)
|
by octopussy
Making a List For My Program
|
|
[8 replies] Last: An example: Dput, you're a saint. I'm going to try to put that code... (by octopussy)
|
by SkyCountry
static void function in a class
|
|
[4 replies] Last: You could have done Output::print( rec.area() ) It seems that the ex... (by ne555)
|
by Seag
Exc_Bad_Access
|
|
[7 replies] Last: std::rank() was added in the c++11 standard. wildblue is correct usin... (by norm b)
|
by Danilo91
what the hell ?
|
|
[2 replies] Last: Do you have a main function declared anywhere? It's either that or you... (by firedraco)
|