by houndbob
exercise in c++ book that bleeps out words
|
|
[6 replies] Last: Thank you so much Andy! (by houndbob)
|
by Majeek
Test Various Different Variables?
|
|
[3 replies] Last: Please forgive the late addition to the solutions already provided, bu... (by Cheddar99)
|
by Majeek
Add A Bunny Age System?
|
|
[1 reply] : If this is your assignment, you're doing it wrong. You shouldn't be wo... (by fiji885)
|
wowels/consonants |
|
[17 replies] Last: #include <iostream> #include <string> #include <cctype> using namespa... (by lastchance)
|
by Majeek
Beginner Project To Help With Unreal Engine?
|
|
[1 reply] : Have you tried playing around with SDL (https://www.libsdl.org/) and g... (by Cheddar99)
|
by usmannazir
Error in Visual Studio
|
|
[4 replies] Last: Well each one of those array references is a potential source of the p... (by salem c)
|
by Taucg
type
|
|
[3 replies] Last: Pretty much they get promoted from whatever to internal FPU size. If... (by jonnin)
|
by jasper hall
Error
|
|
[3 replies] Last: You can't read a nullptr: int *ip=nullptr; int i = *ip; // illegal ... (by dhayden)
|
by advancedip
Pascal Triangle
|
|
[3 replies] Last: more useless info … until the coefficients move to double digits, s... (by jonnin)
|
by imohammad74
how to use libraries in C++
|
|
[1 reply] : did you try their example? https://github.com/dpilger26/NumCpp/tree/ma... (by jonnin)
|
by usmannazir
FILE *fp2
|
|
[9 replies] Last: For each of those errors, the problem is the argument to fclose() not ... (by dhayden)
|
by mitsumo12
please i need help with my homework
|
|
[10 replies] Last: A couple of things ... Your "if" statements seem a bit awry, and you e... (by Cheddar99)
|
by Zivojin
Deleting a pointer
|
|
[8 replies] Last: Thank you all for your replies. (by Zivojin)
|
by Majeek
Why doesnt this work
|
|
[5 replies] Last: What's this a prototype for the main function?? int main(); You don'... (by Grime)
|
by kdrewes
Find the highest and lowest value of a multidimensional array
|
|
[2 replies] Last: Works perfectly! Thank you so much for the help! (by kdrewes)
|
by Taucg
temp
|
|
[2 replies] Last: http://www.catb.org/esr/faqs/smart-questions.html#bespecific (by salem c)
|
by iTzBigRed
Please help with for loops
|
|
[5 replies] Last: ah okay thanks guys you both been a lot of help! I got it all to work! (by iTzBigRed)
|
by Horror
User Defined Functions
|
|
[1 reply] : This link talks about functions: http://www.cplusplus.com/doc/tutorial... (by chicofeo)
|
by bbsmiley
forward_list question
|
|
[1 reply] : I'm not familiar with using forward_list, but if you like the first ap... (by Cheddar99)
|
by srk100
Counter
|
|
[1 reply] : that is just about unreadable, so I will leave you with a thought (apa... (by jonnin)
|