by tonnot
Strange overload behavior for << operator
|
|
[1 reply] : It's a pointer to char, pointers can be implicitly casted to bools. A... (by Bazzy)
|
by tonnot
My operator << cannot do nested actions
|
|
[2 replies] Last: OK ! I solved it. For everybody who needs it : MYCLASS& MYCLASS::... (by tonnot)
|
by trevex
FuncPointer doesn't work
|
|
[2 replies] Last: Thanks, helped alot! It's working now. (by trevex)
|
by gatmalice
Passing structures to a function
|
|
[1 reply] : The first error is pointing to the argument list on line 51. Your fir... (by closed account zb0S216C)
|
by chipp
fstream
|
|
[9 replies] Last: from the Linux Programmer's Manual The use of EXIT_SUCCESS and EXIT_FA... (by ne555)
|
by gatmalice
Different variable types in same array?
|
|
[3 replies] Last: Update - moved to a different thread. Thanks for your help Bazzy! (by gatmalice)
|
by papawolf
Yrobot problem
|
|
[1 reply] : Is this related to C++ in any way? (by Bazzy)
|
system("pause") won't work for me |
|
[10 replies] Last: SYSTEM() does not exists as function and Windows commands are not case... (by Bazzy)
|
by jfiore
fatal error LNK1104: cannot open file
|
|
[7 replies] Last: probably there's something incomplete with your instalation process. ... (by chipp)
|
by bskopljak
UDP client code switch to win32 console application
|
|
[no replies]
|
by ts1000
error problem
|
|
[8 replies] Last: @filipe: Sorry, got it fixed. (by alexanderswang)
|
by mainframe639
Structured Programming
|
|
[4 replies] Last: How are you compiling? If you have an IDE it should do everything fo... (by Bazzy)
|
by tonnot
With a char buffer from file, must I work with it with c (not c++)?
|
|
[1 reply] : Um, I'm a bit confused on your request, but are you looking for someth... (by Cuddly Kittens 11)
|
by digdigdig
Using strings with scanf problem
|
|
[2 replies] Last: run is already a pointer (the name of an array converts to a pointer t... (by filipe)
|
by ts1000
parameters for random
|
|
[3 replies] Last: @empress: that's not standard C++. There is no iostream.h header in C... (by PanGalactic)
|
by thecrrrg
me again, tad confused with reading from a file?
|
|
[4 replies] Last: yep works thanks to myfile.getline ( name1, 80 ); :) (by thecrrrg)
|
by tonnot
Mybuffer is char , to analize it I have to use cstring or c++ string functions?
|
|
[1 reply] : You're probably expected to use strtok(). strtok() modifies the buf... (by kbw)
|
by tonnot
A Char * var used with math operators... what is ?
|
|
[1 reply] : Both str and pch are actually pointers to char. Pointers to chars are... (by Bazzy)
|
by Caesar1
Text Document
|
|
[3 replies] Last: The errors in bolded lines are because fstream constructors take char*... (by hamsterman)
|
Calendar Program |
|
[7 replies] Last: That may be because in daysMonth() and display() in your ifs you use =... (by hamsterman)
|