- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
Re: 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 … | |
Re: he may of meant char answer= ''Y''N''; ^ something like that so that when its printed to console its separated by ' | |
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 … | |
Re: 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 | |
Re: 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 … | |
i know the minimal basics of a lambda function, could someone give me the breakdown of each part in the function |
The End.