Difference between declaration and definition |
|
[15 replies] Last: Nice. Thanks for the source. (by NewProgrammer)
|
learning function and array. |
|
[12 replies] Last: i have some problem about array..i need to built a program about weddi... (by tiara shahrul)
|
c++ calculator problem |
|
[6 replies] Last: #include<iostream> using namespace std; int add(int x, int y); int sub... (by piezoelectron)
|
I don't understand this class member |
|
[2 replies] Last: thanks for telling me (by black yurizan)
|
by Kieth89
Using FindFirstFile()
|
|
[no replies]
|
by ilnara
Dynamic pointers to pointers ...anyone?
|
|
[3 replies] Last: do you know how many hours i was trying to figure that out???? "Was... (by shacktar)
|
by kong288
Help!
|
|
[3 replies] Last: I reluctantly say "goto", but you're using the language in a way it wa... (by helios)
|
by DebutantC
Reading bits of a character
|
|
[2 replies] Last: you must write a function which will use Decimal To Binary math. read ... (by ilnara)
|
by eXodus123
A Word List Generator - how to start?
|
|
[1 reply] : Have you think about using a database? (i am pretty new to the languag... (by masky007)
|
by wescreuz
help guys...please..
|
|
[7 replies] Last: The computation for above would be: double sss = salary * .03; doub... (by bool maybe)
|
by Tanuj31
Pointers........
|
|
[6 replies] Last: [quote=hamsterman]How does cout << Pointer not work? (sic) Should h... (by closed account zb0S216C)
|
by kriminal
HELP PLEASE!!!
|
|
[10 replies] Last: Thanks. (by kriminal)
|
by Tanuj31
pointers-0
|
|
[1 reply] : z and y are pointing to garbage. (by hamsterman)
|
by goth
Tic Tac Toe
|
|
[11 replies] Last: you can use a for loop to check for winning combinations.. first for t... (by masky007)
|
by game1234
Black Jack aces
|
|
[2 replies] Last: I can probably tell you why this isn't working right. Because there is... (by Computergeek01)
|
by myristate
Evaluating date types of char
|
|
[4 replies] Last: That's essentially what i assumed. Does that mean that if your using ... (by wolfgang)
|
how can print this?with for loop? |
|
[5 replies] Last: The key to drawing triangles like that is to notice how numbers of cha... (by hamsterman)
|
by Tanuj31
Recursion
|
|
[1 reply] : #include <iostream> void fun(int a) { if(a==2) std::cout... (by wolfgang)
|
by goth
Wait() problem.
|
|
[3 replies] Last: That did the trick. Thanks! (by goth)
|
by codrgi
show last digit of string/int
|
|
[5 replies] Last: You can use % operator for any number of integers you want to separate... (by Undeclared)
|