Search Result

Collapse
3 results in 0.0040 seconds.
Keywords
Members
Tags
void
  •  

  • Laura Wilkinson
    started a topic Binary Tree Help!!
    in C

    Binary Tree Help!!

    Hi All,

    I am creating a license plate recognition system for my coursework and I need to incorporate a binary tree. The examples that I have seen have been quite general and I am unsure of how my code will work with it.

    The code below is what I have produced;

    Code:
    void displayC(CarC* cPtr)
    {
    	cout << "Car Registration: " <<  cPtr->carRegistration <<
    ...
    See more | Go to post

  • Laura Wilkinson
    started a topic CSV/C++ Problem
    in C

    CSV/C++ Problem

    Hi all,

    I am having a problem where the user must enter the file which they would like to open, which displays information about vehicle details that have been stored as CSV.

    Code:
    NF39 FEO, Mr George Thomas, 29 Gillian Road, Safeways, Red, 5, 92, Normal Bus, -
    As the code below is in the main file, when I used include "CarC" infront of this information it was displayed;
    ...
    See more | Go to post

  • Handling void functions and printing them (user decision).

    Hi.
    It's been a while since I was here last time and I've learned some things I hope.
    However I have to do some void functions that return other void functions.

    My problem isn't really how to do it (i guess.) but rather how to let the user control them.

    What I need to do is to let the user choose how many times he wants to have the function steg() returned in a new function rocket() which should be built like...
    See more | Go to post
Working...