by Umar Dafedar
what exactly is the difference between int main() and void main()
|
|
[1 reply] : Since the standard dictates that main has to return int, the first one... (by Athar)
|
Bubble Sort issue |
|
[5 replies] Last: Thanks, kev82. That got it. (by killingthemonkey)
|
Database Program |
|
[7 replies] Last: I would go with option 1 and sqlite. If you don't know sql, you would ... (by kev82)
|
by axeves
Help with Headers
|
|
[2 replies] Last: #include "ClassB.h" Just copies the whole content of the file to the... (by Breadman)
|
by cppwarrior
Why not Console?
|
|
[5 replies] Last: The SFML tutorials: http://sfml-dev.org/tutorials/1.6/ (by Athar)
|
by IKNOWNOTHING
Seperate Computer for programming?
|
|
[7 replies] Last: Yesterday, I accidentally wrote a program called "ping" that created 2... (by helios)
|
by deeus18
Help: Installing CLAPACK with VS2010
|
|
[8 replies] Last: Thanks modoran for reading my post. Here is scrrenshot uploaded ... (by deeus18)
|
by fiona
Random Numbers in an Array
|
|
[6 replies] Last: Thank you so much guys! My friend told me to use an itoa function but ... (by fiona)
|
by TAMH
Help with my Blackjack program
|
|
[3 replies] Last: Something someone should point out, Borland is way out of date (*hint*... (by Danny Toledo)
|
by gotBytes
Complier error
|
|
[3 replies] Last: Wrapping the computation in parentheses will change the order of prece... (by closed account zb0S216C)
|
by Passion
Char array new form ?
|
|
[3 replies] Last: Thankss ^_^ (by Passion)
|
by rucafe
Using classes to retrieve data
|
|
[1 reply] : You want to create a collection. See http://www.codeproject.com/KB/tr... (by webJose)
|
by john369
help with functions
|
|
[2 replies] Last: taxRate = grossPay * .23; i think the problem is there. taxRate is... (by Breadman)
|
STL is a toy for beginner? |
|
[3 replies] Last: Looks like there are no way to solve this kind of problems Somebodies... (by stereoMatching)
|
by alanmenhaj
difference between using cin.peek and simply calling a character variable
|
|
[1 reply] : [co de] "Please use code tags" [/co de] while (ch == '#') //ch ne... (by ne555)
|
by Lukedude100
Check Multiple Numbers With a Switch Statement
|
|
[1 reply] : int i = 5; // any value here switch (i){ case 0: case 1: case... (by modoran)
|
by Umar Dafedar
I am beginner to programming
|
|
[1 reply] : You must compile (or build) the code. Which IDE are you using? (by lfnunley)
|
by Umar Dafedar
use of namespace
|
|
[3 replies] Last: C++ got a proteccion for the colisions with names, for example a funci... (by Aikon)
|
by Umar Dafedar
I typed this program. this program is not displaying the output
|
|
[7 replies] Last: [quote=helios]There's two possible interpretations for what you said, ... (by closed account zb0S216C)
|
by ssk1990
How do i return an array from a function?
|
|
[1 reply] : It can't be done directly. http://www.cplusplus.com/forum/beginner/436... (by helios)
|