by mohamedsul
I need Help With My Class
|
|
[1 reply] : void setc(int a, int b) { a=r; b=im; } The variable on the left is ... (by Ganado)
|
by Tommy1998
Text File
|
|
[3 replies] Last: ifstream in("in.txt"); int i; while(!in.eof()){ in >> i; cout ... (by anup30)
|
by robbamus
Template class as a member variable
|
|
[2 replies] Last: Just do it like you would do usually with nested classes and put the t... (by Gamer2015)
|
by analyse13
Write a grammars program
|
|
[3 replies] Last: well then... this ought to be fun... (by jasonwynn10)
|
(BEGINNER TO C++) Determine the word with the most number of vowel and most number of consonants |
|
[7 replies] Last: hey daffodandelion I would recomend that you start with this: #i... (by jasonwynn10)
|
by jasonwynn10
Animation Creation...
|
|
[6 replies] Last: thx aceix will do but I am looking for a person who is good at making ... (by jasonwynn10)
|
by gradstud
Sort Vector of Maps by Map Value
|
|
[1 reply] : You cannot sort a map (map is a tree) because maps use bidirectional i... (by Smac89)
|
by ckrupp14
Describing a triangle program can't figure out what i did wrong HELP PLEASE!
|
|
[1 reply] : Please use code tags - http://www.cplusplus.com/articles/jEywvCM9/ (by TarikNeaj)
|
by Grebu
How to use Templates efficiently ?
|
|
[4 replies] Last: Thank you again for those insights. They already improved my understan... (by Grebu)
|
by crabman
Non-repeating
|
|
[1 reply] : Sounds good :) Wish you the best of luck! (by TarikNeaj)
|
by DragonOsman
guessing from a list of numbers
|
|
[2 replies] Last: Ah, thanks. That'll work. I'll do that. I also had to make a prog... (by DragonOsman)
|
by romasasss
Count average c++ from
|
|
[1 reply] : For Example: In textbox1 i write: Tom Jones 10 Jone Jone 5 Tim Dunca... (by romasasss)
|
by runninman13
Class Inheriting with Vectors
|
|
[1 reply] : Put the address on the customer, not the customer on the address. But ... (by poteto)
|
by yj1214
Using cout in header file...
|
|
[2 replies] Last: > I'm not sure why I'm getting an error that says 'std does not name a... (by JLBorges)
|
by Renthalkx97
Loading Bitmap
|
|
[8 replies] Last: Oh, so it's actually been working correctly this whole time. Thank you... (by Renthalkx97)
|
by Bdanielz
Adding an object to this tree.
|
|
[2 replies] Last: Yes I see what you are saying. I am not sure how to handel the set ele... (by Bdanielz)
|
by Jt253
Car class Stream insertion Operator?
|
|
[3 replies] Last: I got it now.. Thanks! (by Jt253)
|
by OneTwocz
Sorting
|
|
[1 reply] : Please edit your post and put the code in code tags. Highlight the cod... (by dhayden)
|
by OneTwocz
Trying to make VisitBook
|
|
[no replies]
|
by OneTwocz
vector class
|
|
[2 replies] Last: almost I guess, I have problem with unary predikate method" UnarniPred... (by OneTwocz)
|