Skip to content

Superglobals.NET

Programming & IT/C

  • Home
  • Java SE
    • Design Patterns
    • Java Multithreading
    • JavaFX Tutorial
    • Java 8 Tutorial
  • Java EE
  • GIS
  • Game programming
  • Data Structures
  • Algorithms
  • Mobile
  • Misc
    • Ajax Tutorial
  • Contact
    • About

Write an array data structure to file in C

March 8, 2015
Last updated January 13, 2019
by Catalin

Serializing our array data structure In regard to the previous article on creating a dynamic array data structure, I am showing you a small example on saving the array to disk, in a binary file, then read it and load it again in a new data structure. So, I highly recommend to click on the … Read more

Categories AlgorithmsTags array, binary, data structure, file, structLeave a comment

Size of data types in C and C++

March 7, 2015
Last updated January 13, 2019
by Catalin

In software development we work with text, files, images and so on but how do we go from 1000101011100101 to seeing a picture? In our daily lives we use the numeral system, base ten. This means we have 10 digits available (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) so we can represent … Read more

Categories Data StructuresTags c, cpp, data, sizeLeave a comment

Array Data Structure in C/C++

February 28, 2015
Last updated January 13, 2019
by Catalin
Array data structure

Array Data Structure in C/C++ Implementation and source code of an Array data structure in C using structs and CPP using classes (object oriented approach). As you probably know an array is a data structure which holds a collection of elements, each of the same type. Each element can be accessed by it’s index. Indexes … Read more

Categories Data StructuresTags array, c, data structureLeave a comment
Post navigation
Newer posts
← Previous 1 … 12 13

Recent Posts

  • Spring List and Map in Properties
  • Spring 5 JSONP deprecated. Use CORS
  • React Native FlatList Example
  • Htaccess Redirect to HTTPS WWW domain
  • Java Validation using Annotations

Tags

ajax algorithm array binary bootstrap-modal c char cpp data data structure design pattern enum file game programming geoserver jain-slee java java ee javafx jaxb jaxws linkedlist map maven mobicents multithreading openlayers php pointer postgis postgres qgis react native sbb shapefile size soap spring struct synchronized tableview ToolbarAndroid weblogic wildfly xml

About

Programming tutorials
Java, Android, Javascript, HTML, JSP, JSF, SQL, Geoserver, OpenLayers, Algorithms, Datastructures.

Links

Download JDK
Download Eclipse

Privacy policy

Categories

Copyright © 2021 · Superglobals.net

GDPR Compliance

My website uses cookies to examine site traffic and user activity (google analytics) while on our site, for marketing, and to provide social media functionality (disqus comment system). Warning though, by not checking Functionality you won't be able to see comments made on posts :). Thanks! Privacy policy...

Cookie Policy