by angrymike
My if statement is ignored.
|
|
[no replies]
|
by shorty5161
Calling function that PaintEventArgs and other parameters C++?
|
|
[2 replies] Last: Cool thanks Thomas1965! :) (by shorty5161)
|
by breindy
deck of cards in structs
|
|
[2 replies] Last: I would organize it like that: enum Suit { Spades, Clubs, Hear... (by Thomas1965)
|
by northfly
If I replace srand()/rand() with srandom()/random(), is RAND_MAX is still there?
|
|
[1 reply] : rand() is a standard C function http://en.cppreference.com/w/c/numeric... (by Cubbi)
|
Operator Overload |
|
[no replies]
|
by infocrasher
Implement Converter & calculator
|
|
[2 replies] Last: ??? (by infocrasher)
|
by gamichael123
Progam Help
|
|
[2 replies] Last: just need help with catching the leap years and months that have diffe... (by gamichael123)
|
by omer123
What is the difference between a library and a framework?
|
|
[3 replies] Last: OK.Thanks (by omer123)
|
by gamichael123
Progam Help
|
|
[4 replies] Last: http://www.cplusplus.com/forum/general/187977/ (by chicofeo)
|
by alex067
Reading segments from text file
|
|
[7 replies] Last: Your problem is with the parsing. The , and ; are special characters s... (by Thomas1965)
|
by jspence300
File input / output binary
|
|
[3 replies] Last: It looks like the file can store more than one object but the code to ... (by dhayden)
|
Inverse Permutation |
|
[1 reply] : For example if the character B is in position 3 in the input permutat... (by Moschops)
|
by yjarrar
Create interest program, and set a table.
|
|
[1 reply] : Please use code format tags (in the palette on the right) to format yo... (by kbw)
|
by nikhil173
rock paper scissors using functions with extra features
|
|
[1 reply] : Why don't you do a little search here on the forum? There are plenty o... (by Thomas1965)
|
by lin0524
Doubly Linked List Back Pointer
|
|
[1 reply] : It depends on what you've used DList::m_back. I would have thought th... (by kbw)
|
by anmol2701
bell character in array - control character
|
|
[2 replies] Last: I need to send the command to the printer which is like some hexadecim... (by anmol2701)
|
by student6579
Creating an array with random letters
|
|
[6 replies] Last: char A ; for (int r = 0; r<N; r++) for (int c =... (by Chervil)
|
by nostromo
First class program, how to implement design ideas?
|
|
[1 reply] : Now, I thought it might be a good idea that instead of outlining all t... (by nostromo)
|
by yjarrar
Creating a register; Fruit Stand Program
|
|
[3 replies] Last: Hi, Please use code tags: http://www.cplusplus.com/articles/z13hAqkS... (by TheIdeasMan)
|
PathFileExists always returning FALSE |
|
[4 replies] Last: hmm... Ok, I'll try these and see if it will work. Thx. Update: Yep, i... (by closed account NUCkSL3A)
|