by jaakinye
using substring inc++
|
|
[no replies]
|
by hasnaa2
reading data in columns from a file
|
|
[1 reply] : while (InputFile >> hours >> payrate) { // other code here } ... (by closed account EwCjE3v7)
|
by DrJones
member functions of vector?
|
|
[10 replies] Last: > but the iterator itself isn't it an integer? no. Iterators are used ... (by ne555)
|
by banithel
Need help identifying errors please
|
|
[2 replies] Last: Number 7 array can only have 3 characters not 5. 8 because array was n... (by closed account EwCjE3v7)
|
by Demexxus
Simple Calculator Not Working
|
|
[4 replies] Last: Just a thought, I don't know if the assignment requires they type in ... (by wildblue)
|
by leo255
Need some help with basic dynamic mem. allocation
|
|
[1 reply] : Edit: found the answer. Shouldn't have declared int * newArr inside of... (by leo255)
|
by skimmer001
Structures and dynamic allocation
|
|
[9 replies] Last: Ok i have figured it out. Thanks for helping. (by skimmer001)
|
by blairtch
Reading Data from a File
|
|
[8 replies] Last: Of course you can ignore the operator overloading, but you will have t... (by megatron 0)
|
by masschamber
2D array with linked lists.
|
|
[no replies]
|
by and kand 97
Random Number guessing program
|
|
[12 replies] Last: Okay, I think I got. Can someone check for me? #include <iostream> #... (by and kand 97)
|
by Horry
Logical gates calculator
|
|
[no replies]
|
by arortell
Valgrind is complaing about freed memory
|
|
[no replies]
|
by danghotties
Dynamic 2D Array
|
|
[2 replies] Last: And for the rows I could just switch around the variable in the array,... (by danghotties)
|
by pablovg
Pass the calculator!
|
|
[1 reply] : Before worrying about what to do at line 35, you need to get rid of yo... (by AbstractionAnon)
|
by Andromedine
Finding the lead horse.
|
|
[1 reply] : Line 203: You've determined the winner and turned the racing flag off... (by AbstractionAnon)
|
by elite zero
to lower case
|
|
[16 replies] Last: The thing is, you output everything before line 236. Try outputting ag... (by giblit)
|
by theanswer
Time complexity (O notation)
|
|
[2 replies] Last: It depends on how those 3 parts relate to each other. If they execute ... (by Smac89)
|
by Scizor
Binary Search for Char Array?
|
|
[3 replies] Last: Don't know what you had, so can't tell you why you got an error. Th... (by AbstractionAnon)
|
by skimmer001
struct pointers to functions
|
|
[5 replies] Last: Lines 40-42: you're outputting a number. Not the most user friendly, ... (by AbstractionAnon)
|
by DrJones
Appending objects
|
|
[7 replies] Last: Good to know. (by shadowCODE)
|