by Sarawazir006
Game c++
|
|
[4 replies] Last: Try these: http://cplusplus.com/articles/N6vU7k9E/ http://www.dreaminc... (by closed account L1AkoG1T)
|
by ownager
Counting elements in arrays
|
|
[12 replies] Last: You need to know the maximum value that will be in your array. Array ... (by Lowest0ne)
|
by Booney642
C++ Code assistance
|
|
[1 reply] : At what part are you stuck and post what you have so far please. No on... (by soranz)
|
different font on each line |
|
[1 reply] : A comprehensive treatise on the subject ;) http://www.cplusplus.com/fo... (by soranz)
|
by Chris Meyer
Ideas for Caeasar encryption
|
|
[2 replies] Last: That makes perfect sense. Thank you. I think my biggest hurdle with ... (by Chris Meyer)
|
by thipp
Programs not having a window?
|
|
[5 replies] Last: I am just double clicking the executable, but launching it from my com... (by thipp)
|
by nasser
Need a code to write this programs
|
|
[6 replies] Last: i don't have a professor i'm learning by my self (by nasser)
|
by Rusticus
Reading In Deletes My .txt File
|
|
[2 replies] Last: You were exactly right, I deleted those lines and it now works as expe... (by Rusticus)
|
by CttLearner
I am looking for a book that enables me to learn C++ (basic)
|
|
[3 replies] Last: Good luck in your adventure:) It's going to be a fun adventure if you ... (by nedo)
|
by alg0513
First C++ project ever; need help!
|
|
[2 replies] Last: "cin >> mass" is that how that line is in the source? with no ; ? 'ca... (by cPlusN00b)
|
by fiji885
How to create a text file on a folder
|
|
[1 reply] : By specifying the full path in your file creation function. By default... (by closed account 3TXyhbRD)
|
by Bolong Yu
Counting
|
|
[1 reply] : There are 6 vocals in alphapet: a, e, i, o, u, y. You need to check ea... (by eraggo)
|
by iOSMusician
I followed the tutorials here, now what?
|
|
[9 replies] Last: Well, there are not so many super simple ones. You can of course try a... (by Fransje)
|
by talktime104
How does this code work?
|
|
[6 replies] Last: why doesn't it mean if(is_prime==false) coz there is no specificati... (by JockX)
|
by Ch1156
What do these warnings mean?
|
|
[7 replies] Last: Wide character literals should be prefixed with L, L'★' . Not sure ... (by Peter87)
|
by anyone94
Anyone can explain to me what mean for fflush(stdin) and when nid to use it
|
|
[3 replies] Last: > When we nid to use fflush(stdin) n why we nid to use it? It is not ... (by JLBorges)
|
by atroposi
QuickSort problem
|
|
[6 replies] Last: thanks all i revised the swap function and the line 43 if (x == ... (by atroposi)
|
by jeje
username and password validation
|
|
[4 replies] Last: Do not make duplicate posts. http://www.cplusplus.com/forum/general/9... (by kbw)
|
by Hashimatsu
Random number problem; No output
|
|
[5 replies] Last: Change for(int j=0; j<7; j++) { //if they do, ... (by nedo)
|
by Riley
Cosine Law problem..
|
|
[4 replies] Last: Thank you so much! (by Riley)
|