by howellj8
Intro C++ formatting help!
|
|
[1 reply] : You might try the following windows only solution to manipulate the sc... (by AbstractionAnon)
|
by yepMe
Need to understand the logic of word count
|
|
[19 replies] Last: thanks a lot... i made it work now... i have understood also the logi... (by yepMe)
|
by CDavis
arrays with dice game
|
|
[2 replies] Last: Example: #include<stdio.h> #include<stdlib.h> #include<time.h> #defin... (by closed account j3Rz8vqX)
|
by kmartar
Need help with Errors on line 58
|
|
[5 replies] Last: Your if statements are defective. e.g. Line 9: What does the relati... (by AbstractionAnon)
|
by sierranm
Questions about c++: classes
|
|
[6 replies] Last: In your example info class, I'm not sure why you would want name to be... (by AbstractionAnon)
|
by jellybean
arrays and pointer
|
|
[6 replies] Last: yeah I changed it to void fillArray to this: void fillArray( int ... (by jellybean)
|
by whoovian11
hasing
|
|
[16 replies] Last: is there any way I can do it without removing the quotes? Enter site ... (by MiiNiPaa)
|
by whoovian11
What I am doing wrong? Map
|
|
[1 reply] : 1) your code assumes that your site and IP are separated by one or sev... (by MiiNiPaa)
|
by lazsers
Understanding the vocab
|
|
[4 replies] Last: pulls out functions and words and the like seemingly from no where As... (by MiiNiPaa)
|
by msrt92
Struct With New.... Dynamic
|
|
[6 replies] Last: Thank you all of you.. (by msrt92)
|
by CDavis
array's
|
|
[2 replies] Last: You can initialize col to 1 before the loop and increment it inside th... (by machinafour)
|
How much C++ syntax do you need to know? |
|
[7 replies] Last: experienced c++ programmers surely don't memorize every single detail... (by AbstractionAnon)
|
by Observer
terminate called after throwing an instance of 'std::regex_error' what(): regex_error
|
|
[2 replies] Last: '/' isn't a delimiter, it's a regular single-character regex atom The... (by Cubbi)
|
by carlplusplus
What's wrong with this? (Counting number of words in a sentence)
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/132544/ Hope this helps. (by Auroch)
|
by KappaMikey
Convert each letter in string from upper case to lower, and vice versa.
|
|
[3 replies] Last: @machinafour Oh, I didn't realize that it was that simple, thanks @ci... (by KappaMikey)
|
by carlplusplus
How do I add 3-limit attempts for inputting my password?(with code)
|
|
[1 reply] : Ask in a loop. Correct answer gets you out from the loop immediately.... (by keskiverto)
|
by carlplusplus
What's wrong with this? (Counting number of occurences of each letter in a sentence)
|
|
[2 replies] Last: thanks dude! It works now (by carlplusplus)
|
by imbritty
Program to "copy" a data file to a new file?
|
|
[4 replies] Last: There are many ways to copy. For examples, websearch "C++ FileIO Copy... (by keskiverto)
|
by danicpp
Wiered Behavious of of seekg() and getc()
|
|
[7 replies] Last: Well this code worked /* 1. Comments saying console are just user c... (by danicpp)
|
by Antone333
game exp question
|
|
[3 replies] Last: It is not unusual to make first several levels exp requirement hardcod... (by MiiNiPaa)
|