Search:

Type: Posts; User: Justin2474

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,543

    Binary Tree header file

    I am creating a binary tree header file, but only using class (not struct). This is what I have but I get an error and I don't understand how to fix it. Error:
    Main.cpp: In function `int...
  2. Replies
    1
    Views
    1,736

    Find a string and then a space

    How would I write code that says:

    "If the the beginning of a line has a variable name followed by a space, followed by = followed by another space"

    Basically I want to only take out spaces...
Results 1 to 2 of 2