Search:

Type: Posts; User: scotslass

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,079

    different software versions

    I thought C was portable code but I'm having trouble interchanging between TurboC++4.5 and Microsoft C++6.0. I find it easier to write and link in MSC++ but have to execute programs on system which...
  2. Replies
    6
    Views
    1,217

    yeh thanks - thought as much. At the moment I'm...

    yeh thanks - thought as much. At the moment I'm cheating by flood-filling my memory with 00s before I start and creating a new string every time a 00 occurs, but it makes for messy code. I'm amending...
  3. Replies
    6
    Views
    1,217

    ok so its not just that its a zero, but rather...

    ok so its not just that its a zero, but rather because I have to define it as hex in my string, as in '\x00'?? although that still isn't \0 - is it??
  4. Replies
    6
    Views
    1,217

    strings with '00s' in!!

    hi. I'm trying to adapt a program which uses strings of information to program into an external eeprom. Unfortunately, the new information I need to use contains zeros. Since strings null -terminate...
Results 1 to 4 of 4