by megatron 0
Hints and tips for a little menu class
|
|
[no replies]
|
by aiiight
Counting Integers program help!
|
|
[1 reply] : You are (un)lucky. On line 11 you do declare variable numbers, but do... (by keskiverto)
|
by MaBunny
Simple Calc: Problem 2
|
|
[3 replies] Last: Why not learn from the experts? Here is a demo from Bjarne Stroustrup ... (by Thomas1965)
|
Split string into sentences? |
|
[6 replies] Last: Oh, thakns. That helped. (by InsanelyNormal)
|
size_t and hashing |
|
[1 reply] : size_t is a type. Like: unsigned or int . It is guaranteed to ... (by cire)
|
by Idiotal
Expression must have class type error.
|
|
[8 replies] Last: every time it returns the P back to O again I suggest you separate o... (by Chervil)
|
by tehHuzzlenut
Printing 3D Arrays
|
|
[3 replies] Last: Thank you so much! I'll mess around with this more until I get it! (by tehHuzzlenut)
|
by badw0lf
trying to get out of loop + start a new display
|
|
[4 replies] Last: ok i changed OS' from Mac (Xcode) to visual studio and it solved my pr... (by badw0lf)
|
by gameguy8888
How to make a program do something by pressing a key on the keyboard
|
|
[1 reply] : You could use GetAsyncKeyState, from <windows.h>, to detect the key as... (by InsanelyNormal)
|
by halagi
[help] style of object creation in C++
|
|
[2 replies] Last: This is something that often confuses people. Fraction a(); looks a... (by MikeyBoy)
|
by kyophan
nullptr and delete
|
|
[1 reply] : So I'm wondering if setting it to nullptr is doing something more. I... (by keskiverto)
|
Encryption/decrytption program. Files not opening. |
|
[3 replies] Last: What I suggest is to start simple, and add any other features graduall... (by Chervil)
|
by ProgMan
hangman
|
|
[2 replies] Last: but how can i make an option to prompt the user if he wants to have a ... (by ProgMan)
|
by etrusks
Variadic template function not working
|
|
[5 replies] Last: Tnx man for the information but now I'm not that good with installing ... (by etrusks)
|
by hissatsu
Please, Help
|
|
[2 replies] Last: I'm apologize about my stupid question, You are right! So the thing is... (by hissatsu)
|
by Catungal
Function is not calculating my coefficients
|
|
[2 replies] Last: Thank you. This helped a lot. (by Catungal)
|
by aidenkael
Choosing a random number gives me error in array
|
|
[2 replies] Last: int r1 = rand() % 6; This will return a value from 0 to 5 , inclusi... (by integralfx)
|
by aidenkael
MidTerm Exam Question
|
|
[4 replies] Last: If you would like to use the address-of operator (&), you can just do ... (by integralfx)
|
by vikillav
Reversing a value
|
|
[2 replies] Last: I would recommend converting each number into a string. This makes it... (by integralfx)
|
by Catungal
How do I get my main function to switch from case 0 - 2 with my int function?
|
|
[2 replies] Last: Thank you so much! (by Catungal)
|