البحث:

نوع: مشاركات; عضو: C++ Programming

صفحة 3 من 20 1 2 3 4 5 6

البحث: إستغرق البحث 0.05 ثواني; تم توليده منذ 41758 دقيقة.

  1. الموضوع: Compiler On Linux

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    3,345

    Compiler On Linux

    Hi ,all ,
    I am now using Visual studio to build code on Windows OS .
    I am going to learn C on Fedora and write a small project about hooking file system but I don't know that compiler is good on...
  2. الموضوع: volatile local variable

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    3,366

    volatile local variable

    Hi, I read an old program, the programmer wrote some function like the following block, I am wonder if the volatile is necessary with a local variable.

    As I know, local variable is in stack,...
  3. الموضوع: Gettin output parameters value

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    3,401

    Gettin output parameters value

    Hi all, the code below works fine except for the retrieval of the @Count parameter which is of type *output* it always returns zero - any ideas ? ( it's this line of code : _tprintf(_T("Records...
  4. الموضوع: Captur Audio Using WASAPI

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    3,303

    Captur Audio Using WASAPI

    Hello. I have been able to capture audio stream using WASAPI using this sample on MSDN.

    But the problem is that the sample can capture only for specified time defined as hnsBufferDuration in...
  5. الموضوع: Win32 C++ - Child Windows

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    3,478

    Win32 C++ - Child Windows

    Working on a Win32 C++ (non-MFC) application and I've run into an issue that I can work around but from reading the MSDN documentation I shouldn't have to do this. I'm under the impression that a...
  6. مشاركات
    0
    المشاهدات
    3,369

    Arithmetic operation in pointer using C

    Hi friends,
    I tried out something like this which is given below in VC++ by referring Dennis M. Ritchie (ANSI C second edition) book examples.

    struct Key *low = &tab[0];
    ...
  7. مشاركات
    0
    المشاهدات
    2,366

    Windows with C++: Exploring Fonts with DirectWrite and Modern C++

    Kenny Kerr shows how DirectWrite comes to life with help from Direct2D and modern C++, providing color fonts, hardware-accelerated text rendering, and elegant and efficient code.

    Kenny Kerr
    ...
  8. الموضوع: return value

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    3,367

    return value

    This recursive function doesnt have a end point,becuase 12 item is not exist in the array.How we can fix this recursive function to solve this problem?
    int _tmain(int argc, _TCHAR* argv[]){ int...
  9. الموضوع: Send POSITION through wParam

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    3,408

    Send POSITION through wParam

    Is it safe to send a POSITION variable throgh wParam (First parameter on a SendMessage)? Thank you.
  10. الموضوع: LAN port on/off LED

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    3,428

    LAN port on/off LED

    good day all ..
    i need only to get any voltage out from my laptop to control a relay

    how to get a signal from a LAN port from any pin ?

    in my laptop there is no com Port or lpt Port
    also...
  11. الموضوع: Need help with C++ programming.

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    3,674

    Need help with C++ programming.

    I wanted to verify if I am right on this question for college class.

    #6. Write a single statement that assigns the values 99, 100 and 88 to an integer array named TestScores. Use the C++ notation...
  12. مشاركات
    0
    المشاهدات
    3,391

    Need Help for Set Theory, for college class!

    Hi I need help with Set Theory. I am in a Programming class in college and I don’t understand this question at all! If you could help me, I would appreciate it. Write three statements about sets....
  13. مشاركات
    0
    المشاهدات
    2,975

    sdf kjhjkhjk hjk hjk hjk hgjkhjgk h

    Boise State vs Brigham Young
    Boise State vs Brigham Young
    New York Islanders vs Pittsburgh Penguins
    Toronto Maple Leafs vs columbus Blue Jackets
    Anaheim Ducks vs Ottawa Senators
    Buffalo...
  14. مشاركات
    0
    المشاهدات
    2,914

    Can create session inside services ?

    Hi ,all,
    when PC starts up , smss.exe will create new session
    -service session (wininit.exe...)
    -User session (winlogon.exe ...)
    Now i want to create a new session inside...
  15. الموضوع: DLL Creation Question

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    2,550

    DLL Creation Question

    Hello,

    I have a need to create a C++ non-dotnet DLL that will be called and used by a VB.net application. I am trying to determine the type of DLL to create. The DLL will contain some classes,...
  16. الموضوع: mfc dailog based application

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    2,294

    mfc dailog based application

    hello.,
    I am new to visual studio.And I am trying to develop "how to send a mail from mfc dialog based application by using c++ language".So any body can tell me how to develope this project
  17. مشاركات
    0
    المشاهدات
    1,716

    How to control Scroll bar in CListCtrl using VC++

    Dear Friends,
    I have been Updating CListCtrl very second. Now problem is, I can't able to drag scroll bar down. Every time List control gets updated and scroll automatically goes up....
  18. الموضوع: Order

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    548

    Order

    Writing a program to compute n series of Fibonachi (Recursive and No Recursive )
    I wrote this for non recursive
    #include using namespace std; int Fibo(int number);int _tmain(int argc, _TCHAR*...
  19. مشاركات
    0
    المشاهدات
    1,343

    How to catch wave API WHDR_DONE flag?

    Hello gurus,

    I have posted few questions here basically pussyfooting around the real issue and hoping to learn more about Windows events in the process. So this is almost a re-post. Sorry.
    ...
  20. مشاركات
    0
    المشاهدات
    1,253

    Wait for event versus while / do loop or timer – academic questions

    I have a worker thread running and would like to notify the main thread about changes in the worker thread. Call it synchronization if you prefer that.
    I understand “wait for event” does not load...
  21. الموضوع: rtp server using ffmpeg in VC++

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    1,183

    rtp server using ffmpeg in VC++

    I'm in the mid of my project.

    My task is to create an RTP server that can stream a file using ffmpeg in VC++. I got the ffmpeg.c but its complicate to understand for me. However I can:

    ...
  22. مشاركات
    0
    المشاهدات
    1,303

    How to Create Single Process in C++

    Hi All,

    when I build visual studio to create exe file .Then I run exe file ,It will have a process . and I continue to run exe file again . Therefore i will have two process for exe file .
    ...
  23. مشاركات
    0
    المشاهدات
    1,196

    Polymorphism & Assignment Op. & Copy Constructors in C++

    The following question is about how to handle assignment operators (& copy constructors)
    in a hierarchy of polymorphic objects in order to be able to work with all kind of assignments & copy:
    i.e....
  24. الموضوع: Passing class pointer via socket

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    1,188

    Passing class pointer via socket

    Hey there,

    I have a function called,

    App 1:

    void GetImage(CImage * img)
    {
    //Pass &img over socket to another app
    }
  25. مشاركات
    0
    المشاهدات
    1,383

    "Pure WIN32 Self-Extract EXE Builder" not working in Windows 7

    Even if I just try the demo it says "Fail to decompress the data, extracting process aborted!"


    Pure WIN32 Self-Extract EXE Builder[^]
النتائج 51 إلى 75 من 500
صفحة 3 من 20 1 2 3 4 5 6
"وَقُل رَّبِّ زِدْنِي عِلْمًا"
أعلانات نصية أستضافة , ريسيلر - Best Hosting | BarakaSoft Web Solutions

BarakaSoft PageRank RSS RSS 2.0 XML MAP HTML 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 C/C++ | Java | C# | Network | Database | OS | Linux | Windows | Hacker & Security | Photoshop | Flash | Web Development | Free Programs | Mobile App | Free Java Course | Latest Technical News | Internet Programs | Antiviurse Programs | Graphics Programs | Network Programs | Portable Programs | vb Forums Development | Forums Development | CMS(Joomla-nuke-wordpress-mkportal...) | Photo | Anime |