counting characters |
|
[7 replies] Last: I just realised you can re-size the cmd box..... (by learningcplusplus898)
|
by marjstov
How do I get the names to print then ask me for the amount?
|
|
[2 replies] Last: Have you thought about using arrays of struct's or classes to program ... (by closed account 48T7M4Gy)
|
by zzhao0610
pass an object to a member function
|
|
[4 replies] Last: Thank you so much Renthalkx97 and MiiNiPaa! (by zzhao0610)
|
For simply programs, is function prototyping necessary? |
|
[2 replies] Last: Formatting, stylistic reasons. Logical order as well in that you want ... (by YFGHNG)
|
by johndoey
Hard time getting pass makefile
|
|
[no replies]
|
by dendritic
Using doubly linked list
|
|
[no replies]
|
by CodeWriter
why is the messy setup required?
|
|
[3 replies] Last: Thank you for your replies they have been very helpful in understandin... (by CodeWriter)
|
by kripology
Swapping two arrays
|
|
[no replies]
|
by Marth
breain=freid. do.while demons
|
|
[1 reply] : Line 54. else if (userPayment > choice1 || choice2 || choice3 || ch... (by thefly)
|
by kalrin
program help please
|
|
[8 replies] Last: You increment totalDiscount at line 86 and display it at line 116. Th... (by AbstractionAnon)
|
by hpardo11
Infinite Loop
|
|
[2 replies] Last: Line 38: If the last in >> operation was successful, you're going to ... (by AbstractionAnon)
|
by Marth
Help for While Loop
|
|
[3 replies] Last: Having someone else look at code usually makes the writer feel stupid.... (by Duthomhas)
|
by Steven Zinn
For loop help?
|
|
[3 replies] Last: The default skip value is one so cin.ignore() ignores only a single ch... (by AbstractionAnon)
|
by Jaman3
How to separate words on the same line in an .txt file
|
|
[2 replies] Last: Thank you so much. That was all I needed. (by Jaman3)
|
by Phil15
keyword "new"
|
|
[9 replies] Last: There is an important difference between what you posted and what JLBo... (by AbstractionAnon)
|
by newb4lyfe
Memory allocation (deletion)
|
|
[6 replies] Last: Matrix a(2,2); Matrix b(2,1); ~Matrix a; ~Matrix b; You normally (li... (by dhayden)
|
by CodePotatoe
D&D NPC Generator
|
|
[6 replies] Last: Ok ok first try, got a female cleric with 12 str, and 15 wis/int. Abov... (by YFGHNG)
|
by castik
C++ Fixed Point Notation
|
|
[1 reply] : Fixed point precision is just saying that the first n digits of a numb... (by Duthomhas)
|
by Alianjaro
Creating a script that controls another program?
|
|
[1 reply] : You might want to check out Expect: http://expect.sourceforge.net/ Fi... (by Duthomhas)
|
by castik
Character address size, "sizeof"
|
|
[2 replies] Last: Thank you for your help! (by castik)
|