Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached
Favorite Tags

6 Posted Topics

Member Avatar for rmbrown09

are you inheriting the header correctly? #include "header.h" another thing to keep in mind is your .cpp will inherit everything from your header including the libraries your including edit: just looked at the screen shot you posted, as long as iostream was included in your header file all should be …

Member Avatar for jaskij
0
433
Member Avatar for Jimmyteoh

he may of meant char answer= ''Y''N''; ^ something like that so that when its printed to console its separated by '

Member Avatar for Narue
-1
929
Member Avatar for cmccaig

im writing a program for school that needs to search through a directory and find files of a certain type. if it meets up with a folder i need to search inside it and so on for all other folders found inside. i was thinking of a function to pass …

Member Avatar for Taywin
0
964
Member Avatar for andz25

could you have accidently dropped it in the startup folder? :PP that would explain why it starts up and doesnt appear on msconfig, if not i would say something else thats starting up is making a call to IE

Member Avatar for cmccaig
0
176
Member Avatar for sonjeriff

first things first seeing that your in your first semester of c++, use knowledge you have obtained in prior classes, look over your old notes. Chances are if your prof wants it done a specific way he would have taught you how. Secondly, if you want to be fancy you …

Member Avatar for cmccaig
0
190
Member Avatar for cmccaig

i know the minimal basics of a lambda function, could someone give me the breakdown of each part in the function

Member Avatar for cmccaig
0
96

The End.