B_PJC Programming in C

University of Finance and Administration
Winter 2024
Extent and Intensity
2/2/0. 6 credit(s). Type of Completion: zk (examination).
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Prerequisites
B_PRg Programming && B_UPg Introduction to Programming
The requirement for the completion of this course is completion of the courses B_Prg and B_UPg.
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is offered to students of any study field.
Course objectives
The subject first focuses on guiding C language syntax, its distinctness from C++ and C#. Subsequently, the subject focuses on the ability to algorithmize complicated tasks with the use of linear and tree data structures.
Learning outcomes
At the end of the course students should be able to:
(A) write medium difficult program in programing language C using control flow, arrays, pointrs and strings;
(B) use static and dynamic allocated memory;
(C) work with standard input and output, and files;
(D) work in Microsoft Visual Studio.
Syllabus
  • 1. Compiling and linking programs
  • 2. Functions, control flow
  • 3. Data types, operators
  • 4. Arrays and pointers
  • 5. Strings, command lines arguments
  • 6. Dynamic memory allocation
  • 7. Files
  • 8. Problems with module linking
  • 9. Binding to OS, debugging
  • 10. Dynamic data structures
  • 11. Common mistakes
  • 12. Repetition of key passages
Literature
    required literature
  • LÁNSKÝ, Jan. Programování v jazyce C. Slajdy k předmětu, dostupné z informačního systému, Praha: VŠFS, 2022.
  • LÁNSKÝ, Jan. Programování v jazyce C. Distanční opora, dostupné z informačního systému, Praha: VŠFS, 2022.
  • KERNIGHAM, Brian W. a Dennis M. RITCHIE. Programovací jazyk C. 2. vydání. Přeložil Zbyněk ŠÁVA. Brno: Computer Press, 2019. ISBN 978-80-251-4965-2
    recommended literature
  • VIRIUS, Miroslav. Pokročilé C++. V Praze: České vysoké učení technické, 2022. 308 stran. ISBN 978-80-01-06951-6.
  • SEACORD, Robert C. Effective C: an introduction to professional C programming. San Francisco: No Starch Press, 2020. xxviii. 240 stran. ISBN 978-1-7185-0104-1.
  • ISO/IEC 9899:2011 Information Technology - Programming languages - C; ISO/IEC 14882:2011 Information Technology - Programming languages - C++
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
In order to earn credit in the full-time form of study, active participation in the exercises of at least 75%, programming of the examples given in the exercises and the handing in of two homework assignments are required.
In order to earn credit in the combined form of study, it is necessary to participate in the tutorials at least 50%, to program and present the examples assigned by the teacher and to submit two homework assignments.
The exam takes place in the form of a discussion of the created meaningful program - source codes in the C language in the minimum range of 1000 lines and its modification.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Note related to how often the course is taught: Kombinace 2 hod. prezenční a 10 hod. distanční výuky.
Information on the extent and intensity of the course: 16 hodin KS/semestr.
Teacher's information
https://is.vsfs.cz/go/22avrg
The subject website presents a LINK to the team (subject) in MS Teams (then select your teacher's channel).


Study materials (lectures, videos, ...) of the subject can be found in the VŠFS IS: https://is.vsfs.cz/auth/el/vsfs/zima2023/B_PJC

CONTACTS for teachers: guarantor doc. RNDr. Jan Lánský, Ph.D. - lansky@mail.vsfs.cz; Ing. Renata Janošcová, Ph.D - 37037@mail.vsfs.cz.


CONSULTATION: information can be found on the personal pages of teachers in IS VŠFS (Teaching).


ISP and REPEATING students: Contact your teacher at the beginning of the semester (first - second week) and agree on the specific conditions of attendance and evaluation.


WE RECOMMEND submitting an application for inclusion in a timetabled (seminar) group to a specific teacheraccording to the instructions from the study department.

The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023.

B_PJC Programming in C

University of Finance and Administration
Winter 2023
Extent and Intensity
2/2/0. 7 credit(s). Type of Completion: zk (examination).
Teacher(s)
Ing. Renata Janošcová, Ph.D. (seminar tutor)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Timetable of Seminar Groups
B_PJC/cAPH: Mon 10:30–11:14 E225, Mon 11:15–12:00 E225, J. Lánský
B_PJC/pAPH: Mon 8:45–9:29 E225, Mon 9:30–10:15 E225, J. Lánský
B_PJC/vAPH: Sat 14. 10. 8:00–9:30 E303PC, 9:45–11:15 E303PC, Sat 25. 11. 8:00–9:30 E303PC, 9:45–11:15 E303PC, 11:30–13:00 E303PC, Sat 16. 12. 8:00–9:30 E303PC, 9:45–11:15 E303PC, 11:30–13:00 E303PC, R. Janošcová
Prerequisites
B_PRg Programming && B_UPg Introduction to Programming
The requirement for the completion of this course is completion of the courses B_Prg and B_UPg.
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is offered to students of any study field.
Course objectives
The subject first focuses on guiding C language syntax, its distinctness from C++ and C#. Subsequently, the subject focuses on the ability to algorithmize complicated tasks with the use of linear and tree data structures.
Learning outcomes
At the end of the course students should be able to:
(A) write medium difficult program in programing language C using control flow, arrays, pointrs and strings;
(B) use static and dynamic allocated memory;
(C) work with standard input and output, and files;
(D) work in Microsoft Visual Studio.
Syllabus
  • 1. Compiling and linking programs
  • 2. Functions, control flow
  • 3. Data types, operators
  • 4. Arrays and pointers
  • 5. Strings, command lines arguments
  • 6. Dynamic memory allocation
  • 7. Files
  • 8. Problems with module linking
  • 9. Binding to OS, debugging
  • 10. Dynamic data structures
  • 11. Common mistakes
  • 12. Repetition of key passages
Literature
    required literature
  • LÁNSKÝ, Jan. Programování v jazyce C. Slajdy k předmětu, dostupné z informačního systému, Praha: VŠFS, 2022.
  • LÁNSKÝ, Jan. Programování v jazyce C. Distanční opora, dostupné z informačního systému, Praha: VŠFS, 2022.
  • KERNIGHAM, Brian W. a Dennis M. RITCHIE. Programovací jazyk C. 2. vydání. Přeložil Zbyněk ŠÁVA. Brno: Computer Press, 2019. ISBN 978-80-251-4965-2
    recommended literature
  • VIRIUS, Miroslav. Pokročilé C++. V Praze: České vysoké učení technické, 2022. 308 stran. ISBN 978-80-01-06951-6.
  • SEACORD, Robert C. Effective C: an introduction to professional C programming. San Francisco: No Starch Press, 2020. xxviii. 240 stran. ISBN 978-1-7185-0104-1.
  • ISO/IEC 9899:2011 Information Technology - Programming languages - C; ISO/IEC 14882:2011 Information Technology - Programming languages - C++
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
In order to earn credit in the full-time form of study, active participation in the exercises of at least 75%, programming of the examples given in the exercises and the handing in of two homework assignments are required.
In order to earn credit in the combined form of study, it is necessary to participate in the tutorials at least 50%, to program and present the examples assigned by the teacher and to submit two homework assignments.
The exam takes place in the form of a discussion of the created meaningful program - source codes in the C language in the minimum range of 1000 lines and its modification.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 16 hodin KS/semestr.
Teacher's information
https://is.vsfs.cz/go/22avrg
The subject website presents a LINK to the team (subject) in MS Teams (then select your teacher's channel).


Study materials (lectures, videos, ...) of the subject can be found in the VŠFS IS: https://is.vsfs.cz/auth/el/vsfs/zima2023/B_PJC

CONTACTS for teachers: guarantor doc. RNDr. Jan Lánský, Ph.D. - lansky@mail.vsfs.cz; Ing. Renata Janošcová, Ph.D - 37037@mail.vsfs.cz.


CONSULTATION: information can be found on the personal pages of teachers in IS VŠFS (Teaching).


ISP and REPEATING students: Contact your teacher at the beginning of the semester (first - second week) and agree on the specific conditions of attendance and evaluation.


WE RECOMMEND submitting an application for inclusion in a timetabled (seminar) group to a specific teacheraccording to the instructions from the study department.

The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2022
Extent and Intensity
2/2. 7 credit(s). Type of Completion: zk (examination).
Teacher(s)
Ing. Renata Janošcová, Ph.D. (seminar tutor)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Timetable of Seminar Groups
B_PJC/cAPH: Wed 12:15–12:59 E305, Wed 13:00–13:45 E305, J. Lánský
B_PJC/pAPH: Wed 10:30–11:14 E305, Wed 11:15–12:00 E305, J. Lánský
B_PJC/vAPH: Sat 1. 10. 9:45–11:15 E306, 11:30–13:00 E306, Fri 18. 11. 17:30–19:00 E306, 19:15–20:45 E306, Fri 2. 12. 14:00–15:30 E228, 15:45–17:15 E228, Fri 16. 12. 14:00–15:30 E306, 15:45–17:15 E306, R. Janošcová
Prerequisites
B_PRg Programming && B_UPg Introduction to Programming
The requirement for the completion of this course is completion of the courses B_PRg and B_UPg.
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is offered to students of any study field.
Course objectives
The subject first focuses on guiding C language syntax, its distinctness from C++ and C#. Subsequently, the subject focuses on the ability to algorithmize complicated tasks with the use of linear and tree data structures.
Learning outcomes
At the end of the course students should be able to: 1) write medium difficult program in programing language C using control flow, arrays, pointrs and strings. 2) use static and dynamic allocated memory 3) work with standard input and output, and files. 4) work in Microsoft Visual Studio
Syllabus
  • 1. Compiling and linking programs 2. Functions, control flow 3. Data types, operators 4. Arrays and pointers 5. Strings, command lines arguments 6. Dynamic memory allocation 7. Files 8. Problems with module linking 9. Binding to OS, debugging 10. Dynamic data structures 11. Common mistakes 12. Repetition of key passages
Literature
    required literature
  • Jan Lánský: Programování v jazyce C. Distanční opora, VŠFS, Praha, 2010.
  • KERNIGHAM, Brian W. a Dennis M. RITCHIE. Programovací jazyk C. 2. vydání. Přeložil Zbyněk ŠÁVA. Brno: Computer Press, 2019. ISBN 978-80-251-4965-2
  • Virius, M.: Programování v C++ od základů k profesionálnímu použití, Praha: Grada Publishing, 2018, ISBN:978-80-271-0502-1
  • Miroslav Virius: Jazyky C a C++ : kompletní průvodce, 2011
  • Pavel Herout: Učebnice jazyka C. 1. díl, České Budějovice : Kopp, 6.vydání, 2009
  • Pavel Herout: Učebnice jazyka C. 2. díl, České Budějovice : Kopp, 6.vydání, 2009
    recommended literature
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • Miroslav Virius: Jazyky C a C++ : kompletní kapesní průvodce programátora, 2006
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
Credit in full-time study form: minimal attendance 75 % and two homeworks. Credit in combined study form: attenance on tutorial and four homeworks POT. Exam: Students write 1000 lines of source codes at home. Exam is discussion about this source codes.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 16 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2021
Extent and Intensity
2/2. 7 credit(s). Type of Completion: zk (examination).
Teacher(s)
Ing. Renata Janošcová, Ph.D. (seminar tutor)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Timetable of Seminar Groups
B_PJC/cAPH: Tue 15:45–16:29 S33, Tue 16:30–17:15 S33, J. Lánský
B_PJC/pAPH: Tue 14:00–14:44 S33, Tue 14:45–15:30 S33, J. Lánský
B_PJC/vAPH: Sat 16. 10. 9:45–11:15 S14, 11:30–13:00 S14, Sat 20. 11. 9:45–11:15 E305, 11:30–13:00 E305, Fri 3. 12. 14:00–15:30 S34, 15:45–17:15 S34, Sat 18. 12. 9:45–11:15 E304, 11:30–13:00 E304, R. Janošcová
Prerequisites
B_PRg Programming && B_UPg Introduction to Programming
The requirement for the completion of this course is completion of the courses B_PRg and B_UPg.
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is offered to students of any study field.
Course objectives
The subject first focuses on guiding C language syntax, its distinctness from C++ and C#. Subsequently, the subject focuses on the ability to algorithmize complicated tasks with the use of linear and tree data structures.
Learning outcomes
At the end of the course students should be able to: 1) write medium difficult program in programing language C using control flow, arrays, pointrs and strings. 2) use static and dynamic allocated memory 3) work with standard input and output, and files. 4) work in Microsoft Visual Studio
Syllabus
  • 1. Compiling and linking programs 2. Functions, control flow 3. Data types, operators 4. Arrays and pointers 5. Strings, command lines arguments 6. Dynamic memory allocation 7. Files 8. Problems with module linking 9. Binding to OS, debugging 10. Dynamic data structures 11. Common mistakes 12. Repetition of key passages
Literature
    required literature
  • Jan Lánský: Programování v jazyce C. Distanční opora, VŠFS, Praha, 2010.
  • KERNIGHAM, Brian W. a Dennis M. RITCHIE. Programovací jazyk C. 2. vydání. Přeložil Zbyněk ŠÁVA. Brno: Computer Press, 2019. ISBN 978-80-251-4965-2
  • Virius, M.: Programování v C++ od základů k profesionálnímu použití, Praha: Grada Publishing, 2018, ISBN:978-80-271-0502-1
  • Miroslav Virius: Jazyky C a C++ : kompletní průvodce, 2011
  • Pavel Herout: Učebnice jazyka C. 1. díl, České Budějovice : Kopp, 6.vydání, 2009
  • Pavel Herout: Učebnice jazyka C. 2. díl, České Budějovice : Kopp, 6.vydání, 2009
    recommended literature
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • Miroslav Virius: Jazyky C a C++ : kompletní kapesní průvodce programátora, 2006
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
Credit in full-time study form: minimal attendance 75 % and two homeworks. Credit in combined study form: attenance on tutorial and four homeworks POT. Exam: Students write 1000 lines of source codes at home. Exam is discussion about this source codes.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 16 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2020
Extent and Intensity
2/2. 7 credit(s). Type of Completion: zk (examination).
Teacher(s)
Ing. Renata Janošcová, Ph.D. (seminar tutor)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Timetable of Seminar Groups
B_PJC/cAPH: Tue 10:30–11:14 S24, Tue 11:15–12:00 S24, J. Lánský
B_PJC/pAPH: Tue 8:45–9:29 S24, Tue 9:30–10:15 S24, J. Lánský
B_PJC/vAPH: Fri 9. 10. 14:00–15:30 S14, 15:45–17:15 S14, Fri 6. 11. 14:00–15:30 S14, 15:45–17:15 S14, Fri 20. 11. 14:00–15:30 S14, 15:45–17:15 S14, Fri 11. 12. 14:00–15:30 S14, 15:45–17:15 S14, R. Janošcová
Prerequisites
B_PRg Programming && B_UPg Introduction to Programming
The requirement for the completion of this course is completion of the courses B_PRg and B_UPg.
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is offered to students of any study field.
Course objectives
The subject first focuses on guiding C language syntax, its distinctness from C++ and C#. Subsequently, the subject focuses on the ability to algorithmize complicated tasks with the use of linear and tree data structures.
Learning outcomes
At the end of the course students should be able to: 1) write medium difficult program in programing language C using control flow, arrays, pointrs and strings. 2) use static and dynamic allocated memory 3) work with standard input and output, and files. 4) work in Microsoft Visual Studio
Syllabus
  • 1. Compiling and linking programs 2. Functions, control flow 3. Data types, operators 4. Arrays and pointers 5. Strings, command lines arguments 6. Dynamic memory allocation 7. Files 8. Problems with module linking 9. Binding to OS, debugging 10. Dynamic data structures 11. Common mistakes 12. Repetition of key passages
Literature
    required literature
  • Jan Lánský: Programování v jazyce C. Distanční opora, VŠFS, Praha, 2010.
  • KERNIGHAM, Brian W. a Dennis M. RITCHIE. Programovací jazyk C. 2. vydání. Přeložil Zbyněk ŠÁVA. Brno: Computer Press, 2019. ISBN 978-80-251-4965-2
  • Virius, M.: Programování v C++ od základů k profesionálnímu použití, Praha: Grada Publishing, 2018, ISBN:978-80-271-0502-1
  • Miroslav Virius: Jazyky C a C++ : kompletní průvodce, 2011
  • Pavel Herout: Učebnice jazyka C. 1. díl, České Budějovice : Kopp, 6.vydání, 2009
  • Pavel Herout: Učebnice jazyka C. 2. díl, České Budějovice : Kopp, 6.vydání, 2009
    recommended literature
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • Miroslav Virius: Jazyky C a C++ : kompletní kapesní průvodce programátora, 2006
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
Credit in full-time study form: minimal attendance 75 % and two homeworks. Credit in combined study form: attenance on tutorial and four homeworks POT. Exam: Students write 1000 lines of source codes at home. Exam is discussion about this source codes.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 16 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2019
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Ing. Jiří Zumr (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Timetable of Seminar Groups
B_PJC/cAPH: Thu 17:30–18:14 S16PC, Thu 18:15–19:00 S16PC, J. Lánský
B_PJC/pAPH: Thu 15:45–16:29 S16PC, Thu 16:30–17:15 S16PC, J. Lánský
B_PJC/vAPH: Fri 11. 10. 17:30–19:00 E227, J. Zumr
Prerequisites
B_PRg Programming && B_UPg Introduction to Programming
The requirement for the completion of this course is completion of the courses B_PRg and B_UPg.
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is offered to students of any study field.
Course objectives
The subject first focuses on guiding C language syntax, its distinctness from C++ and C#. Subsequently, the subject focuses on the ability to algorithmize complicated tasks with the use of linear and tree data structures.
Learning outcomes
At the end of the course students should be able to: 1) write medium difficult program in programing language C using control flow, arrays, pointrs and strings. 2) use static and dynamic allocated memory 3) work with standard input and output, and files. 4) work in Microsoft Visual Studio
Syllabus
  • 1. Compiling and linking programs 2. Functions, control flow 3. Data types, operators 4. Arrays and pointers 5. Strings, command lines arguments 6. Dynamic memory allocation 7. Files 8. Problems with module linking 9. Binding to OS, debugging 10. Dynamic data structures 11. Common mistakes 12. Repetition of key passages
Literature
    required literature
  • Jan Lánský: Programování v jazyce C. Distanční opora, VŠFS, Praha, 2010.
  • KERNIGHAM, Brian W. a Dennis M. RITCHIE. Programovací jazyk C. 2. vydání. Přeložil Zbyněk ŠÁVA. Brno: Computer Press, 2019. ISBN 978-80-251-4965-2
  • Virius, M.: Programování v C++ od základů k profesionálnímu použití, Praha: Grada Publishing, 2018, ISBN:978-80-271-0502-1
  • Miroslav Virius: Jazyky C a C++ : kompletní průvodce, 2011
  • Pavel Herout: Učebnice jazyka C. 1. díl, České Budějovice : Kopp, 6.vydání, 2009
  • Pavel Herout: Učebnice jazyka C. 2. díl, České Budějovice : Kopp, 6.vydání, 2009
    recommended literature
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Miroslav Virius: Jazyky C a C++ : kompletní kapesní průvodce programátora, 2006
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
Credit in full-time study form: minimal attendance 75 % and two homeworks. Credit in combined study form: attenance on tutorial and four homeworks POT. Exam: Students write 1000 lines of source codes at home. Exam is discussion about this source codes.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 12 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2018
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Timetable of Seminar Groups
B_PJC/cAPH: Thu 15:45–16:29 S16PC, Thu 16:30–17:15 S16PC, except Thu 29. 11. ; and Thu 1. 11. 17:30–19:00 S16PC, J. Lánský
B_PJC/pAPH: Thu 14:00–14:44 S16PC, Thu 14:45–15:30 S16PC, except Thu 29. 11. ; and Thu 25. 10. 17:30–19:00 S16PC, J. Lánský
B_PJC/vAPH: Fri 12. 10. 14:00–15:30 S16PC, J. Lánský
Prerequisites
B_PRg Programming && B_UPg Introduction to Programming
The requirement for the completion of this course is completion of the courses B_PRg and B_UPg.
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
The subject first focuses on guiding C language syntax, its distinctness from C++ and C#. Subsequently, the subject focuses on the ability to algorithmize complicated tasks with the use of linear and tree data structures.
Learning outcomes
At the end of the course students should be able to: 1) write medium difficult program in programing language C using control flow, arrays, pointrs and strings. 2) use static and dynamic allocated memory 3) work with standard input and output, and files. 4) work in Microsoft Visual Studio
Syllabus
  • 1. Compiling and linking programs 2. Functions, control flow 3. Data types, operators 4. Arrays and pointers 5. Strings, command lines arguments 6. Dynamic memory allocation 7. Files 8. Problems with module linking 9. Binding to OS, debugging 10. Dynamic data structures 11. Common mistakes 12. Repetition of key passages
Literature
    required literature
  • Jan Lánský: Programování v jazyce C. Distanční opora, VŠFS, Praha, 2010.
  • Miroslav Virius: Jazyky C a C++ : kompletní průvodce, 2011
  • Pavel Herout: Učebnice jazyka C. 1. díl, České Budějovice : Kopp, 6.vydání, 2009
  • Pavel Herout: Učebnice jazyka C. 2. díl, České Budějovice : Kopp, 6.vydání, 2009
    recommended literature
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
    not specified
  • Miroslav Virius: Jazyky C a C++ : kompletní kapesní průvodce programátora, 2006
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
Credit in full-time study form: minimal attendance 75 % and two homeworks. Credit in combined study form: attenance on tutorial and four homeworks POT. Exam: Students write 1000 lines of source codes at home. Exam is discussion about this source codes.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 12 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2017
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Timetable of Seminar Groups
B_PJC/cAPH: Wed 10:30–11:14 E303PC, Wed 11:15–12:00 E303PC, J. Lánský
B_PJC/pAPH: Wed 8:45–9:29 E303PC, Wed 9:30–10:15 E303PC, J. Lánský
B_PJC/vAPH: Fri 1. 12. 14:00–15:30 E307, J. Lánský
Prerequisites
B_PRg Programming && B_UPg Introduction to Programming
The requirement for the completion of this course is completion of the courses B_PRg and B_UPg.
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
At the end of the course students should be able to: 1) write medium difficult program in programing language C using control flow, arrays, pointrs and strings. 2) use static and dynamic allocated memory 3) work with standard input and output, and files. 4) work in Microsoft Visual Studio
Syllabus
  • 1. Compiling and linking programs 2. Functions, control flow 3. Data types, operators 4. Arrays and pointers 5. Strings, command lines arguments 6. Dynamic memory allocation 7. Files 8. Problems with module linking 9. Binding to OS, debugging 10. Dynamic data structures 11. Common mistakes 12. Repetition of key passages
Literature
    required literature
  • Jan Lánský: Programování v jazyce C. Distanční opora, VŠFS, Praha, 2010.
  • Miroslav Virius: Jazyky C a C++ : kompletní průvodce, 2011
  • Pavel Herout: Učebnice jazyka C. 1. díl, České Budějovice : Kopp, 6.vydání, 2009
  • Pavel Herout: Učebnice jazyka C. 2. díl, České Budějovice : Kopp, 6.vydání, 2009
    recommended literature
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Miroslav Virius: Pasti a propasti jazyka C++
    not specified
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • Miroslav Virius: Jazyky C a C++ : kompletní kapesní průvodce programátora, 2006
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
Credit in full-time study form: minimal attendance 75 % and two homeworks. Credit in combined study form: attenance on tutorial and four homeworks POT. Exam: Students write 1000 lines of source codes at home. Exam is discussion about this source codes.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 12 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2016
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ing. Barbora Ptáčková
Timetable of Seminar Groups
B_PJC/cAPH: Wed 10:30–11:14 E303PC, Wed 11:15–12:00 E303PC, J. Lánský
B_PJC/pAPH: Wed 8:45–9:29 E303PC, Wed 9:30–10:15 E303PC, J. Lánský
Prerequisites
B_PRg Programming && B_UPg Introduction to Programming
The requirement for the completion of this course is completion of the courses B_PRg and B_UPg.
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
At the end of the course students should be able to: 1) write medium difficult program in programing language C using control flow, arrays, pointrs and strings. 2) use static and dynamic allocated memory 3) work with standard input and output, and files. 4) work in Microsoft Visual Studio
Syllabus
  • 1. Compiling and linking programs 2. Functions, control flow 3. Data types, operators 4. Arrays and pointers 5. Strings, command lines arguments 6. Dynamic memory allocation 7. Files 8. Problems with module linking 9. Binding to OS, debugging 10. Dynamic data structures 11. Common mistakes 12. Repetition of key passages
Literature
    required literature
  • Jan Lánský: Programování v jazyce C. Distanční opora, VŠFS, Praha, 2010.
  • Miroslav Virius: Jazyky C a C++ : kompletní průvodce, 2011
  • Pavel Herout: Učebnice jazyka C. 1. díl, České Budějovice : Kopp, 6.vydání, 2009
  • Pavel Herout: Učebnice jazyka C. 2. díl, České Budějovice : Kopp, 6.vydání, 2009
    recommended literature
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
    not specified
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • Miroslav Virius: Jazyky C a C++ : kompletní kapesní průvodce programátora, 2006
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
Credit in full-time study form: minimal attendance 75 % and two homeworks. Credit in combined study form: attenance on tutorial and four homeworks POT. Exam: Students write 1500 lines of source codes at home. Exam is discussion about this source codes.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 12 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2015
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ing. Barbora Ptáčková
Timetable of Seminar Groups
B_PJC/cAPH: Wed 15:45–16:29 E303PC, Wed 16:30–17:15 E303PC, J. Lánský
B_PJC/pAPH: Wed 14:00–14:44 E303PC, Wed 14:45–15:30 E303PC, J. Lánský
B_PJC/vAPH: Fri 30. 10. 12:00–13:30 DELL ROOM E302PC, J. Lánský
Prerequisites
B_PRg Programming && B_UPg Introduction to Programming
The requirement for the completion of this course is completion of the courses B_PRg and B_UPg.
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
At the end of the course students should be able to: 1) write medium difficult program in programing language C using control flow, arrays, pointrs and strings. 2) use static and dynamic allocated memory 3) work with standard input and output, and files. 4) work in Microsoft Visual Studio
Syllabus
  • 1. Compiling and linking programs 2. Functions, control flow 3. Data types, operators 4. Arrays and pointers 5. Strings, command lines arguments 6. Dynamic memory allocation 7. Files 8. Problems with module linking 9. Binding to OS, debugging 10. Dynamic data structures 11. Common mistakes 12. Repetition of key passages
Literature
    required literature
  • Jan Lánský: Programování v jazyce C. Distanční opora, VŠFS, Praha, 2010.
  • Miroslav Virius: Jazyky C a C++ : kompletní průvodce, 2011
  • Pavel Herout: Učebnice jazyka C. 1. díl, České Budějovice : Kopp, 6.vydání, 2009
  • Pavel Herout: Učebnice jazyka C. 2. díl, České Budějovice : Kopp, 6.vydání, 2009
    recommended literature
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
    not specified
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • Miroslav Virius: Jazyky C a C++ : kompletní kapesní průvodce programátora, 2006
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
Credit in full-time study form: minimal attendance 75 % and two homeworks. Credit in combined study form: attenance on tutorial and four homeworks POT. Exam: Students write 1500 lines of source codes at home. Exam is discussion about this source codes.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 12 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2014
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Tamara Urbánková
Timetable of Seminar Groups
B_PJC/cAPH: Thu 14:00–14:44 E303PC, Thu 14:45–15:30 E303PC, J. Lánský
B_PJC/pAPH: Thu 12:15–12:59 E303PC, Thu 13:00–13:45 E303PC, J. Lánský
B_PJC/vAPH: Fri 31. 10. 15:30–17:00 DELL ROOM E302PC, J. Lánský
Prerequisites
B_PRg Programming && B_UPg Introduction to Programming
The requirement for the completion of this course is completion of the courses B_PRg and B_UPg.
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
At the end of the course students should be able to: 1) write medium difficult program in programing language C using control flow, arrays, pointrs and strings. 2) use static and dynamic allocated memory 3) work with standard input and output, and files. 4) work in Microsoft Visual Studio
Syllabus
  • 1. Compiling and linking programs 2. Functions, control flow 3. Data types, operators 4. Arrays and pointers 5. Strings, command lines arguments 6. Dynamic memory allocation 7. Files 8. Problems with module linking 9. Binding to OS, debugging 10. Dynamic data structures 11. Common mistakes 12. Repetition of key passages
Literature
    required literature
  • Jan Lánský: Programování v jazyce C. Distanční opora, VŠFS, Praha, 2010.
  • Miroslav Virius: Jazyky C a C++ : kompletní průvodce, 2011
  • Pavel Herout: Učebnice jazyka C. 1. díl, České Budějovice : Kopp, 6.vydání, 2009
  • Pavel Herout: Učebnice jazyka C. 2. díl, České Budějovice : Kopp, 6.vydání, 2009
    recommended literature
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
    not specified
  • Miroslav Virius: Jazyky C a C++ : kompletní kapesní průvodce programátora, 2006
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
Credit in full-time study form: minimal attendance 75 % and two homeworks. Credit in combined study form: attenance on tutorial and four homeworks POT. Exam: Programming exercise on computer with discussion about source codes.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 12 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2013
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Dagmar Medová, DiS.
Timetable of Seminar Groups
B_PJC/cAPH: Thu 15:45–16:29 E303PC, Thu 16:30–17:15 E303PC, J. Lánský
B_PJC/pAPH: Thu 12:15–12:59 E303PC, Thu 13:00–13:45 E303PC, J. Lánský
Prerequisites
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
At the end of the course students should be able to: 1) write medium difficult program in programing language C using control flow, arrays, pointrs and strings. 2) use static and dynamic allocated memory 3) work with standard input and output, and files. 4) work in Microsoft Visual Studio
Syllabus
  • 1. Compiling and linking programs 2. Basic properties of C and C++ 3. Data types, operators, control flow 4. Arrays and pointers 5. Standard libraries 6. Practical programming skills 7. Microsoft Visual Studio .NET 2012 8. Debugging
Literature
    required literature
  • Jan Lánský: Programování v jazyce C. Distanční opora, VŠFS, Praha, 2010.
  • Miroslav Virius: Jazyky C a C++ : kompletní průvodce, 2011
  • Pavel Herout: Učebnice jazyka C. 1. díl, České Budějovice : Kopp, 6.vydání, 2009
  • Pavel Herout: Učebnice jazyka C. 2. díl, České Budějovice : Kopp, 6.vydání, 2009
    recommended literature
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
    not specified
  • Miroslav Virius: Jazyky C a C++ : kompletní kapesní průvodce programátora, 2006
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
Minimal attendance is 75 %, missing attendance can be substituted by individual home works. Exam: Programming exercise on computer with discussion about source codes.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
General note: Bb0.
Information on the extent and intensity of the course: 12 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2012
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Dagmar Medová, DiS.
Timetable of Seminar Groups
B_PJC/cAPH: Thu 10:30–11:14 E303PC, Thu 11:15–12:00 E303PC, J. Lánský
B_PJC/pAPH: Thu 8:45–9:29 E303PC, Thu 9:30–10:15 E303PC, J. Lánský
B_PJC/vA1PH: Fri 2. 11. 15:30–17:00 E303PC, J. Lánský
B_PJC/vA2PH: Fri 23. 11. 15:30–17:00 E303PC, J. Lánský
Prerequisites
Basic programming skills, knowledge of pointers and data structures.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
At the end of the course students should be able to: 1) write medium difficult program in programing language C using control flow, arrays, pointrs and strings. 2) use static and dynamic allocated memory 3) work with standard input and output, and files. 4) work in Microsoft Visual Studio
Syllabus
  • 1. Compiling and linking programs 2. Basic properties of C and C++ 3. Data types, operators, control flow 4. Arrays and pointers 5. Standard libraries 6. Practical programming skills 7. Microsoft Visual Studio .NET 2012 8. Debugging
Literature
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • Miroslav Virius: Pasti a propasti jazyka C++
  • C++ In-depth aneb Jak správně C++ používat - pro ty, kdo již C++ nějak znají.
  • Základní učebnice a popis jazyka:
Teaching methods
The instruction is both theoretical and applied. Each session, the theoretical knowledge will be applied to practical exercises at Microsoft Visual Studio. Lectures and seminars in full-time study; tutorials in part-time study; compulsory seminar participation is 75% in full-time study, compulsory tutorial participation is 50% in part-time study
Assessment methods
Minimal attendance is 75 %, missing attendance can be substituted by individual home works. Exam: Programming exercise on computer with discussion about source codes.
Language of instruction
Czech
Follow-Up Courses
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
General note: Bb0.
Information on the extent and intensity of the course: 12 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
summer 2012
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Prerequisites (in Czech)
B_Prg Programming
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Language of instruction
Czech
Further comments (probably available only in Czech)
Information on completion of the course: ISP
The course can also be completed outside the examination period.
Note related to how often the course is taught: Kombinace 2 hod. prezenční a 10 hod. distanční výuky.
Information on the extent and intensity of the course: 12 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2011
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
PhDr. Jan Rytina, CSc. (assistant)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Timetable of Seminar Groups
B_PJC/cAPH: Thu 15:45–16:29 E303PC, Thu 16:30–17:15 E303PC, J. Lánský
B_PJC/pAPH: Thu 14:00–14:44 E303PC, Thu 14:45–15:30 E303PC, J. Lánský
B_PJC/vAPH: Fri 11. 11. 17:15–18:45 E303PC, J. Lánský
Prerequisites (in Czech)
Po zvládnutí tematického celku budete schopni napsat jednoduché konstrukce v jazyce C.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
The aim of the course is to acquire knowledge of programming in language C++. Group Sessions are concerned with practise and emphasis is laid on self-study, i.e. study of the given parts of tuitional material before each session.
Syllabus (in Czech)
  • Tato osnova je určena pro prezenční studium, průběh výuky pro kombinované studium je uveden ve studijních materiálech formou metodického listu (ML). Obsah přednášek: Přednáška: Překlad programů, spojování Základní vlastnosti C a C++, odlišnosti od jiných prog. jazyků. Datové typy, operátory a řídící konstrukce Pole a ukazatele Standardní knihovny. Cvičení: Praktické programování Microsoft Visual Studio .NET 2003 Ladění programů
Literature
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • Základní učebnice a popis jazyka:
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • C++ In-depth aneb Jak správně C++ používat - pro ty, kdo již C++ nějak znají.
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
Teaching methods (in Czech)
Výuka probíhá formou / přednášek / cvičení / seminářů / v prezenční formě studia /a řízených skupinových konzultací v kombinované formě studia.
Assessment methods (in Czech)
Typ výuky: Výuka probíhá formou přednášek a cvičení v prezenčním studiu a řízených skupinových konzultací v kombinovaném studiu. Rozsah povinné účasti ve výuce: Minimální povinná účast na cvičeních v prezenčním studiu je 75%, na řízených skupinových konzultacích v kombinovaném studiu 50%. Studentům, kteří nesplní povinný rozsah účasti, budou v průběhu semestru nebo po jeho skončení zadány dodatečné studijní povinnosti. Způsob zakončení předmětu: Zápočet + Zkouška
Language of instruction
Czech
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 12 hodin KS/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Summer 2011
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Language of instruction
Czech
Further comments (probably available only in Czech)
Information on completion of the course: ISP
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 16 hodin/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Winter 2010, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2010
Extent and Intensity
2/2. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Mgr. Martin Mikuláš (assistant)
Mgr. Anna Nováková (assistant)
Ing. Vladimír Nulíček, CSc. (assistant)
Mgr. Lenka Omelková (assistant)
PhDr. Jan Rytina, CSc. (assistant)
Guaranteed by
doc. RNDr. Jan Lánský, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Ivana Plačková
Timetable of Seminar Groups
B_PJC/cAPH: Wed 17:30–18:14 E303PC, Wed 18:15–19:00 E303PC, J. Lánský
B_PJC/pAPH: Wed 15:45–16:29 E303PC, Wed 16:30–17:15 E303PC, J. Lánský
B_PJC/vA21PH_EQUIP: Fri 15. 10. 12:00–13:30 E303PC, Fri 5. 11. 15:30–17:00 E303PC, Fri 3. 12. 17:15–18:45 E303PC, J. Lánský
B_PJC/vA22PH_EQUIP: Fri 15. 10. 13:45–15:15 E303PC, Fri 5. 11. 17:15–18:45 E303PC, Fri 3. 12. 15:30–17:00 E303PC, J. Lánský
Prerequisites (in Czech)
Po zvládnutí tematického celku budete schopni napsat jednoduché konstrukce v jazyce C.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
The aim of the course is to acquire knowledge of programming in language C++. Group Sessions are concerned with practise and emphasis is laid on self-study, i.e. study of the given parts of tuitional material before each session.
Syllabus (in Czech)
  • Tato osnova je určena pro prezenční studium, průběh výuky pro kombinované studium je uveden ve studijních materiálech formou metodického listu (ML). Obsah přednášek: Přednáška: Překlad programů, spojování Základní vlastnosti C a C++, odlišnosti od jiných prog. jazyků. Datové typy, operátory a řídící konstrukce Pole a ukazatele Standardní knihovny. Cvičení: Praktické programování Microsoft Visual Studio .NET 2003 Ladění programů
Literature
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • Základní učebnice a popis jazyka:
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • C++ In-depth aneb Jak správně C++ používat - pro ty, kdo již C++ nějak znají.
Assessment methods (in Czech)
Typ výuky: Výuka probíhá formou přednášek a cvičení v prezenčním studiu a řízených skupinových konzultací v kombinovaném studiu. Rozsah povinné účasti ve výuce: Minimální povinná účast na cvičeních v prezenčním studiu je 75%, na řízených skupinových konzultacích v kombinovaném studiu 50%. Studentům, kteří nesplní povinný rozsah účasti, budou v průběhu semestru nebo po jeho skončení zadány dodatečné studijní povinnosti. Způsob zakončení předmětu: Zápočet + Zkouška
Language of instruction
Czech
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 16 hodin/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2009, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2009
Extent and Intensity
2/2/0. 6 credit(s). Recommended Type of Completion: zk (examination). Other types of completion: z (credit).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
prof. RNDr. Ondřej Čepek, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Lenka Bažantová
Timetable of Seminar Groups
B_PJC/cAPH: Thu 17:30–18:14 DELL ROOM E302PC, Thu 18:15–19:00 DELL ROOM E302PC, J. Lánský
B_PJC/pAPH: Thu 15:45–16:29 DELL ROOM E302PC, Thu 16:30–17:15 DELL ROOM E302PC, J. Lánský
B_PJC/vA21PH: Fri 2. 10. 12:00–13:30 DELL ROOM E302PC, 13:45–15:15 DELL ROOM E302PC, Fri 23. 10. 12:00–13:30 DELL ROOM E302PC, 13:45–15:15 DELL ROOM E302PC, Fri 6. 11. 12:00–13:30 DELL ROOM E302PC, 13:45–15:15 DELL ROOM E302PC, Fri 20. 11. 12:00–13:30 DELL ROOM E302PC, 13:45–15:15 DELL ROOM E302PC, J. Lánský
B_PJC/vA22PH: Fri 2. 10. 15:30–17:00 DELL ROOM E302PC, 17:15–18:45 DELL ROOM E302PC, Fri 23. 10. 15:30–17:00 DELL ROOM E302PC, 17:15–18:45 DELL ROOM E302PC, Fri 6. 11. 15:30–17:00 DELL ROOM E302PC, 17:15–18:45 DELL ROOM E302PC, Fri 20. 11. 15:30–17:00 DELL ROOM E302PC, 17:15–18:45 DELL ROOM E302PC, J. Lánský
Prerequisites (in Czech)
Po zvládnutí tematického celku budete schopni napsat jednoduché konstrukce v jazyce C.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
The aim of the course is to acquire knowledge of programming in language C++. Group Sessions are concerned with practise and emphasis is laid on self-study, i.e. study of the given parts of tuitional material before each session.
Syllabus (in Czech)
  • Tato osnova je určena pro prezenční studium, průběh výuky pro kombinované studium je uveden ve studijních materiálech formou metodického listu (ML). Obsah přednášek: Přednáška: Překlad programů, spojování Základní vlastnosti C a C++, odlišnosti od jiných prog. jazyků. Datové typy, operátory a řídící konstrukce Pole a ukazatele Standardní knihovny. Cvičení: Praktické programování Microsoft Visual Studio .NET 2003 Ladění programů
Literature
  • Základní učebnice a popis jazyka:
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • C++ In-depth aneb Jak správně C++ používat - pro ty, kdo již C++ nějak znají.
Assessment methods (in Czech)
Vyučující metody: Metody hodnocení Způsob zakončení: Zápočet + Zkouška
Language of instruction
Czech
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 16hodin/semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Summer 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Summer 2009
Extent and Intensity
2/2/0. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
prof. RNDr. Ondřej Čepek, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Lenka Bažantová
Prerequisites (in Czech)
Po zvládnutí tematického celku budete schopni napsat jednoduché konstrukce v jazyce C.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
The aim of the course is to acquire knowledge of programming in language C++. Group Sessions are concerned with practise and emphasis is laid on self-study, i.e. study of the given parts of tuitional material before each session.
Syllabus (in Czech)
  • Tato osnova je určena pro prezenční studium, průběh výuky pro kombinované studium je uveden ve studijních materiálech formou metodického listu (ML). Obsah přednášek: Přednáška: Překlad programů, spojování Základní vlastnosti C a C++, odlišnosti od jiných prog. jazyků. Datové typy, operátory a řídící konstrukce Pole a ukazatele Standardní knihovny. Cvičení: Praktické programování Microsoft Visual Studio .NET 2003 Ladění programů
Literature
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • Miroslav Virius: Pasti a propasti jazyka C++
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • Základní učebnice a popis jazyka:
  • C++ In-depth aneb Jak správně C++ používat - pro ty, kdo již C++ nějak znají.
Assessment methods (in Czech)
Vyučující metody: Metody hodnocení Způsob zakončení: Zápočet + Zkouška
Language of instruction
Czech
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 16 hodin za semestr.
The course is also listed under the following terms Winter 2007, Winter 2008, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2008
Extent and Intensity
2/2/0. 6 credit(s). Type of Completion: zk (examination).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
prof. RNDr. Ondřej Čepek, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Lenka Bažantová
Timetable of Seminar Groups
B_PJC/cAPH: Thu 10:30–11:14 DELL ROOM E302PC, Thu 11:15–12:00 DELL ROOM E302PC, J. Lánský
B_PJC/pAPH: Thu 8:45–9:29 DELL ROOM E302PC, Thu 9:30–10:15 DELL ROOM E302PC, J. Lánský
B_PJC/vA21PH: Fri 3. 10. 12:00–13:30 DELL ROOM E302PC, 13:45–15:15 DELL ROOM E302PC, Fri 17. 10. 12:00–13:30 DELL ROOM E302PC, 13:45–15:15 DELL ROOM E302PC, Fri 31. 10. 12:00–13:30 DELL ROOM E302PC, 13:45–15:15 DELL ROOM E302PC, Fri 14. 11. 12:00–13:30 DELL ROOM E302PC, 13:45–15:15 DELL ROOM E302PC, J. Lánský
B_PJC/vA22PH: Fri 3. 10. 15:30–17:00 DELL ROOM E302PC, 17:15–18:45 DELL ROOM E302PC, Fri 17. 10. 15:30–17:00 DELL ROOM E302PC, 17:15–18:45 DELL ROOM E302PC, Fri 31. 10. 15:30–17:00 DELL ROOM E302PC, 17:15–18:45 DELL ROOM E302PC, Fri 14. 11. 15:30–17:00 DELL ROOM E302PC, 17:15–18:45 DELL ROOM E302PC, J. Lánský
Prerequisites (in Czech)
Po zvládnutí tematického celku budete schopni napsat jednoduché konstrukce v jazyce C.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
The aim of the course is to acquire knowledge of programming in language C++. Group Sessions are concerned with practise and emphasis is laid on self-study, i.e. study of the given parts of tuitional material before each session.
Syllabus (in Czech)
  • Tato osnova je určena pro prezenční studium, průběh výuky pro kombinované studium je uveden ve studijních materiálech formou metodického listu (ML). Obsah přednášek: Přednáška: Překlad programů, spojování Základní vlastnosti C a C++, odlišnosti od jiných prog. jazyků. Datové typy, operátory a řídící konstrukce Pole a ukazatele Standardní knihovny. Cvičení: Praktické programování Microsoft Visual Studio .NET 2003 Ladění programů
Literature
  • Miroslav Virius: Programování v C++ (ČVUT 2001)
  • Bruce Eckel: Myslíme v jazyku C++ (Thinkinkg in C++ 2nd ed.)
  • E. Moo: Accelerated C++ Practical Programming by Example Nicolai
  • Scott Meyers: Effective C++ (2nd ed.), More Effective C++ Herb
  • Základní učebnice a popis jazyka:
  • Bjarne Stroustrup: The C++ Programming Language (3rd ed.)
  • Miroslav Virius: Pasti a propasti jazyka C++
  • C++ In-depth aneb Jak správně C++ používat - pro ty, kdo již C++ nějak znají.
Assessment methods (in Czech)
Vyučující metody: Metody hodnocení Způsob zakončení: Zápočet + Zkouška
Language of instruction
Czech
Further comments (probably available only in Czech)
The course can also be completed outside the examination period.
Information on the extent and intensity of the course: 16 hodin za semestr.
The course is also listed under the following terms Winter 2007, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.

B_PJC Programming in C

University of Finance and Administration
Winter 2007
Extent and Intensity
2/2. 6 credit(s). Recommended Type of Completion: zk (examination). Other types of completion: z (credit).
Teacher(s)
doc. RNDr. Jan Lánský, Ph.D. (seminar tutor)
Guaranteed by
prof. RNDr. Ondřej Čepek, Ph.D.
Department of Computer Science and Mathematics – Departments – University of Finance and Administration
Contact Person: Lenka Bažantová
Timetable of Seminar Groups
B_PJC/cAPH: Wed 10:30–11:14 DELL ROOM E302PC, Wed 11:15–12:00 DELL ROOM E302PC, J. Lánský
B_PJC/pAPH: Mon 12:15–12:59 DELL ROOM E302PC, Mon 13:00–13:45 DELL ROOM E302PC, J. Lánský
B_PJC/vAPH: Fri 5. 10. 15:30–17:00 E303PC, 17:15–18:45 E303PC, Fri 19. 10. 15:30–17:00 E303PC, 17:15–18:45 E303PC, Fri 2. 11. 13:45–15:15 E303PC, Fri 23. 11. 15:30–17:00 E303PC, 17:15–18:45 E303PC, Fri 7. 12. 13:45–15:15 E303PC, J. Lánský
Prerequisites (in Czech)
Po zvládnutí tematického celku budete schopni napsat jednoduché konstrukce v jazyce C.
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
fields of study / plans the course is directly associated with
Course objectives
The aim of the course is to acquire knowledge of programming in language C++. Group Sessions are concerned with practise and emphasis is laid on self-study, i.e. study of the given parts of tuitional material before each session.
Syllabus (in Czech)
  • Tato osnova je určena pro prezenční studium, průběh výuky pro kombinované studium je uveden ve studijních materiálech formou metodického listu (ML). Obsah přednášek: Přednáška: Překlad programů, spojování Základní vlastnosti C a C++, odlišnosti od jiných prog. jazyků. Datové typy, operátory a řídící konstrukce Pole a ukazatele Standardní knihovny. Cvičení: Praktické programování Microsoft Visual Studio .NET 2003 Ladění programů
Assessment methods (in Czech)
Vyučující metody: Metody hodnocení Způsob zakončení: Zápočet + Zkouška
Language of instruction
Czech
Further comments (probably available only in Czech)
Information on the extent and intensity of the course: 16 hodin za semestr.
The course is also listed under the following terms Winter 2008, Summer 2009, Winter 2009, Winter 2010, Summer 2011, Winter 2011, summer 2012, Winter 2012, Winter 2013, Winter 2014, Winter 2015, Winter 2016, Winter 2017, Winter 2018, Winter 2019, Winter 2020, Winter 2021, Winter 2022, Winter 2023, Winter 2024.
  • Enrolment Statistics (recent)