by Cambalinho
Code Blocks(IDE): why i lose the text code focus?
|
|
[1 reply] : on menu Settings - Environment. on list Notebooks appearance, we disab... (by Cambalinho)
|
by jmitchell11
File I/O
|
|
[8 replies] Last: Just read each one in turn, using the << operator. However, be awar... (by MikeyBoy)
|
by ZestyCthulhu
Counting is always incorrect
|
|
[4 replies] Last: There are 2 things you could possibly use for your program. You could... (by wubbits)
|
by bigboss98
Module need helps
|
|
[1 reply] : Help me to make Module on this code pls. Do what? Can you explain ... (by MikeyBoy)
|
by sean4fsu777
Using and understanding of basic OOP concepts withing a program
|
|
[2 replies] Last: Okay, thank you. I will work harder on the programs and ask only for s... (by sean4fsu777)
|
by JProgrammer
How to display the name of a monster?
|
|
[5 replies] Last: I end up getting a C3867 error A valuable skill for a C++ programme... (by Repeater)
|
by gvillebrown
Creating an integer array with a for loop
|
|
[11 replies] Last: Also, regarding your loop: [code firstline=9] const int NUM_LETTERS... (by MikeyBoy)
|
by masterinex
Strings
|
|
[11 replies] Last: Do you see how other people are able to answer my question without ha... (by MikeyBoy)
|
Displaying function in C++. Help Needed! |
|
[2 replies] Last: You're right, sorry and thank you! :) (by polishprogrammer88)
|
by meisab1gn00b
Why do I have to include this line when I want to generate a random number?
|
|
[2 replies] Last: Not quite fine. You want [1..100]. You get [0..99]. Overall, do not l... (by keskiverto)
|
by joycelyn
reverse function with arrays c++
|
|
[1 reply] : Add this line of code inside your inner loop. cout << "Swa... (by salem c)
|
by Fortem
Looping
|
|
[2 replies] Last: Hello Fortem, You could use: do { switch(choice) { } }... (by Handy Andy)
|
by devcppuser
Incorrect array values being outputted, compiler error?
|
|
[7 replies] Last: Solved, wrong array values. Thanks for the help! (by devcppuser)
|
by JayGln
meeting problem
|
|
[7 replies] Last: I don't know what to recommend. Any modern book that covers at least C... (by tpb)
|
by rozick1
How to represent child parent relationships?
|
|
[7 replies] Last: Rozick1, I think you need to explain the problem in some more detail. ... (by dhayden)
|
by andrew d
useing a function to match arrays
|
|
[2 replies] Last: this could get you in trouble ... but the work smarter answer is some... (by jonnin)
|
by gvillebrown
Variable Declarations and Array Boundaries
|
|
[13 replies] Last: What info would you expect to be displayed? You haven't written anyth... (by MikeyBoy)
|
by superselo99
Matrix Problem
|
|
[6 replies] Last: excuse me you have a point there! (by superselo99)
|
by ineedhelp2
Array checker game
|
|
[8 replies] Last: Since the arrays contain the indices of one player's checker pieces, t... (by Ganado)
|
by DdavidDLT
Checking each digit
|
|
[18 replies] Last: What do you mean you aren't using sk? It's the number that you read fr... (by lastchance)
|