by Winsu
Check if that is an string
|
|
[13 replies] Last: In const BIGGER& cmp = BIGGER() , BIGGER is a type , not an objec... (by JLBorges)
|
by eric johnson
Creating classes in other files
|
|
[4 replies] Last: Both the "Compile file" and "Link file" boxes are checked, as well as ... (by eric johnson)
|
by koopey
writing string variable in binary file
|
|
[5 replies] Last: thanks everyone. @Texan40 using getline to get string using '\0' was a... (by koopey)
|
by Bwoods
Graphics in c++
|
|
[1 reply] : My information may not be too helpful because I'm not sure what OSX sy... (by BlatantlyX)
|
by DreamTime
Overloading >> instream
|
|
[2 replies] Last: Ah I see. Yup, my algorithm already handles spaces or anything that is... (by DreamTime)
|
by REDjomar
Temperature Conversion in Value Returning
|
|
[no replies]
|
by Attempted
Getline for parts of a line
|
|
[1 reply] : You could use a tab delimited file? A bit easier to deal with than quo... (by andywestken)
|
parsing a text file and storing the words in a vector |
|
[no replies]
|
Strings C++ |
|
[4 replies] Last: Note it is better to code it as #include<iostream> #include <string>... (by andywestken)
|
by bob0987
Help on Tic Tac Toe Windows Form Application
|
|
[no replies]
|
by ctaylor4874
tolower() not working correctly
|
|
[4 replies] Last: Or use switch (tolower(idColor)) { in which case the value returne... (by andywestken)
|
by lunicirus
Code wrapped between '+'
|
|
[7 replies] Last: Thank you all!! (by lunicirus)
|
by Blackhart98
Code runs but printing error.
|
|
[1 reply] : One method of debugging is to add more "print" commands to various pla... (by keskiverto)
|
by Ch1156
C++ Grading website?
|
|
[1 reply] : http://lmgtfy.com/?q=C%2B%2B+Testing or just test yourself. Can you d... (by R23MJ)
|
by kaustubh90
Access violation error while running systemC code
|
|
[14 replies] Last: Since you can display the source for sc_ver.cpp, you must have that so... (by AbstractionAnon)
|
by Ch1156
Vector Help
|
|
[5 replies] Last: "So now your program doesn't ask how many elements?" That's correct, ... (by Ch1156)
|
by sajis997
Exception handling - is it good the clear up resources before every throw statement ?
|
|
[4 replies] Last: Will it taken care of if I use unique_ptr as well ... Yes. or I ha... (by andywestken)
|
by LayMuon
references
|
|
[2 replies] Last: From their definition as another name to a variable they seem totally... (by Peter87)
|
by seanzybay
#include <conio.h> ?
|
|
[1 reply] : <iostream.h> is an old, pre-standard header that are not used anymore.... (by Peter87)
|
by juanmiindset
Using setw()
|
|
[2 replies] Last: setw sets the width of the next output so it is more important to us... (by Peter87)
|