by CisntEZ
Initializing an array of structs with functions
|
|
[6 replies] Last: I think I got it thank you all! (by CisntEZ)
|
by Baconator
Why are my variables not carrying over?
|
|
[no replies]
|
by nico144
Hello everyone, How to do this how do i start
|
|
[3 replies] Last: Study this code, test it, make sure that you understand it, play aroun... (by JLBorges)
|
by schmiischmoo
Classifying numbers from file - All registered as zero?
|
|
[1 reply] : #include <iostream> #include <fstream> void update_counts( int numbe... (by JLBorges)
|
by pdgaming
How do i get my function to read the entire file and what is wrong with my function
|
|
[2 replies] Last: even when I change the function to while(input.get(characters)) { ... (by pdgaming)
|
by bman8932
Help with for/while loop
|
|
[3 replies] Last: Can't use <conio.h> in my Linux machine, anyway I hope the following c... (by Enoizat)
|
by Baconator
Getting multiple lines and numbers from a text file without using arrays..?
|
|
[no replies]
|
by Whos Sayin
My function doesn't assign variables a character
|
|
[1 reply] : So the error message points to line 9 correct? My guess is that the f... (by bmakloski)
|
by sarang1996
My program doesnt work !
|
|
[no replies]
|
by tcrossley17
Randomly printing out a string
|
|
[4 replies] Last: What compiler are you using? Try adding: #include <cstdlib> ... (by kingkush)
|
by nico144
How to do this.
|
|
[3 replies] Last: #include <iostream> using std::cout; int main() { int pop = 1000... (by mertsamilgul)
|
by bmakloski
Help with Polynomial Class and Dynamic Arrays
|
|
[no replies]
|
by matthew464
Getting Wrong values for money to coins program
|
|
[4 replies] Last: when i had to do a similiar probably my teacher just said to use int a... (by kingkush)
|
by moosyman
How to make a function use objects outside of function they are declared in
|
|
[3 replies] Last: I was assuming this would be a universal thing, so I didn't think of a... (by moosyman)
|
by FranciscoSAW
Comparing C-strings
|
|
[2 replies] Last: Thank You God Peter87! :) *clicks in like button* (by FranciscoSAW)
|
by ttiimm13
help smart pointers
|
|
[4 replies] Last: for future referance for anyone who may read this. std::unique_ptr<Li... (by ttiimm13)
|
by nubatcpp
Learning C++ with MOOCs or videos?
|
|
[3 replies] Last: i think it's bucky roberts actually https://www.youtube.com/watch?v=tv... (by gunnerfunner)
|
by adventccy
Unable to open second file after the first
|
|
[6 replies] Last: @Handy Andy First of all, I appreciate the detailed response, thank yo... (by adventccy)
|
by Airynoob72
Input validation errors
|
|
[7 replies] Last: @NeedsafeLife You are trying to do many things at the same time which ... (by longberns)
|
by moosyman
How to quickly compare an integer to multiple integers?
|
|
[2 replies] Last: there are other ways. If the arrays were sorted, as soon as you found... (by jonnin)
|