Skip to content

Added a new book, Programming Techniques in C++ #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

rishirajsurti
Copy link

No description provided.

@eiva
Copy link

eiva commented Jul 30, 2016

Looks like link is broken

@rishirajsurti
Copy link
Author

@eiva Fixed.

@ghost
Copy link

ghost commented Jul 30, 2016

It is not book. It is bullshit.

@Kojoley
Copy link
Contributor

Kojoley commented Jul 30, 2016

//define an iterator
list<int>::iterator it;
for(it = ll.begin(); it != ll.end(); it++){
    printf ("%d-> ", *it) ;
}
printf("\n");

Sorry, but no way

@rishirajsurti
Copy link
Author

I'm amazed you said that. Did you even read it?

@rishirajsurti
Copy link
Author

rishirajsurti commented Jul 30, 2016

Seems like you do not refer the documentation.
Have a look: http://www.cplusplus.com/reference/list/list/.
Look at an example here: http://www.cplusplus.com/reference/list/list/begin/.

Hope you could learn something from it.

@rishirajsurti
Copy link
Author

Okay. Closing this. Not enthusiastic now.

@nabijaczleweli
Copy link
Contributor

lol this book, if that's the code sample from there

@ghost
Copy link

ghost commented Aug 1, 2016

@nabijaczleweli +

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants