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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
B

Babu_Abdulsalam

@Babu_Abdulsalam
About
Posts
41
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Great Reads
    B Babu_Abdulsalam

    I would like to know how an article is selected to list under "Great Reads"?

    Article Writing question

  • Why I'm downvoted
    B Babu_Abdulsalam

    Oh ok got you.To say, I dont have any intention for hunting :) .Thanks for your clarification.

    Article Writing question asp-net com

  • Why I'm downvoted
    B Babu_Abdulsalam

    OK. But explaining will lead to an article :( .. No issues

    Article Writing question asp-net com

  • Why I'm downvoted
    B Babu_Abdulsalam

    Sorry I didnt get you.

    Article Writing question asp-net com

  • Why I'm downvoted
    B Babu_Abdulsalam

    But I think the code depicts the data race condition I hope...

    Article Writing question asp-net com

  • Why I'm downvoted
    B Babu_Abdulsalam

    OK Richard. Executing the code itself should tell him the what is data race. If really explanation is needed, I dont have any issue in giving that.

    Article Writing question asp-net com

  • Why I'm downvoted
    B Babu_Abdulsalam

    But how to find who has downvoted? It just shows as "Authority"..

    Article Writing question asp-net com

  • Why I'm downvoted
    B Babu_Abdulsalam

    Oh ok. When it showed "Authority" I thought the admin team has done. Thanks Pete.Sorry for the inconvenience.

    Article Writing question asp-net com

  • Why I'm downvoted
    B Babu_Abdulsalam

    I'm downvoted by when I answered the below question [ "Programming Forum answer downvoted" ] http://www.codeproject.com/Messages/4971906/Re-Academic-Question-on-Multi-Core-Pragramming.aspx[^] Why?

    Article Writing question asp-net com

  • ):
    B Babu_Abdulsalam

    2. Consequence of race condition: Your resource will go to a corrupted state. Not getting the expected result etc.,

    C / C++ / MFC

  • ):
    B Babu_Abdulsalam

    Because the order of the execution. Suppose you have 4 floats a,b,c,d and you want to sum up them. In case of serial implementation, it will be like a + b + c + d But in case of parallel, it may execute like (a+b) + (c+d) So the result wont be same. This answers your 4th question.

    C / C++ / MFC

  • ):
    B Babu_Abdulsalam

    int g_x = 0; DWORD WINAPI Add(void* p) //p unused parameter { g_x++; } void main() { HANDLE m_hArr[10]; int i = 0; for( ; i < 10; i++ ) { CreateThread( NULL,0,Add,NULL,0,&m_hArr[i]); } //Wait for all the 10 threads to complete its execution ::WaitForMultipleObjects(10,m_hArr,TRUE,INDEFENITE); //Now print the result.You expect 10 but it may not be... :) cout<<"g_x = "<

    C / C++ / MFC

  • Enter Key in Editor starts new block
    B Babu_Abdulsalam

    Thanks Guys.. :) Happy new year as well...

    Article Writing question

  • Enter Key in Editor starts new block
    B Babu_Abdulsalam

    I'm not sure what I did. When the enter key is pressed, it starts a new block instead of moving to the next line in the same block.Because of this, space between 2 lines looks larger... What Should I do to go to the next line of same block?

    Article Writing question

  • Member - Designation - Change
    B Babu_Abdulsalam

    I have scored 10K points. But still my membership designation is shown as "Prolific" and it is not changed to Legend.How long time it will take to change?

    Article Writing question

  • Repository To Store EBooks
    B Babu_Abdulsalam

    Got you. Thanks.

    Site Bugs / Suggestions question

  • Repository To Store EBooks
    B Babu_Abdulsalam

    Why don't we have the repository to store the ebooks (free) so that it will be very useful for the members to download and use them?

    Site Bugs / Suggestions question

  • Repository To Store EBooks
    B Babu_Abdulsalam

    Why don't we have the repository to store the ebooks (free) so that it will be very useful for the members to download and use them?

    Article Writing question

  • How to Submit Article For competition
    B Babu_Abdulsalam

    Thanks.

    Article Writing tutorial question

  • How to Submit Article For competition
    B Babu_Abdulsalam

    Thanks..

    Article Writing 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