Halp |
|
[1 reply] : A simple input validation loop : while( true ) { string in; ... (by hamsterman)
|
by metulburr
executing a function by user input???
|
|
[1 reply] : You could append if( my_input == "info" ) do_stuff_with_info(); to e... (by hamsterman)
|
by joatmon
Constructor Question
|
|
[8 replies] Last: Sorry I didn't see it but the constructor prototype you were given is ... (by closed account D80DSL3A)
|
by ziodice
How to make an if state,ment activate if you put any letter
|
|
[1 reply] : just trying to help. char select; . . . printf("Do you want to en... (by marklycris05)
|
by marklycris05
How to swap the value?
|
|
[10 replies] Last: thanks for the help .. i have also thought about this method, a=a+b;... (by marklycris05)
|
by wraith
"no match function for call to 'count'
|
|
[2 replies] Last: That worked. Thank you, don't know why I didn't see that. (by wraith)
|
by Gene
Function not changing contents of Vector
|
|
[11 replies] Last: Ok, I removed that line and its working now, must have been really tir... (by Gene)
|
by joatmon
Head pointer null values
|
|
[2 replies] Last: That was it. I didn't see that when clearing the list, of course head... (by joatmon)
|
by fram
Input file format problem into array of structs (1,2)
|
|
[21 replies] Last: Thank you sloppy 9! (by fram)
|
by KSmith
Undeclared Identifiers
|
|
[7 replies] Last: Are you on the same course as John? (by andywestken)
|
by metulburr
returning arrays in function problem?
|
|
[3 replies] Last: i am just trying to put everything in main into a function #include <... (by metulburr)
|
by joatmon
Template Function Call
|
|
[6 replies] Last: It works!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!... (by joatmon)
|
by Savale
Create header file for string function
|
|
[5 replies] Last: Okay makes sense now thanks (by Savale)
|
by StrucK
sorting structures
|
|
[3 replies] Last: Use the sort algorithm, #include <algorithm> bool student_id_asc(... (by closed account DSLq5Di1)
|
by dirtystick
determinants
|
|
[2 replies] Last: QNAN = Quiet Not a Number NaN = the value of a calculation couldn't... (by andywestken)
|
by khairil2127
How to make 4 LED blink randomly?
|
|
[1 reply] : You are probably better off asking that question in a micro controller... (by eidge)
|
by metulburr
headers problem
|
|
[5 replies] Last: Yes @ the header file needs to be saved as the name that's included in... (by Albatross)
|
by sparko10
prime number generator
|
|
[2 replies] Last: holy crap... I knew it would be some tiny detail that I mixed up. It ... (by sparko10)
|
by tonnot
How to cast betwen vectors of objects ?
|
|
[7 replies] Last: Sorry, by "vector" I was referring to the two classes, not the std::ve... (by andywestken)
|
by zbg935
Beginner Help
|
|
[4 replies] Last: These videos should help you get started with c++ http://www.youtub... (by wtf154)
|