by fathypour94
reading from file
|
|
[3 replies] Last: Also don't forget the #include <fstream> at the top of your file eit... (by Computergeek01)
|
long double pow |
|
[3 replies] Last: Break the line with the two calls to pow into two separate statement... (by Moschops)
|
by geekocoder
tic tac toe
|
|
[8 replies] Last: This is for ncurses, but the functions are the same http://tldp.org/H... (by kev82)
|
by Gantt42
Objects with pointers to each other
|
|
[2 replies] Last: Thanks. That's just what I needed. (by Gantt42)
|
by h9uest
:: fails with case statement
|
|
[4 replies] Last: @Xander314: If you write ::WM_CREATE, it will fail because that mac... (by h9uest)
|
by ausairman
second set of parentheses in function declaration???
|
|
[5 replies] Last: Thanks :) (by ausairman)
|
by dvikan
I have written my first library. Feedback is very velcomed!
|
|
[8 replies] Last: Thanks for replies! Will take them into consideration. (by dvikan)
|
by Itu
Little Text RPG project - Shop
|
|
[7 replies] Last: Your code should have classes . Game structures without classes will... (by closed account zb0S216C)
|
by Nisheeth
Some practice projects
|
|
[4 replies] Last: I will try sudoku first. And yes, I too like games. (by Nisheeth)
|
by jjimijimmy
How do i make cout depend on cin
|
|
[7 replies] Last: You can negate the need for 'y' and 'Y' by using: switch (tolower(choi... (by edithsong)
|
by snufflehound
Dereferencing dynamically allocated struct arrays
|
|
[10 replies] Last: Good point, thanks again. (by snufflehound)
|
by nima0102
Stop on "recv" function
|
|
[2 replies] Last: Hi Thanks for your reply I want to test this method for exercise purpo... (by nima0102)
|
by Deftwun
Template Question
|
|
[2 replies] Last: Yup that's exactly what I'm looking for. Thanks LB (by Deftwun)
|
by caneta
Executable call into an executable: can I pass streams to it? (1,2)
|
|
[21 replies] Last: "/dev/stdin" could make it read from the standard input. So you coul... (by ne555)
|
by Krahl
forward class declaration
|
|
[8 replies] Last: Thanks hamsterman and computergeek for your help. Cheers K (by Krahl)
|
Error in Output |
|
[6 replies] Last: Thanks for pointing that out. (by manasij7479)
|
by tonnot
cant pass a member of a class by reference...
|
|
[4 replies] Last: Can you show us the actual method your talking about? (by binarybob350)
|
by nekroze
using new on an array of class pointers?
|
|
[3 replies] Last: Post some code so we can see what you are really trying to do. (by binarybob350)
|
by cmaypara
how to clear cin on screen right after entering a number
|
|
[5 replies] Last: I should point out that redrawing the screen is not some monumental ta... (by Computergeek01)
|
by sebgar
linked lists
|
|
[1 reply] : The purpose of a linked list is the same as any other container. Does ... (by hamsterman)
|