Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Steven Richardson 0

@Steven Richardson 0
About
Posts
32
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Copy all files in a folder?
    S Steven Richardson 0

    Hi, i was looking for it to be a console app? if that is possable because i dont know much about the workings of windows yet

    C / C++ / MFC question

  • Copy all files in a folder?
    S Steven Richardson 0

    wont that just copy the file cmd.exe not a folder?

    C / C++ / MFC question

  • Copy all files in a folder?
    S Steven Richardson 0

    I am looking for some code that will copy all the files in one folder to another some where else?

    C / C++ / MFC question

  • Standard Form prob!
    S Steven Richardson 0

    i am doing some very large calculations in a RichEdit and it keeps going into standard form like 546E10 is there a way to stop this? P.S i am using Borland C++ 5 and oop

    C / C++ / MFC c++ delphi question

  • password protect folder
    S Steven Richardson 0

    3rd party software like.....

    C / C++ / MFC question

  • password protect folder
    S Steven Richardson 0

    I have a folder that i would like to password protect so you double click on it and you get a password box there needs to be one password that shows the folder and one that shows a different folder and anything else you put in stops you opening it? How can this be done?:confused:

    C / C++ / MFC question

  • Assigning a New File Format?
    S Steven Richardson 0

    i have made a program that uses a file format that i have created called *.sts and i need to make the file (when double clicked) open my program and load the file in?:confused:

    C / C++ / MFC question

  • AnsiString to string w/o changing what is in it?
    S Steven Richardson 0

    yes i am talking about C++ builder but i dont know about the second bit? i know how to search a string but not an AnsiString?

    C / C++ / MFC question

  • AnsiString searching?
    S Steven Richardson 0

    is there any way to search a AnsiString?

    C / C++ / MFC algorithms question

  • AnsiString to string w/o changing what is in it?
    S Steven Richardson 0

    i have a Ansistring called Output and i need to search it but find is a string command so i have to convert it to a string: string Oputput; but this changes what is in the AnsiString? any ideas

    C / C++ / MFC question

  • string help whats wrong with this code?
    S Steven Richardson 0

    Input cannot be made in to a char as it no longer equals what it should so as a AnsiString it equals: save that{ste} and as a char it equals:ÈóI

    C / C++ / MFC help tutorial question

  • string help whats wrong with this code?
    S Steven Richardson 0

    you said char *Input; //better alloc some memory here how do i do that? and i know why it is not working! cos as soon as Input becomes a char it screws up and does not equal what it should?

    C / C++ / MFC help tutorial question

  • string help whats wrong with this code?
    S Steven Richardson 0

    hang on i know why thanks for your help

    C / C++ / MFC help tutorial question

  • string help whats wrong with this code?
    S Steven Richardson 0

    i dont get any errors now it just does not work? HidPass does not equal anything?

    C / C++ / MFC help tutorial question

  • string help whats wrong with this code?
    S Steven Richardson 0

    sorry about all this but now it has a problem with HidPass = t+1;//remember the plus one here:(( :((

    C / C++ / MFC help tutorial question

  • string help whats wrong with this code?
    S Steven Richardson 0

    i have just got an error wit the line: y=strchr(t,'}'); on running it i changed the code a bit to: char abc[1000]; char *Input; strcpy(abc,Input); char *t,*y; t=strrchr(abc,'{'); y=strchr(t,'}'); if(y) *y=0; cout << t+1; HidPass = t; does this have anything to do with it?

    C / C++ / MFC help tutorial question

  • string help whats wrong with this code?
    S Steven Richardson 0

    thanks i just got it!:)

    C / C++ / MFC help tutorial question

  • string help whats wrong with this code?
    S Steven Richardson 0

    soory i just got it thatnks a lot!!!!!!!!

    C / C++ / MFC help tutorial question

  • string help whats wrong with this code?
    S Steven Richardson 0

    :confused:?????:confused:

    C / C++ / MFC help tutorial question

  • string help whats wrong with this code?
    S Steven Richardson 0

    i have this code on a button and it is ment to find the last { and then read the text in front of it and output it to edit4? s = "this would be the text{ste}"; string l = "{"; a = s.rfind(l); Edit3->Text = a; int a; String s; for (int i = a;i<=s.Length();i++){ Output = Output + i; } Edit4->Text = Output; and in the end output should = ste on this example

    C / C++ / MFC help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups