Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs with C++ #294

Open
chriztheanvill opened this issue Apr 20, 2022 · 2 comments
Open

Bugs with C++ #294

chriztheanvill opened this issue Apr 20, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@chriztheanvill
Copy link

Refactoring classes in C++ does not work, also creating a file or overwrite the file:

class Base{
public: 
     void Foo(); <----
};

If you try to use Extract function:

  • If is in same file, does not respect the class Base::Foo() { ... }

If you try to use Extract function to file:

  • If already exist the file, only shows an error and does nothing.
  • If not, using extension like .cpp shows this error
    image
@pranavrao145
Copy link
Collaborator

@chriztheanvill thanks for opening an issue. Can you please attach the exact code blocks you tried to refactor and (if applicable) the results of the extractions for both cases?

@pranavrao145 pranavrao145 added the bug Something isn't working label Apr 24, 2022
@ThePrimeagen
Copy link
Owner

I have noticed this too. I've been coding in c++ lately and been struggling with a few things. I was planning on making a few updates this week. So I may already be fixing some of the issues you're experiencing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants