by ChiaraItaly
boolean variable
|
|
[1 reply] : code a is_member() function and an insert() function, then do for( x ... (by ne555)
|
by rojan1918
nested loop problem
|
|
[15 replies] Last: #include <iostream> double f( double ); using std::cin; using std::... (by closed account 48T7M4Gy)
|
by joeaswe1
Classes, Complex numbers
|
|
[1 reply] : http://www.cplusplus.com/forum/general/113904/#msg622050 referring to ... (by ne555)
|
by veihl
Caesar Cipher - Object Oriented Programming help
|
|
[1 reply] : that cout statement is indented in the same place as the rest of them ... (by veihl)
|
by Powdertrail
Naming pointers within loop - C
|
|
[1 reply] : Topic wholly changed because I got the answers of the first one alread... (by Powdertrail)
|
by cdv444
IF / ELSE IF Problem
|
|
[1 reply] : M = movieRentals; P = pizzas; I = itunes; movieRentals, pizzas, it... (by AbstractionAnon)
|
by Powdertrail
C - Address 0x0 is not stacked malloc'd or recently freed
|
|
[7 replies] Last: Peter: Thanks, now it's clear. What I intended to do was "stack_push(... (by Powdertrail)
|
by Panda187
Pure Beginners Question : Must be Impossibe
|
|
[12 replies] Last: Thanks but I went to the link but threes only three posts in it from Z... (by Panda187)
|
by Pollycode
IF/ELSE confusion
|
|
[2 replies] Last: Im assuming you dont know what arrays are and im assuming in variable ... (by closed account E3h7X9L8)
|
by Panda187
Need help with a quick assignment question
|
|
[no replies]
|
by zacklucky
better way to work with combinatorics?
|
|
[5 replies] Last: Oop! Yep. They are the same. (by Duthomhas)
|
by istemihan
why bruteforce losts its fuctionlaity at some point in this code?
|
|
[1 reply] : Sorry couldnt answer to your problem but you gained my curiosity with ... (by closed account E3h7X9L8)
|
by FrankRafa
Read in numbers and strings from a txt file
|
|
[6 replies] Last: Is this what you are asking for: #include <fstream.h> #include <coni... (by Vibgyor)
|
by GGWPBOT
Reading file into arrays
|
|
[1 reply] : The big issue you have is that every time you call the Read function... (by Norm Gunderson)
|
trying to catch invalid user input |
|
[2 replies] Last: thank you! (by Princess Peach)
|
by Mor1994
Inheritance c++
|
|
[4 replies] Last: All of what was suggested in both posts can be done with any recent co... (by CrashMeister)
|
by lawgarra318
To calculate the number of people still on the bus after n stops?
|
|
[8 replies] Last: problem solved!! Thanks for your help!!!! (by lawgarra318)
|
Issue adapting C code to C++ |
|
[2 replies] Last: Thanks Duoas, changing to unsigned worked well, which makes a lot of s... (by big leigh bowski)
|
by Andym
reading a text file line by line
|
|
[7 replies] Last: Thanks for your help. For some reason, it makes sense the way you do ... (by Andym)
|
by leashbomb69
keep getting infinite loop output
|
|
[6 replies] Last: can't put a cin statement in a while loop argument You most certainl... (by AbstractionAnon)
|